Skip to content

Commit

Permalink
dedicated itag file for gnv1_nested
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTrahanNOAA committed Jun 14, 2024
1 parent 1c64770 commit c1e93f6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ export FV3_RUN=control_run.IN
export INPUT_NML=control.nml.IN
export CCPP_SUITE=FV3_GFS_v16

export POST_ITAG=post_itag_gfs
export POSTXCONFIG=postxconfig-NT-gfs.txt
export POSTXCONFIG_FH00=postxconfig-NT-gfs_FH00.txt

Expand Down
2 changes: 1 addition & 1 deletion tests/fv3_conf/control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ fi

#inline post
if [[ $POSTAPP = 'global' ]]; then
cp ${PATHRT}/parm/post_itag_gfs itag
cp ${PATHRT}/parm/@[POST_ITAG] itag
cp ${PATHRT}/parm/@[POSTXCONFIG] postxconfig-NT.txt
cp ${PATHRT}/parm/@[POSTXCONFIG_FH00] postxconfig-NT_FH00.txt
cp ${PATHRT}/parm/params_grib2_tbl_new params_grib2_tbl_new
Expand Down
6 changes: 6 additions & 0 deletions tests/parm/post_itag_hafs_ar
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
&MODEL_INPUTS
MODELNAME='FV3R'
/
&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,
/
1 change: 1 addition & 0 deletions tests/tests/gnv1_nested
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ export LANDICE=.false.
# Select input files and resources for the regression test system.

# UPP output field lists.
export POST_ITAG=post_itag_hafs_ar
export POSTXCONFIG=postxconfig-NT-hafs_ar_nosat.txt
export POSTXCONFIG_FH00=$POSTXCONFIG

Expand Down

0 comments on commit c1e93f6

Please sign in to comment.