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

cmor scripts: updates regarding the resulting time axis

parent 3c138142
No related branches found
No related tags found
No related merge requests found
......@@ -9,21 +9,20 @@
# Number of sub-simulations
n_subsim=4
#initial and final year of the experiment
#iniyeararr=(4000 2000 2000 2000) # skip first 1000 years
iniyeararr=(5000 2000 2000 2000)
finyeararr=(8999 8999 8999 8999)
#iniyear=1001 # skip first 1000 years
iniyear=1001
finyear=26000
iniyear=1
finyear=25000
#offset compared to startyear
inioffsetarr=(-3999 3001 10001 17001)
inioffsetarr=(-4999 2001 9001 16001)
# from days since 0 to days since -24900
# Time axis (25000-1 BP)
## exp time total yrs new exp time offset
#a - 26000-21001 BP - 5000 yrs - 1- 5000 - - 3999
#b - 21000-14001 BP - 7000 yrs - 5001-12000 - 3001
#c - 14000- 7001 BP - 7000 yrs - 12001-19000 - 10001
#d - 7000- 1 BP - 7000 yrs - 19001-26000 - 17001
#a - 25000-21001 BP - 4000 yrs - 1- 4000 - - 4999
#b - 21000-14001 BP - 7000 yrs - 4001-11000 - 2001
#c - 14000- 7001 BP - 7000 yrs - 11001-18000 - 9001
#d - 7000- 1 BP - 7000 yrs - 18001-25000 - 16001
# Chunksize
# Note that there are prerequisites concerning the chunksize:
......
......@@ -51,7 +51,9 @@ RAW_EXP_DIR_TRUNK=/work/bk1192/WG1/WP1.1/MPIM_transient_deglaciation_prescribed/
RAW_EXP_IDS=( pmu0207a pmu0207b pmu0207c pmu0207d )
# Parent experiment that the first RAW_EXP_ID branched from
# (used for input data of the parent that is required for aggregation)
RAW_EXP_ID_PARENT=( pmu0205a pmu0207a pmu0207b pmu0207c )
#RAW_EXP_ID_PARENT=( pmu0205a pmu0207a pmu0207b pmu0207c ) # cmorizing 26000-1 BP as 1-26000 AD
RAW_EXP_ID_PARENT=( pmu0207a pmu0207a pmu0207b pmu0207c ) # cmorizing 25000-1 BP as 1-25000 AD
#Work dir
WORK_DIR_TRUNK=$EXP_DIR_TRUNK/work
......@@ -103,7 +105,7 @@ ca+=([jsbach]="${SCRIPT_ROOT}/cdocmorinfo_jsbach_CR")
experiment=transient_deglaciation_prescribed_glac1d
member=r1i1p2f2
mip=PalMod2
vd=v20211103
vd=v20211111
#vd=v$(date '+%Y%m%d') #CMOR version directory name, should be a date in format YYYYMMDD
#Where to store errors
......@@ -113,19 +115,28 @@ errdir_diag=${errdir}_diag
errdir_agg=${errdir}_agg
#initial and final year of the experiment
iniyeararr=(4000 2000 2000 2000)
#iniyeararr=(4000 2000 2000 2000) # 26000-1 BP
iniyeararr=(5000 2000 2000 2000) # 25000-1 BP
finyeararr=(8999 8999 8999 8999)
iniyear=1
finyear=26000
finyear=25000
#offset compared to startyear
inioffsetarr=(-3999 3001 10001 17001)
# from days since 0 to days since -24900
#inioffsetarr=(-3999 3001 10001 17001) # 26000-1 BP
inioffsetarr=(-4999 2001 9001 16001) # 25000-1 BP
# Time axis (26000-1 BP)
## exp time total yrs new exp time offset
#a - 26000-21001 BP - 5000 yrs - 1- 5000 - - 3999
#b - 21000-14001 BP - 7000 yrs - 5001-12000 - 3001
#c - 14000- 7001 BP - 7000 yrs - 12001-19000 - 10001
#d - 7000- 1 BP - 7000 yrs - 19001-26000 - 17001
# Time axis (25000-1 BP)
## exp time total yrs new exp time offset
#a - 25000-21001 BP - 4000 yrs - 1- 4000 - - 4999
#b - 21000-14001 BP - 7000 yrs - 4001-11000 - 2001
#c - 14000- 7001 BP - 7000 yrs - 11001-18000 - 9001
#d - 7000- 1 BP - 7000 yrs - 18001-25000 - 16001
#pmu0207a-d: Transient simulation of the last deglaciation with Glac1D
#reconstructions as boundary conditions. They are structured as follows.
#
......
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