Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modulefiles/tasks/jet/miniconda_regional_workflow
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#%Module
module use -a /contrib/miniconda3/modulefiles
module load miniconda3
module load miniconda3/4.5.12

setenv SRW_ENV regional_workflow
1 change: 0 additions & 1 deletion ush/config_defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,6 @@ LSM_SPP_LSCALE=( "150000" "150000" "150000" "150000" "150000" "150000" "150000"
ISEED_LSM_SPP=( "9" )
LSM_SPP_VAR_LIST=( "smc" "vgf" "alb" "sal" "emi" "zol" "stc" )
LSM_SPP_MAG_LIST=( "0.2" "0.001" "0.001" "0.001" "0.001" "0.001" "0.2" )
LSM_SPP_EACH_STEP="true" #Sets lndp_each_step=.true.
#
Comment thread
mark-a-potts marked this conversation as resolved.
#-----------------------------------------------------------------------
#
Expand Down
1 change: 0 additions & 1 deletion ush/config_defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1909,7 +1909,6 @@ LSM_SPP_LSCALE: [ "150000", "150000", "150000", "150000", "150000", "150000", "1
ISEED_LSM_SPP: [ "9" ]
LSM_SPP_VAR_LIST: [ "smc", "vgf", "alb", "sal", "emi", "zol", "stc" ]
LSM_SPP_MAG_LIST: [ "0.2", "0.001", "0.001", "0.001", "0.001", "0.001", "0.2" ]
LSM_SPP_EACH_STEP: "TRUE" #Sets lndp_each_step=.true.
#
#-----------------------------------------------------------------------
#
Expand Down
1 change: 0 additions & 1 deletion ush/generate_FV3LAM_wflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,6 @@ def generate_FV3LAM_wflow():
'n_var_spp': N_VAR_SPP,
'n_var_lndp': N_VAR_LNDP,
'lndp_type': LNDP_TYPE,
'lndp_each_step': LSM_SPP_EACH_STEP,
'fhcyc': FHCYC_LSM_SPP_OR_NOT
}
#
Expand Down
1 change: 0 additions & 1 deletion ush/generate_FV3LAM_wflow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,6 @@ settings="\
'n_var_spp': ${N_VAR_SPP},
'n_var_lndp': ${N_VAR_LNDP},
'lndp_type': ${LNDP_TYPE},
'lndp_each_step': ${LSM_SPP_EACH_STEP},
'fhcyc': ${FHCYC_LSM_SPP_OR_NOT},
}"
#
Expand Down
4 changes: 3 additions & 1 deletion ush/machine/hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ function file_location() {
case ${external_model} in

"FV3GFS")
location='/scratch1/NCEPDEV/rstprod/com/gfs/prod/gfs.${yyyymmdd}/${hh}/atmos'
# use this location if you have access to rstprod
# location='/scratch1/NCEPDEV/rstprod/com/gfs/prod/gfs.${yyyymmdd}/${hh}/atmos'
location='/scratch2/BMC/det/UFS_SRW_app/develop/model_data/FV3GFS/grib2/${yyyymmdd}'
;;

esac
Expand Down