Skip to content

Commit

Permalink
changed example coupled runscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ackermann committed Sep 9, 2023
1 parent a9d918c commit b4986e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 27 deletions.
12 changes: 6 additions & 6 deletions runscripts/awicm-pism/awiesm_cpl-albedo-initial-yearly.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
general:
setup_name: "awiesm"
compute_time: "00:45:00"
compute_time: "01:10:00"
initial_date: "2000-01-01T00:00:00" # Initial exp. date
final_date: "2009-12-31T00:00:00" # Final date of the experiment
script_dir: "${general.esm_runscript_dir}/awicm-pism/coupling/"
script_dir: "${general.esm_couplings_dir}"
restart_dir: ""
nmonth: 0
nyear: 1
Expand Down Expand Up @@ -56,7 +56,7 @@ echam:
nproc: 1
run_before: prepcompute
script: coupling_ice2echam.functions
script_dir: ${general.script_dir}
script_dir: ${general.script_dir}/echam
call_function: ice2echam
env_preparation: env_echam.py
run_only: first_run_in_chunk
Expand All @@ -66,7 +66,7 @@ echam:
nproc: 1
run_after: tidy
script: coupling_echam2ice.functions
script_dir: ${general.script_dir}
script_dir: ${general.script_dir}/echam
call_function: echam2ice
env_preparation: env_echam.py
run_only: last_run_in_chunk
Expand All @@ -88,7 +88,7 @@ fesom:
nproc: 1
run_before: prepcompute
script: coupling_ice2fesom.functions
script_dir: ${general.script_dir}
script_dir: ${general.script_dir}/fesom
call_function: ice2fesom
env_preparation: env_fesom.py
run_only: first_run_in_chunk
Expand All @@ -98,7 +98,7 @@ fesom:
nproc: 1
run_after: tidy
script: coupling_fesom2ice.functions
script_dir: ${general.script_dir}
script_dir: ${general.script_dir}/fesom
call_function: fesom2ice
env_preparation: env_fesom.py
run_only: last_run_in_chunk
34 changes: 13 additions & 21 deletions runscripts/awicm-pism/pism_cpl-albedo-initial-yearly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ general:
compute_time: "00:40:00"
initial_date: "1000-01-01"
final_date: "15000-12-31"
base_dir: "/work/ba0989/a270124/PalModII/experiments"
script_dir: "/home/a/a270124/tools/coupling"
script_dir: "${general.esm_couplings_dir}"
nyear: 1
# clean_old_rundirs_keep_every: 5
# clean_old_rundirs_except: 5
Expand All @@ -22,34 +21,27 @@ pism:
#version: "github1.1.4"
version: "github1.2.1"
resolution: "10km"
#model_dir: "/home/a/a270124/pism_dependencies/pism-1.1.4-qoohpi/"
model_dir: "/home/a/a270124/model_codes/pism/pism-v1.2.1/"
model_dir: "/albedo/home/lackerma/modeldir/pism-github1.2.1/"
lresume: 1

###################
# Settings for AWIES - PISM coupling
# DEBM
debm_path: "/home/a/a270124/dEBM/Fortran-v1.0/dEBMmain"
debm_obl: "23.441"
debm_beta: 7.5
debm_path: "/albedo/home/lackerma/modeldir/dEBM/Fortran/dEBMmain"
# lapse rate
lapse_rate: -0.005
ablation_method: "DEBM"
iceberg_coupling: False
thk_threshold: 5.0
select_min_glacial_depth: True
reduce_temp: True
reduce_temp_by: "anom"
temp2_bias_file: "/work/ba0989/a270124/PalModII/reanalysis/temp2.bias.bilT63.1948-2010.no_greenland.nc"
prec_anom: True
prec_bias_file: "/work/ba0989/a270124/PalModII/reanalysis/prec.bias.conT63.1948-2010.no_greenland.nc"
reduce_temp: False
#reduce_temp_by: "anom"
#temp2_bias_file: "/work/ba0989/a270124/PalModII/reanalysis/temp2.bias.bilT63.1948-2010.no_greenland.nc"
prec_anom: False
#prec_bias_file: "/work/ba0989/a270124/PalModII/reanalysis/prec.bias.conT63.1948-2010.no_greenland.nc"
###################

ini_parent_exp_id: "bla"
ini_parent_date: "1-1-1"
ini_restart_dir: "bla"
spinup_file: "/work/ba0989/a270124/PalModII/restarts/pismr_nhem_10km_LU.nc"
pool_dir: "/work/ba1066/a270124/pool_pism/"
spinup_file: "/albedo/work/user/lackerma/restarts/pismr_nhem_10km_LU.nc"
pool_dir: "/albedo/work/user/lackerma/pool_pism/"
ts_interval: "1"
ex_interval: "monthly"
domain: "nhem"
Expand All @@ -70,7 +62,7 @@ pism:
bed_deformation.model: "lc"
calving.methods: 'eigen_calving,thickness_calving'
calving.thickness_calving.threshold: 200
geometry.front_retreat.prescribed.file: "/work/ba1066/a270124/pool_pism/masks/nhem/pismr_nhem_10km_no-tibet_mask.nc"
geometry.front_retreat.prescribed.file: "${pism.pool_dir}/masks/nhem/pismr_nhem_10km_no-tibet_mask.nc"
ocean.pik_melt_factor: "1e-2"
atmosphere.elevation_change.precip_lapse_rate: 0.0
atmosphere.elevation_change.smb_lapse_rate: 0.0
Expand Down Expand Up @@ -112,7 +104,7 @@ pism:
nproc: 1
run_before: prepcompute
script: coupling_awiesm2pism.functions
script_dir: ${general.script_dir}
script_dir: ${general.script_dir}/pism
call_function: awiesm2pism
env_preparation: env_pism.py
run_only: first_run_in_chunk
Expand All @@ -122,7 +114,7 @@ pism:
nproc: 1
run_after: tidy
script: coupling_pism2awiesm.functions
script_dir: ${general.script_dir}
script_dir: ${general.script_dir}/pism
call_function: pism2awiesm
env_preparation: env_pism2awiesm.py
run_only: last_run_in_chunk
Expand Down

0 comments on commit b4986e5

Please sign in to comment.