-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add capacity for reading fv3gfs netcdf files. * Initializing 3D radar reflectivity in read interface for gfs in netcdf. * Inlinepost (#1) * modified: jobs/JGLOBAL_NCEPPOST, scripts/exgdas_nceppost.sh.ecf, scripts/exgfs_nceppost.sh.ecf, ush/gfs_nceppost.sh Add an option INLINE_POST. If it is true, the grib2 "master" file is produced by the inline post in the forecast model. gfs_nceppost.sh script is then skipped. Also set FILTER=0 to turn off 5wav-filtered data. The UPP still needs to be modified to read in netcdf history files to produce sflux, goes image and gtg products. * add sflux to inlin post * Add for new parm files for running inline post new file: parm/post_tag_gfs128 new file: parm/post_tag_gfs65 new file: parm/postcntrl_gfs_two.xml new file: parm/postxconfig-NT-GFS-TWO.txt * Bug fix of in-line post in ex-scripts. * Add control file at F00 for in-line post. * Teak INITPOST_GFS_NETCDF.f. * Add capacity of processing global FV3 outputs in netcdf in workflow scripts. * Tweak reading netcdf 2D field from FV3 output. * change physcon module to physcon_post in INITPOST_GFS_NETCDF.f. * Sync the change of dbnet alert type for gtg product from NCO.
- Loading branch information
1 parent
6378bf7
commit 1716356
Showing
16 changed files
with
23,197 additions
and
85 deletions.
There are no files selected for viewing
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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
&NAMPGB | ||
KPO=57,PO=1000.,975.,950.,925.,900.,875.,850.,825.,800.,775.,750.,725.,700.,675.,650.,625.,600.,575.,550.,525.,500.,475.,450.,425.,400.,375.,350.,325.,300.,275.,250.,225.,200.,175.,150.,125.,100.,70.,50.,40.,30.,20.,15.,10.,7.,5.,3.,2.,1.,0.7,0.4,0.2,0.1,0.07,0.04,0.02,0.01, | ||
/ | ||
EOF |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
&NAMPGB | ||
KPO=50,PO=1000.,975.,950.,925.,900.,875.,850.,825.,800.,775.,750.,725.,700.,675.,650.,625.,600.,575.,550.,525.,500.,475.,450.,425.,400.,375.,350.,325.,300.,275.,250.,225.,200.,175.,150.,125.,100.,70.,50.,40.,30.,20.,15.,10.,7.,5.,3.,2.,1.,0.4, | ||
/ | ||
EOF |
Oops, something went wrong.