Skip to content

Commit d86e3bc

Browse files
committed
change ICON LBC to ERA5
1 parent e065dd2 commit d86e3bc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ctl/sim_ctl/sim_config.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ if [[ "${modelid}" == *icon* ]]; then
6060
icon_numioprocs=${icon_numioprocs:-1}
6161
icon_numrstprocs=${icon_numrstprocs:-0}
6262
icon_numprefetchproc=${icon_numprefetchproc:-1}
63+
icon_mapfile_lbc=${icon_mapfile_lbc:-dict.latbc}
6364
[ "${icon_numrstprocs}" -eq 0 ] && icon_rstmode="sync" || icon_rstmode="dedicated procs multifile"
6465
# this method just works for simlength <= 1 month, ICON src changes needed
6566
[ "${#allow_overcast_yr[@]}" -eq 0 ] && allow_overcast_yr=( 0.917 0.884 0.909 0.951 0.976 0.951 0.951 0.951 0.917 0.901 0.901 0.909 )
@@ -87,7 +88,7 @@ if [[ "${modelid}" == *icon* ]]; then
8788
cp ${nml_dir}/icon/NAMELIST_icon NAMELIST_icon
8889
cp ${nml_dir}/icon/icon_master.namelist icon_master.namelist
8990
cp ${nml_dir}/icon/map_file.ic map_file.ic
90-
cp ${nml_dir}/icon/map_file.lbc map_file.lbc
91+
cp ${nml_dir}/icon/${icon_mapfile_lbc} ${icon_mapfile_lbc}
9192
cp ${nml_dir}/icon/map_file.fc map_file.fc
9293

9394
# ICON NML

nml/icon

0 commit comments

Comments
 (0)