Skip to content

Commit

Permalink
change amip to 60km
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Nov 11, 2024
1 parent 8aa5c3b commit 8b3afb8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/amip_configs/amip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ topography: "Earth"
turb_flux_partition: "CombinedStateFluxesMOST"
viscous_sponge: true
z_elem: 63
z_max: 55000.0
z_max: 60000.0
6 changes: 3 additions & 3 deletions config/nightly_configs/amip_coarse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ radiation_reset_rng_seed: true
rayleigh_sponge: true
start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "732days"
t_end: "549days"
topo_smoothing: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxesMOST"
viscous_sponge: true
z_elem: 31
z_max: 55000.0
z_elem: 39
z_max: 60000.0
6 changes: 3 additions & 3 deletions config/nightly_configs/amip_coarse_random.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ output_default_diagnostics: true
rayleigh_sponge: true
start_date: "20100101"
surface_setup: "PrescribedSurface"
t_end: "732days"
t_end: "549days"
topo_smoothing: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxesMOST"
unique_seed: true
viscous_sponge: true
z_elem: 31
z_max: 55000.0
z_elem: 39
z_max: 60000.0
4 changes: 2 additions & 2 deletions toml/amip.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
value = 10.0

[zd_rayleigh]
value = 35000.0
value = 40000.0

[zd_viscous]
value = 35000.0
value = 40000.0

[precipitation_timescale]
value = 600
Expand Down

0 comments on commit 8b3afb8

Please sign in to comment.