-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2443 from CliMA/zs/longrun
clean up longruns
- Loading branch information
Showing
5 changed files
with
60 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
config/longrun_configs/longrun_aquaplanet_rhoe_equil_highres_allsky_ft32.yml
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
config/longrun_configs/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
FLOAT_TYPE: "Float32" | ||
dt_save_to_disk: "10days" | ||
dt: "150secs" | ||
t_end: "300days" | ||
h_elem: 16 | ||
z_elem: 63 | ||
dz_bottom: 30.0 | ||
dz_top: 3000.0 | ||
z_max: 55000.0 | ||
rayleigh_sponge: true | ||
kappa_4: 1.0e16 | ||
moist: "equil" | ||
precip_model: "0M" | ||
surface_setup: "DefaultMoninObukhov" | ||
vert_diff: "true" | ||
rad: "clearsky" | ||
dt_rad: "6hours" | ||
job_id: "longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky" | ||
toml: [toml/longrun_aquaplanet_rhoe_equilmoist_nz63_0M_55km_rs35km_clearsky.toml] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 6 additions & 3 deletions
9
config/longrun_configs/longrun_sphere_hydrostatic_balance_rhoe.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
h_elem: 16 | ||
z_elem: 45 | ||
dz_bottom: 30.0 | ||
dt: "400secs" | ||
kappa_4: 1.0e16 | ||
perturb_initstate: false | ||
discrete_hydrostatic_balance: true | ||
t_end: "2000days" | ||
dt_save_to_sol: "10days" | ||
t_end: "800days" | ||
dt_save_to_disk: "10days" | ||
fps: 30 | ||
job_id: "longrun_sphere_hydrostatic_balance_rhoe" |