Skip to content

Commit

Permalink
change dt for h_elem 60
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jul 20, 2024
1 parent 898a97f commit e2b18ee
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 e2b18ee

Please sign in to comment.