Skip to content

Commit

Permalink
Merge pull request #3212 from CliMA/zs/longrun
Browse files Browse the repository at this point in the history
change dt for 60 elements simulations in the longrun
  • Loading branch information
szy21 authored Jul 20, 2024
2 parents 898a97f + e2b18ee commit c78d0d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_aquaplanet_dyamond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ vert_diff: "FriersonDiffusion"
surface_setup: "DefaultMoninObukhov"
rayleigh_sponge: true
dt_save_state_to_disk: "10days"
dt: "90secs"
dt: "60secs"
t_end: "10days"
toml: [toml/longrun_aquaplanet.toml]
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ h_elem: 60
z_elem: 63
dz_bottom: 30.0
dz_top: 3000.0
dt: "90secs"
dt: "60secs"
t_end: "30days"
initial_condition: "MoistBaroclinicWave"
moist: "equil"
Expand Down
5 changes: 2 additions & 3 deletions docs/src/longruns.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,11 @@ Use this job to test 1-moment microphysics related features.
longrun_aquaplanet_dyamond
Aquaplanet setup for DYAMOND (global high-resolution simulation). This job includes
all the atmosphere components required for DYAMOND.
all the atmosphere components required for DYAMOND. It will be updated whenever new components are ready.
```
```
amip_target_diagedmf
Aquaplanet setup for AMIP (atmosphere-land simulation). This job includes all the
working atmosphere components required for AMIP. It can be unstable as some of them
are still under development. It will be updated whenever new components are ready.
working atmosphere components required for AMIP. It will be updated whenever new components are ready.
```

0 comments on commit c78d0d2

Please sign in to comment.