-
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.
Add ARS no limiter FCT to longrun pipeline
- Loading branch information
1 parent
b370eb8
commit 5b168d8
Showing
2 changed files
with
29 additions
and
0 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
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,19 @@ | ||
dt: "100secs" | ||
apply_limiter: false | ||
ode_algo: ARS343 | ||
tracer_upwinding: zalesak | ||
energy_upwinding: zalesak | ||
hyperdiff: "CAM_SE" | ||
dt_save_state_to_disk: "10days" | ||
t_end: "300days" | ||
h_elem: 16 | ||
z_elem: 63 | ||
dz_bottom: 30.0 | ||
dz_top: 3000.0 | ||
z_max: 55000.0 | ||
vert_diff: "true" | ||
moist: "equil" | ||
precip_model: "0M" | ||
rayleigh_sponge: true | ||
forcing: "held_suarez" | ||
job_id: "dt_ARS_nolim_FCT_100secs" |