Skip to content

Commit

Permalink
use SFS_POST as a proxy for SFS
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Nov 14, 2024
1 parent 1c5b14b commit 98f26a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion parm/config/gefs/config.fcst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ export esmf_logkind="ESMF_LOGKIND_MULTI_ON_ERROR" #Options: ESMF_LOGKIND_MULTI_O

export FORECASTSH="${SCRgfs}/exglobal_forecast.sh"
#export FORECASTSH="${SCRgfs}/exglobal_forecast.py" # Temp. while this is worked on
export FCSTEXEC="gefs_model.x"
if [[ "${SFS_POST:-}" == "YES" ]]; then
export FCSTEXEC="sfs_model.x"
else
export FCSTEXEC="gefs_model.x"
fi

#######################################################################
# Model configuration
Expand Down

0 comments on commit 98f26a8

Please sign in to comment.