Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Parallel Coupling
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paleoclimate Dynamics
Projects
AWIESM-2.2 Development
Parallel Coupling
Commits
14d56efa
Commit
14d56efa
authored
4 years ago
by
Paul Gierz
Browse files
Options
Downloads
Patches
Plain Diff
fix(run_configs): changes example PISM config to work with Ant setup
parent
50226cac
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run_configs/PI_Ctrl.yaml
+15
-12
15 additions, 12 deletions
run_configs/PI_Ctrl.yaml
with
15 additions
and
12 deletions
run_configs/PI_Ctrl.yaml
+
15
−
12
View file @
14d56efa
...
...
@@ -32,6 +32,9 @@ echam:
parctl
:
nprocar
:
0
nprocbr
:
0
jsbach
:
add_input_sources
:
jsbach_1850
:
${general.project_base}/nonstandard_pool_files/fesom/mesh_CORE2_finaltopo_mean/tarfilesT63/input/jsbach/jsbach_T63CORE2_11tiles_5layers_1850.nc
fesom
:
resolution
:
"
CORE2"
...
...
@@ -39,39 +42,40 @@ fesom:
restart_rate
:
1
restart_unit
:
"
y"
restart_first
:
1
mesh_dir
:
${general.project_base}/nonstandard_pool_files/fesom/mesh_CORE2_finaltopo_mean/
namelist_changes
:
namelist.config
:
paths
:
ClimateDataPath
:
"
${general.project_base}/nonstandard_pool_files/fesom/hydrography/"
pism
:
debug_override_file_generation
:
False
domain
:
"
greenland
"
resolution
:
"
1
0
km"
domain
:
"
antarctica
"
resolution
:
"
1
6
km"
model_dir
:
${general.project_base}/model_codes/awiesm-2.2/pism-github1.2.1/
bin_dir
:
${pism.model_dir}/bin/
lresume
:
1
ini_parent_exp_id
:
"
pism_antarctica01"
# Needed, but not used
ini_parent_date
:
"
0001-01-01"
# Needed, but not used
ini_restart_dir
:
"
/work/ollie/lackerma/awicm_pism_tests/pism_antarctica01/rest
ar
t
/pism"
# Needed, but not used.
ini_restart_dir
:
"
${general.project_base}/restart_files_from_l
ar
s
/pism
/
"
# Needed, but not used.
# This is the actual spinup file from the last experiment:
spinup_file
:
"
/work/ollie/pgierz/test_esmtools
/input_files_from_lars/pismr_antarctica_16km.spinup_start.nc"
spinup_file
:
"
${general.project_base}
/input_files_from_lars/pismr_antarctica_16km.spinup_start.nc"
flags
:
-
"
no_subgl_basal_melt"
-
"
subgl"
# Evaluates to flags in the pism command:
# ./pismr -no_subgl_basal_melt -subgl
kv_pairs
:
verbose
:
2
#
kv_pairs:
#
verbose: 2
# Evalues to key-value pairs like this:
# ./pismr -verbose 2
# ./pismr -atmosphere given,lapse_rate -atmosphere_given_file climate_forcing_LIG_16km_monthly.nc -atmosphere_given_period 1 -atmosphere.use_precip_linear_factor_for_temperature no -surface pdd -surface_lapse_rate_file usurf_echam_PI_LIG.nc -low_temp 100
overrides_kv_pairs
:
verbose
:
5
"
atmosphere.use_precip_linear_factor_for_temperature"
:
"
no"
"
my_wonderful_config_option"
:
88
forcing_input_dir
:
"
/work/ollie/pgierz/test_esmtools
/forcing_files_from_lars/"
forcing_input_dir
:
"
${general.project_base}
/forcing_files_from_lars/"
couplers
:
atmosphere
:
given
:
...
...
@@ -79,7 +83,6 @@ pism:
atmosphere_given_file
:
"
${forcing_input_dir}/climate_forcing_LIG_16km_monthly.nc"
kv_pairs
:
atmosphere_given_period
:
1
atmosphere.use_precip_linear_factor_for_temperature
:
"
no"
lapse_rate
:
files
:
atmosphere_lapse_rate_file
:
"
${forcing_input_dir}/usurf_echam_PI_LIG.nc"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment