Skip to content

Tags: geoschem/netcdf-scripts

Tags

v0.1.6

Toggle v0.1.6's commit message
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]>

v0.1.5

Toggle v0.1.5's commit message
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

v0.1.4

Toggle v0.1.4's commit message
Updated CHANGELOG.md for 0.1.4 release

Added info about the modifications to isCoards and nc_chunk.pl

Signed-off-by: Bob Yantosca <[email protected]>

v0.1.3

Toggle v0.1.3's commit message
Update footer display (add double quotes)

scripts/isCoards
- Added double quotes around"Work with netCDF files" and "Prepare
  COARDS-compliant netCDF files".  Cosmetic change.

Signed-off-by: Bob Yantosca <[email protected]>

v0.1.2

Toggle v0.1.2's commit message
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]>

v0.1.1

Toggle v0.1.1's commit message
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]>

v0.1.0

Toggle v0.1.0's commit message
Added GitHub issue templates and pull request template

Signed-off-by: Bob Yantosca <[email protected]>

v0.0.2

Toggle v0.0.2's commit message
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]>

v0.0.1

Toggle v0.0.1's commit message
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]>