Skip to content
Snippets Groups Projects
Commit 06adde6c authored by Martin Schupfner's avatar Martin Schupfner
Browse files

Fixed scripts for additional experiments.

parent c9cf0b26
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ cmor_tables/palmod2db.sqlite
cmor_tables/PalMod2_Dreq-light.csv
cmor_tables/Read_CMORvars_xlsx_csv_json.py
cmor/*/archive
cmor/*/*/log
cmor/*/*/log*
cmor/*/*/targets
cmor/*/scripts/cmor_ctl_list
cmor/*/scripts/test
......
......@@ -13,7 +13,7 @@
#SBATCH --account=bm0021
#SBATCH --qos=esgf
#SBATCH --exclusive
#SBATCH --output=transient-deglaciation-prescribed-ice6g_r1i1p2f2-CR.runpp_%j.log
#SBATCH --output=transient-deglaciation-prescribed-ice6g_r1i1p3f2-CR.runpp_%j.log
DEBUG_LEVEL=${DEBUG_LEVEL:-0}
......@@ -39,23 +39,23 @@ alias ncatted=/sw/spack-rhel6/nco-4.9.3-juj5oe/bin/ncatted
#########################################
#Root directory of all scripts, outdata, logs etc
EXP_ID=transient-deglaciation-prescribed-ice6g_r1i1p2f2-CR
EXP_ID=transient-deglaciation-prescribed-ice6g_r1i1p3f2-CR
EXP_DIR_TRUNK=/work/bm0021/PalMod2/cmor/transient-deglaciation-prescribed
EXP_DIR_TRUNK=/work/bk1192/k204212/palmod/transient-deglaciation-prescribed-ice6g_r1i1p2f2-CR
EXP_DIR_TRUNK=/work/bk1192/k204212/palmod/transient-deglaciation-prescribed-ice6g_r1i1p3f2-CR
# RAW Data - path and sub-simulations
RAW_EXP_DIR_TRUNK=/work/bk1192/WG1/WP1.1/MPIM_transient_deglaciation_prescribed/
#RAW_EXP_DIR_TRUNK=/work/bk1192/WG2/WP2.3/transient_deglaciation_2020/
#RAW_EXP_DIR_TRUNK=/work/bk1192/WG2/WP2.3/future_scenarios_2021/SSP1-1.9
# As usually the Experiment is composed of several sub-simulations, define them as array
RAW_EXP_IDS=( pmu0208a pmu0208b pmu0208c pmu0208d )
RAW_EXP_IDS=( pmu0211a pmu0211b pmu0211c pmu0211d )
# Parent experiment that the first RAW_EXP_ID branched from
# (used for input data of the parent that is required for aggregation)
# !! spinup - the aggregation will fail if the spinup period
# !! is as long or longer than
# !! the length of the first sub simulation!
spinup=1000
RAW_EXP_ID_PARENT=( pmu0206a pmu0208a pmu0208b pmu0208c ) # cmorizing 26000-1 BP as 1-26000 AD
RAW_EXP_ID_PARENT=( pmu0206a pmu0211a pmu0211b pmu0211c ) # cmorizing 26000-1 BP as 1-26000 AD
if [[ $spinup -ne 0 ]]; then
RAW_EXP_ID_PARENT[0]=${RAW_EXP_IDS[0]} # cmorizing (26000-spinup)-1 BP as 1-(26000-spinup) AD
fi
......@@ -104,14 +104,14 @@ chunks+=([jsbachdec]=" 0 ")
# Define here the "cdocmorinfo"-File or "eum"-Files
# Multiple files possible with "," as delimiter, eg:
# it=expinfo.txt,userinfo.txt,modelinfo.txt
it_temp="${SCRIPT_ROOT}/transient-deglaciation-prescribed-ice6g_r1i1p2f2-CR_cdocmorinfo"
it_temp="${SCRIPT_ROOT}/transient-deglaciation-prescribed-ice6g_r1i1p3f2-CR_cdocmorinfo"
ca+=([mpiom]="${SCRIPT_ROOT}/cdocmorinfo_mpiom_CR")
ca+=([echam6]="${SCRIPT_ROOT}/cdocmorinfo_echam6_CR")
ca+=([jsbach]="${SCRIPT_ROOT}/cdocmorinfo_jsbach_CR")
#Experiment etc
experiment=transient-deglaciation-prescribed-ice6g
member=r1i1p2f2
member=r1i1p3f2
mip=PalMod2
vd=v20211111
#vd=v$(date '+%Y%m%d') #CMOR version directory name, should be a date in format YYYYMMDD
......@@ -136,14 +136,14 @@ inioffsetarr=(-3999 3001 10001 17001) # 26000-1 BP
#c - 14000- 7001 BP - 7000 yrs - 12001-19000 - 10001
#d - 7000- 1 BP - 7000 yrs - 19001-26000 - 17001
#pmu0208a-d: Transient simulation of the last deglaciation with ICE6G
#pmu0211a-d: Transient simulation of the last deglaciation with ICE6G
#reconstructions as boundary conditions. They are structured as follows.
#
# pmu0208a: Simulation year 4000-8999 spans the time period 26000
# pmu0211a: Simulation year 4000-8999 spans the time period 26000
# years BP to 21000 years BP.
# pmu0208b: Simulation years 2000-8999; years 21000 to 14000 BP
# pmu0208c: Simulation years 2000-8999; years 14000 to 7000 BP
# pmu0208d: Simulation years 2000-8999; years 7000 BP to 0 BP
# pmu0211b: Simulation years 2000-8999; years 21000 to 14000 BP
# pmu0211c: Simulation years 2000-8999; years 14000 to 7000 BP
# pmu0211d: Simulation years 2000-8999; years 7000 BP to 0 BP
#
# Command line options
......
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