Skip to content

Commit

Permalink
Add new scripts to link_gefs.sh for gfsv17_p8
Browse files Browse the repository at this point in the history
Comment unused line for horizontal structure

 On branch feature/gefs_v13_atmos_prep
	modified:   rocoto/parm/gefs_config
	modified:   sorc/link_gefs.sh

Refs: NOAA-EMC#108
  • Loading branch information
XianwuXue-NOAA committed Mar 2, 2023
1 parent a7aa4a9 commit adb470a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rocoto/parm/gefs_config
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export HOMEpost=${HOMEpost:-$HOMEgfs}
if [[ ! -d $SOURCEDIR/sorc/global-workflow.fd ]] ; then
export EXECwave=${HOMEgefs}/exec

export FCSTEXECDIR=${FCSTEXECDIR:-$HOMEgfs/sorc/fv3gfs.fd/NEMS/exe}
#export FCSTEXECDIR=${FCSTEXECDIR:-$HOMEgfs/sorc/fv3gfs.fd/NEMS/exe}
export HOMEchem=${HOMEchem:-$HOMEgfs/sorc/gsd_prep_chem.fd/workflow/emc-global}
fi

Expand Down
5 changes: 5 additions & 0 deletions sorc/link_gefs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ if [[ -d global-workflow.fd ]] ; then
ush/nems_configure.sh \
ush/parsing_model_configure_FV3.sh \
ush/parsing_model_configure_DATM.sh \
ush/parsing_namelists_FV3.sh \
ush/parsing_namelists_DATM.sh \
ush/parsing_namelists_WW3.sh \
ush/parsing_namelists_MOM6.sh \
ush/parsing_namelists_CICE.sh \
sorc/ufs_model.fd
do
if [[ -e ../$sFile ]]; then
Expand Down

0 comments on commit adb470a

Please sign in to comment.