forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the creation of surface flux files to the post job. Working directories have 'atm' or 'sflux' added to the path so each has its own for debugging purposes. Copying of files into the working directory has been changed to symlinks to prevent the increase in resources by multiple copies of the model output. Refs: NOAA-EMC#270
- Loading branch information
1 parent
d99a5dd
commit 901df8f
Showing
10 changed files
with
94 additions
and
37 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
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,20 @@ | ||
work_dir: !ENV ${DATA}/sflux | ||
tmpl_file: !ENV ${PARMpost}/post.nml.j2 | ||
mp_file: !ENV ${PARMpost}/nam_micro_lookup.dat | ||
grib_out: !ENV ${COMOUT}/${RUN}.${cycle}.sfluxgrbf${fhr}.grb2 | ||
grib_idx_out: !ENV ${COMOUT}/${RUN}.${cycle}.sfluxgrbf${fhr}.grb2.idx | ||
exe_log_file: !ENV ${pgmout} | ||
out_form: 'netcdfpara' | ||
cdate: !ENV ${CDATE} | ||
fhr: !ENV ${fhr} | ||
grib_version: 'grib2' | ||
grib_table: !ENV ${g2tmpl_ROOT}/share/params_grib2_tbl_new | ||
post_variables: '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,' | ||
post_exe: !ENV ${HOMEgfs}/exec/upp.x | ||
grib_idx_exe: !ENV ${GRB2INDEX} | ||
mpi_run: !ENV ${APRUNP} | ||
sleep_max: 900 | ||
sleep_interval: 5 | ||
send_com: !ENV ${SENDCOM} | ||
send_dbn: !ENV ${SENDDBN} | ||
dbn_alert: !ENV ${DBNROOT}/bin/dbn_alert |
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,10 @@ | ||
include: | ||
- !INC ${PARMpost}/sflux_post.yaml | ||
|
||
atm_file: !ENV ${COMIN}/${RUN}.${cycle}.atmanl.nc | ||
sfc_file: !ENV ${COMIN}/${RUN}.${cycle}.sfcanl.nc | ||
trigger_file: !ENV ${COMIN}/${RUN}.${cycle}.atmanl.nc | ||
|
||
igen: anal_gfs | ||
flat_file: !ENV ${PARMpost}/postxconfig-NT-GFS-FLUX-ANL.txt | ||
grib2_table: !ENV ${g2tmpl_ROOT}/share/params_grib2_tbl_new |
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,14 @@ | ||
include: | ||
- !INC ${PARMpost}/sflux_post.yaml | ||
|
||
atm_file: !ENV ${COMIN}/${RUN}.${cycle}.atmf000.nc | ||
sfc_file: !ENV ${COMIN}/${RUN}.${cycle}.sfcf000.nc | ||
trigger_file: !ENV ${COMIN}/${CDUMP}.t${cyc}z.logf000.txt | ||
|
||
igen: gfs_avn | ||
flat_file: !ENV ${PARMpost}/postxconfig-NT-GFS-FLUX-F00.txt | ||
grib2_table: !ENV ${g2tmpl_ROOT}/share/params_grib2_tbl_new | ||
|
||
dbn_signals: | ||
GFS_SGB_GB2: $(include[0].grib_out) | ||
GFS_SGB_GB2_WIDX: $(include[0].grib_idx_out) |
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,14 @@ | ||
include: | ||
- !INC ${PARMpost}/sflux_post.yaml | ||
|
||
atm_file: !ENV ${COMIN}/${RUN}.${cycle}.atmf${fhr}.nc | ||
sfc_file: !ENV ${COMIN}/${RUN}.${cycle}.sfcf${fhr}.nc | ||
trigger_file: !ENV ${COMIN}/${CDUMP}.t${cyc}z.logf${fhr}.txt | ||
|
||
igen: gfs_avn | ||
flat_file: !ENV ${PARMpost}/postxconfig-NT-GFS-FLUX.txt | ||
grib2_table: !ENV ${g2tmpl_ROOT}/share/params_grib2_tbl_new | ||
|
||
dbn_signals: | ||
GFS_SGB_GB2: !ENV ${COMOUT}/${RUN}.${cycle}.sfluxgrbf${fhr}.grb2 | ||
GFS_SGB_GB2_WIDX: !ENV ${COMOUT}/${RUN}.${cycle}.sfluxgrbf${fhr}.grb2.idx |
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