-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Former-commit-id: 2a23e8978236ca946983a72e0b2a4ef5bd565161 [formerly 3f201f6bb84b4f470cec2de64732006774c7bb24] [formerly d5c97dd9617b4e9f3c67f116c7c3a49f7848d979 [formerly 5bc1731aefe28571a3a266f32ec59d7537bb9d6b]] Former-commit-id: 362e17bd97c204381d6ffa91ededf952333d6e5b [formerly 30efa9fcb6961e5e815badf0fbdfe59e173dd2bd] Former-commit-id: 4c48a613d5a079fc34b577fb39bb1d71778fd8a9 Former-commit-id: 397a17ce6ce827547d9e965fcf63bc512c2fa456
- Loading branch information
Bob Simons
committed
Sep 19, 2022
1 parent
0475a34
commit b2e1d56
Showing
7 changed files
with
93 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -570,7 +570,7 @@ public static void main(String args[]) throws Throwable { | |
// !!! CLOSE all other windows, even EditPlus. | ||
// !!! EMPTY Recycle Bin | ||
// !!! CHANGE "Run TestAll" MEMORY SETTING to 7GB | ||
// EDDTableFromNcFiles.bobConsolidateGtsppTgz(2022, 5, 2022, 7, false); //first/last year(1985..)/month(1..), testMode 1985,02 is first time | ||
// EDDTableFromNcFiles.bobConsolidateGtsppTgz(2022, 1, 2022, 8, false); //first/last year(1985..)/month(1..), testMode 1985,02 is first time | ||
// log file is c:/data/gtspp/logYYYYMMDD.txt | ||
// 2b) Email the "good" but "impossible" stations to Tim Boyer <[email protected]>, | ||
// and "Christopher Paver - NOAA Federal ([email protected])" <[email protected]> | ||
|
@@ -603,7 +603,7 @@ public static void main(String args[]) throws Throwable { | |
// It takes ~20 seconds per month processed. | ||
// It uses a local version of the dataset, not the one in localhost erddap. | ||
// !!! CHANGE TestAll MEMORY SETTING to 7GB //2016-10 is huge// | ||
// EDDTableFromNcFiles.bobCreateGtsppNcCFFiles(2022, 5, 2022, 7); //e.g., first/last year(1985..)/month(1..) | ||
// EDDTableFromNcFiles.bobCreateGtsppNcCFFiles(2022, 1, 2022, 8); //e.g., first/last year(1985..)/month(1..) | ||
// String2.log(NcHelper.ncdump("/u00/data/points/gtsppNcCF/201406a.nc", "-h")); | ||
// 8) Run: (should fail at current calendar month) | ||
// EDDTableFromNcFiles.testGtsppabFilesExist(1990, 2022); | ||
|
@@ -1097,7 +1097,7 @@ public static void main(String args[]) throws Throwable { | |
boolean interactive = false; | ||
boolean doSlowTestsToo = true; | ||
|
||
/* for releases, this line should have open/close comment */ | ||
/* for releases, this line should have open/close comment | ||
// and all tests should be "0, -1" | ||
//*** All of the unit tests for CWBrowsers and ERDDAP. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.