forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/gfsv16b #11
Merged
Merged
Feature/gfsv16b #11
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
…h GFS v16 real-time parallel config.base
output cloud ceiling height and instant total cloud fraction. output instant cloud fraction at low/mid/high cloud layer. correct grib2 names of time averaged cloud fraction fraction at low/mid/high cloud layer from "TCDC" into "LCDC, MCDC, HCDC". output radar reflectivity at 1/4 km above ground and model layer 1/2. output mixed layer CAPE/CIN. Remove simulated GOES-12 brightness temperature from gfs product. Add the bug fix of initializing DBZI from Ruiyu.
Removing obsolete nm variable entries
…post Adapting wavepostsbs for running on Hera
…on type o short. modified: sorc/checkout.sh updated to model tag GFS.v16.0.6 to fix contrib issue on HERA
…v1.0.8. 1.0.9 still has issues.
…fault for running the real-time parallel
…es variables to env
Generalize setting of echgres threads to be maximum permitted on given platform instead of explicitly setting echgres threads on every platform.
…ix_externals Update version of upp in Externals.cfg to be consistent with sorc/che…
…FS.v16.0.7 and UPP tag upp_gfsv16_release.v1.0.9. Changes include: 1) Inline POST Issues NOAA-EMC#136 and $142 * Update ceiling height calculation for global FV3. * add low,middle,high instantaneous cloud fraction * add radar reflectivity at model layers 1 and 2 , and radar reflectivities at 1 and 4-km height. * fix a bug in initializing DBZI * output mixed layer CAPE/CIN * remove simulated GOES-12 brightness temperature. * change the names of time averaged low/mid/high cloud fractions in grib2 files from "TCDC" to "LCDC/MCDC/HCDC", respectively. 2) Model Issue NOAA-EMC#152 * update in-line post control files * upgrade post library to 8.0.9 for hera and wcoss_dell_p3
Remove use/mention of manage_externals until checkout.sh is retired.
…workflow into feature/gfsv16b
fix for exiting properly with error for wave prep/init scripts
* replace enkf member atmi*nc with ratmi*nc in HPSS enkf tarballs * add ensemble resolution analysis to HPSS gdas tarball * allow variable range to be externally set in run_gfsmos_master scripts
export COMROOTp1="/scratch1/NCEPDEV/global/glopara/com" export COMINsyn=${COMINsyn:-${COMROOTp1}/gfs/prod/syndat}
- echo "${dirname}${head}atma000.ensres${SUFFIX} " >>gdas.txt + echo "${dirname}${head}atma009.ensres${SUFFIX} " >>gdas.txt
elif [ $machine = "HERA" ] ; then export RUNGFSMOSSH="$HOMEgfs/scripts/run_gfsmos_master.sh.hera"
…gfsv16b-restructure
…nother branch, needs more testing
…gfsv16b-restructure
…sks disabled and set new path to restructured gfsmos
…authoritative repos ahead of their updating for new , will update EMC_gfs_wafs to new tag when available
…ils.sh to link_fv3gfs.sh based on feedback from GEFS team
…eckout with EMC_post
… for post P1/P2 removal
…gfsv16b-restructure
…ture GFSv16 restructure for new $COMPONENT subfolder
@danielabdi-noaa - Don't delete feature/gfsv16b after the merge, please :-) |
danielabdi-noaa
approved these changes
Aug 20, 2020
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.
I'm not sure what's going on, but for some reason, the merges of the emc updates don't appear to be comparing correctly with the feature/gfsv16b branch. So, I'm creating this PR to merge feature/gfsv16b directly into feature/gfsv16b-cloud to see if that fixes it.