Skip to content

Commit 1fd80d6

Browse files
authored
Merge pull request #4075 from CliMA/zs/longrun
reduct t_end for some longruns
2 parents 576ac23 + 0403151 commit 1fd80d6

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

config/longrun_configs/longrun_aquaplanet_allsky_progedmf_0M.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ implicit_sgs_nh_pressure: true
55
implicit_sgs_vertdiff: true
66
max_newton_iters_ode: 3
77
dt: "30secs"
8-
t_end: "60days"
8+
t_end: "30days"
99
dt_save_state_to_disk: "30days"
1010
moist: "equil"
1111
rad: "allskywithclear"

config/longrun_configs/longrun_aquaplanet_dyamond.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ topography: "Earth"
44
start_date: "20160801"
55
initial_condition: "artifact\"DYAMOND_SUMMER_ICS_p98deg\"/DYAMOND_SUMMER_ICS_p98deg.nc"
66
moist: "equil"
7-
t_end: "30days"
8-
dt_save_state_to_disk: "10days"
7+
t_end: "15days"
8+
dt_save_state_to_disk: "15days"
99
rad: "allskywithclear"
1010
insolation: "timevarying"
1111
dt_rad: "1hours"
@@ -19,7 +19,4 @@ netcdf_interpolation_num_points: [360, 180, 63]
1919
diagnostics:
2020
- short_name: [pfull, ua, va, ta, ts, wa, rv, ke, hus, clw, cli, pr]
2121
reduction: inst
22-
period: 10days
23-
- short_name: [pfull, ua, va, ta, ts, wa, rv, ke, hus, clw, cli, pr]
24-
reduction: average
25-
period: 30days
22+
period: 15days

0 commit comments

Comments
 (0)