Skip to content
Snippets Groups Projects
Commit 7f8c7c4f authored by Takumi.Matsunobu's avatar Takumi.Matsunobu
Browse files

Tweaks for removing SIGSEGV

parent ea91404d
No related branches found
No related tags found
No related merge requests found
Pipeline #19344 passed
......@@ -31,6 +31,10 @@ icon:
load_cmd: build_cmd
version: master # The latest release at the moment of creating this file was 2.6.5-nwp0
launch_cmd: "srun"
# for LRZ
#launch_cmd: "-K --mpi=pmi2 --cpu-freq=HighM1 --kill-on-bad-exit=1 --cpu_bind=verbose,cores --distribution=block:block"
dwdicontools:
build_cmd: "dwd-icon-tools% %SPACK.COMPILER%"
load_cmd: build_cmd
......
......@@ -132,7 +132,7 @@
vmr_cfc12 = 532.e-12
direct_albedo_water = 3
albedo_whitecap = 1
ecrad_data_path = "/hpc/uhome/adlozar/icon/externals/ecrad/data"
ecrad_data_path = "/dss/dsskcsfs01/pn34ca/pn34ca-dss-0009/ICON/data/externals/ecrad"
ecrad_llw_cloud_scat = .false.
ecrad_iliquid_scat = 0
ecrad_iice_scat = 0
......
......@@ -32,5 +32,8 @@ source ${WORKDIR}/eccodes_defs.env
# Increase stack size limit
ulimit -s unlimited
# Get proper load command.
ICON_LAUNCH_CMD="%ICON.LAUNCH_CMD%"
# Run icon
srun icon
${ICON_LAUNCH_CMD} icon
......@@ -49,4 +49,4 @@ cp "%simulation.namelist_paths.ana_map%" .
cp "%simulation.namelist_paths.lbc_map%" .
# Change permissions to read only.
chmod 440 ./*
\ No newline at end of file
#chmod 440 ./*
\ No newline at end of file
......@@ -118,7 +118,7 @@ if [ "${LBC_DATA_IS_LOCAL}" != "True" ]; then
#cp "${LBC_SOURCE}" "${LBC_FILE}"
# Change permissions to read only.
chmod 440 ${MEMBER_DIR}/latbc_*.grib
#chmod 440 ${MEMBER_DIR}/latbc_*.grib
fi
\ No newline at end of file
......@@ -90,7 +90,9 @@ atmosphere_namelist_replacements = {
# -> cloud_cosmo5 (mu=1/3): 0 (REF), 1, 2, 4, 8
# -> cloud_nue1mue1 (mu=1): 1 (REF), 2, 4, 8
},
# "radiation_nml": {
# "ecrad_data_path:": "",
# },
}
master_namelist_replacements = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment