Skip to content

Commit

Permalink
summer top AMIP + add PrescribedSurface
Browse files Browse the repository at this point in the history
  • Loading branch information
LenkaNovak committed Oct 11, 2023
1 parent 9030d9e commit 73472de
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 4 deletions.
9 changes: 6 additions & 3 deletions config/longrun_configs/amip_longrun_target.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run_name: "amip_longrun_target"
anim: true
dt_cpl: 150
dt_cpl: 100
energy_check: false
mode_name: "amip"
mono_surface: false
Expand All @@ -11,7 +11,7 @@ precip_model: "0M"
z_elem: 35
dz_bottom: 50
h_elem: 12
kappa_4: 3e16
kappa_4: 4e16
rayleigh_sponge: true
alpha_rayleigh_uh: 0
dt: "100secs"
Expand All @@ -22,4 +22,7 @@ dt_save_to_disk: "1days"
apply_limiter: false
topography: "Earth"
topo_smoothing: true
use_reference_state: false
use_reference_state: false
surface_setup: PrescribedSurface
rayleigh_sponge: true
alpha_rayleigh_uh: 0
1 change: 1 addition & 0 deletions config/longrun_configs/amip_longrun_target_orig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ job_id: "amip_longrun_target"
dt_save_to_sol: "5days"
dt_save_to_disk: "1days"
apply_limiter: false
surface_setup: PrescribedSurface
1 change: 1 addition & 0 deletions config/longrun_configs/amip_n1_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dt_save_to_sol: "100days"
mono_surface: false
apply_limiter: false
precip_model: "0M"
surface_setup: PrescribedSurface
1 change: 1 addition & 0 deletions config/longrun_configs/amip_n1_shortrun_nocouple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dt_save_to_sol: "100days"
mono_surface: false
apply_limiter: false
precip_model: "0M"
surface_setup: PrescribedSurface
1 change: 1 addition & 0 deletions config/longrun_configs/amip_n2_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dt_save_to_sol: "100days"
mono_surface: false
apply_limiter: false
precip_model: "0M"
surface_setup: PrescribedSurface
1 change: 1 addition & 0 deletions config/longrun_configs/amip_n32_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dt_save_to_sol: "100days"
mono_surface: false
apply_limiter: false
precip_model: "0M"
surface_setup: PrescribedSurface
1 change: 1 addition & 0 deletions config/longrun_configs/amip_n64_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dt_save_to_sol: "100days"
mono_surface: false
apply_limiter: false
precip_model: "0M"
surface_setup: PrescribedSurface
1 change: 1 addition & 0 deletions config/longrun_configs/amip_n8_shortrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ dt_save_to_sol: "100days"
mono_surface: false
apply_limiter: false
precip_model: "0M"
surface_setup: PrescribedSurface
3 changes: 2 additions & 1 deletion config/longrun_configs/dyamond_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ atmos_toml_file: "toml/longrun_aquaplanet_dyamond.toml"
monthly_checkpoint: false
topography: "Earth"
topo_smoothing: true
use_reference_state: false
use_reference_state: false
surface_setup: PrescribedSurface
1 change: 1 addition & 0 deletions config/longrun_configs/slabplanet_default_longrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ precip_model: "0M"
anim: true
apply_limiter: false
job_id: "slabplanet_default_longrun"
surface_setup: PrescribedSurface

0 comments on commit 73472de

Please sign in to comment.