diff --git a/config/longrun_configs/longrun_aquaplanet_dyamond.yml b/config/longrun_configs/longrun_aquaplanet_dyamond.yml index eaff0a8f21..c10fbb809e 100644 --- a/config/longrun_configs/longrun_aquaplanet_dyamond.yml +++ b/config/longrun_configs/longrun_aquaplanet_dyamond.yml @@ -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] diff --git a/config/longrun_configs/longrun_moist_baroclinic_wave_he60.yml b/config/longrun_configs/longrun_moist_baroclinic_wave_he60.yml index 0d01df0173..d8b4c610f4 100644 --- a/config/longrun_configs/longrun_moist_baroclinic_wave_he60.yml +++ b/config/longrun_configs/longrun_moist_baroclinic_wave_he60.yml @@ -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" diff --git a/docs/src/longruns.md b/docs/src/longruns.md index 36e8e6103e..55a7d5c2ca 100644 --- a/docs/src/longruns.md +++ b/docs/src/longruns.md @@ -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. ```