Skip to content

Commit

Permalink
add memory to fcst_ics
Browse files Browse the repository at this point in the history
  • Loading branch information
chan-hoo committed Nov 17, 2024
1 parent e0ca769 commit 58ff18f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions parm/templates/template.land_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ workflow:
walltime: 00:15:00
queue: batch
join: "&LOGDIR;/fcst_ic&LOGFN_SUFFIX;"
memory: 128G
{%- endif %}
task_pre_anal:
attrs:
Expand Down
6 changes: 0 additions & 6 deletions scripts/exlandda_fcst_ic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ elif [ "${APP}" = "ATML" ]; then
fn_sfc_data="${fn_data_prefix}.${cycle}.sfcanl.nc"
fi

# if [ "${RES}" = "96" ]; then
# mxnum=".mx100"
# else
# mxnum=""
# fi

mkdir -p fix_sfc
sfc_fns=( "facsf" "maximum_snow_albedo" "slope_type" "snowfree_albedo" "soil_color" \
"soil_type" "substrate_temperature" "vegetation_greenness" "vegetation_type" )
Expand Down

0 comments on commit 58ff18f

Please sign in to comment.