Skip to content
Open
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
3 changes: 3 additions & 0 deletions scripts/exglobal_atmos_analysis_calc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ binary_diag=${binary_diag:-".false."}
DOIAU=${DOIAU:-"NO"}
export IAUFHRS=${IAUFHRS:-"6,"}

# Microphysics options
export imp_physics=${imp_physics:-"8"}

# Dependent Scripts and Executables
export NTHREADS_CALCINC=${NTHREADS_CALCINC:-1}
export APRUN_CALCINC=${APRUN_CALCINC:-${APRUN:-""}}
Expand Down
5 changes: 5 additions & 0 deletions ush/gaussian_sfcanl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ im=${PDY:4:2}
id=${PDY:6:2}
ih=${cyc}

imp_physics=${imp_physics:-'8'}
landsfcmdl=${landsfcmdl:-'2'}

export OMP_NUM_THREADS=${OMP_NUM_THREADS_SFC:-1}

# input interpolation weights
Expand Down Expand Up @@ -181,6 +184,8 @@ cat <<EOF > fort.41
igaus=${LONB_SFC},
jgaus=${LATB_SFC},
donst=${do_nst},
imp_physics=${imp_physics},
landsfcmdl=${landsfcmdl},
/
EOF

Expand Down