-
Notifications
You must be signed in to change notification settings - Fork 2
Comparing changes
Open a pull request
base repository: geoschem/netcdf-scripts
base: v0.0.2
head repository: geoschem/netcdf-scripts
compare: main
- 13 commits
- 9 files changed
- 1 contributor
Commits on Nov 29, 2022
-
Added the license and latest-release badges Signed-off-by: Bob Yantosca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec74628 - Browse repository at this point
Copy the full SHA ec74628View commit details -
Signed-off-by: Bob Yantosca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58476ee - Browse repository at this point
Copy the full SHA 58476eeView commit details -
Added GitHub issue templates and pull request template
Signed-off-by: Bob Yantosca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b5d779 - Browse repository at this point
Copy the full SHA 9b5d779View commit details -
Remove debug printout from isCoards
scripts/isCoards: - Removed several debugging print statements that were leftover from diagnosing an previous bug. Signed-off-by: Bob Yantosca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92bfae0 - Browse repository at this point
Copy the full SHA 92bfae0View commit details
Commits on Nov 30, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6947f3d - Browse repository at this point
Copy the full SHA 6947f3dView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 441edcb - Browse repository at this point
Copy the full SHA 441edcbView commit details
Commits on Dec 1, 2022
-
Exit isCoards if file not found; Point user to RTD docs (not GC wiki)
scripts/isCoards - Exit the script if the input file is not found. This can give erroneous output. - Update the "for more info" footer displayed on the screen to point to geos-chem.readthedocs.io instead of the GEOS-Chem wiki. The wiki documentation has since been ported to RTD. Signed-off-by: Bob Yantosca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d9211b - Browse repository at this point
Copy the full SHA 1d9211bView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 5bcbf5a - Browse repository at this point
Copy the full SHA 5bcbf5aView commit details
Commits on Dec 15, 2022
-
Add more checks for GCHP-compiliance to isCoards
scripts/isCoards - Update GCHP-related messages with either "(requirement for GCHP)" or "(problem for GCHP)" - Check that dimension names have lowercase letters - Check that time:units does not have decimals - Check that there are 72 level centers/73 level edges (for GCHP) - Change "lev:positive" from an option to a requirement - Make sure that variables have dimensions in the proper order - Removed commented-out unused code - Add an ending separator line - Update comments - Trim trailing whitespace Signed-off-by: Bob Yantosca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 108105e - Browse repository at this point
Copy the full SHA 108105eView commit details -
Bug fix: Rename temporary file in nc_chunk.pl
scripts/nc_chunk.pl - Renamed the temporary file (used in the nccopy command to chunk the file) from "tmp.nc" to "tmp.$ncFile". This will put "tmp." in front of whatever the input file name is called. - This resolves an issue where "tmp.nc" could not be chunked because the temporary filename was also called tmp.nc. Signed-off-by: Bob Yantosca <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8429297 - Browse repository at this point
Copy the full SHA 8429297View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9c54fba - Browse repository at this point
Copy the full SHA 9c54fbaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7f38aad - Browse repository at this point
Copy the full SHA 7f38aadView commit details
Commits on Jan 25, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 04a18df - Browse repository at this point
Copy the full SHA 04a18dfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.0.2...main