You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the isCoards script to return the error status to the shell
scripts/isCoards
- Routine &analyzeResults returns the # of lines of the @bad array
as the status, or 0 if no errors are found.
- Use a "never-nest" style in routine "main", to move the error check
to the top of the routine and avoid the else block
- Consolidate the main() and exit($?) statements
Signed-off-by: Bob Yantosca <[email protected]>
Fixed bug in isCoard, in the check for decimals in "time:units"
scripts/isCoards
- Changed matching criteria "m/./" to "m/\./" where we check
time:units for decimal points. This had been returning false positives.
CHANGELOG.md
- Updated accordingly
Updated CHANGELOG.md with the latest version information
CHANGELOG.md
- Removed old text carried over from GEOS-Chem repository
- Added up-to-date version information
Signed-off-by: Bob Yantosca <[email protected]>
isCoards now checks variables of type "int" (not allowed for GCHP)
scripts/isCoards
- Add code to parse the variable type from the ncdump output. If "int"
is found, add a message to the @bad array that this is not allowed
for GCHP.
- Also trimmed trailing whitespace
Signed-off-by: Bob Yantosca <[email protected]>
Initial commit of netcdf-scripts repository
Added several scripts, plus AUTHORS.txt, LICENSE.txt, README.md, and
zenodo.json.
Signed-off-by: Bob Yantosca <[email protected]>
Initial commit of netcdf-scripts repository
Added several scripts, plus AUTHORS.txt, LICENSE.txt, README.md, and
zenodo.json.
Signed-off-by: Bob Yantosca <[email protected]>