forked from ufs-community/UFS_UTILS
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with the official develop #1
Merged
Merged
Conversation
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 merge references #14 set FNMSKH=${FNMSKH:-${FIXam}/global_slmask.t1534.3072.1536.grb} instead of FNMSKH=${FNMSKH:-${FIXam}/seaice_newland.grb} to use high-res land-sea mask in global_chgres.sh and global_cycle.sh for interpolation of climatological SST etc. This is needed to reduce lake temperature biases for GFS.v16 development.
develop: Create a set of regression tests for chgres_cube program. This commit references issue #5 .
develop: This commit references #1 Update repository to run on Hera, the replacement for Theia. Remove all references to Theia.
develop: This commit references issue #18. Updates to global_cycle: Tf analysis for the grids with sea ice done using a salinity dependent formula (instead of using 271.2 K). Update sfcsub.F to the latest version used by the forecast model (includes elimination of masked interpolation for substrate temperature and some updates to Fortran 90 standards). The global_cycle.sh script was updated to reference a new global salinity dataset. Updates to global_chgres - Update sfcsub.F to use same version as global_cycle.
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Oct 30, 2019
…tmos Feature/chgres cube grib2 atmos
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Dec 8, 2019
Merge branch 'develop' into feature/hera_port
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Dec 8, 2019
Detect if running on Hera by checking for the existence of the /scratch1 directory per recommendation of the original designer. Previously, hostname was used. There is some concern that using 'hostname' will not work on the compute nodes (although I did not see a problem with my tests).
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Dec 8, 2019
./ush/fv3gfs_chgres.sh - increase Hera wall time to 3 hours.
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Dec 8, 2019
Update serial chgres to use netcdf 4.7.0 and hdf 1.10.5 (on hera) per request of global workflow group.
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Dec 8, 2019
Hera build modules - Remove unneeded module loads. Point to standard location for libraries instead of George V's home directory. Update cycle program to use netcdf 4.7 per request of global workflow group.
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Dec 8, 2019
Update remaining programs to use netcdf 4.7 per request of global workflow group. For esmf, use gwv's copy of version 8 compiled with netcdf 4.7.
BinLiu-NOAA
pushed a commit
that referenced
this pull request
Dec 8, 2019
Merge branch 'develop' into feature/hera_port
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Sync with the official develop from NOAA-EMC/UFS_UTILS.