Commit bc916ac 1 parent b0100b4 commit bc916ac Copy full SHA for bc916ac
File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ restart_dir = "unspecified"
64
64
restart_t = Int (0 )
65
65
66
66
# # coupler simulation specific configuration
67
- Δt_cpl = Float64 (120 )
68
- t_end = " 140days "
67
+ Δt_cpl = Float64 (400 )
68
+ t_end = " 1000days "
69
69
tspan = (Float64 (0.0 ), Float64 (time_to_seconds (t_end)))
70
70
start_date = " 19790301"
71
71
hourly_checkpoint = true
@@ -88,8 +88,8 @@ config_dict = Dict(
88
88
" t_end" => t_end,
89
89
" start_date" => " 19790301" ,
90
90
# domain
91
- " h_elem" => 6 ,
92
- " z_elem" => 30 ,
91
+ " h_elem" => 4 ,
92
+ " z_elem" => 10 ,
93
93
" z_max" => 30000.0 , # semi-high top
94
94
" dz_bottom" => 300.0 ,
95
95
" nh_poly" => 4 ,
@@ -99,7 +99,7 @@ config_dict = Dict(
99
99
" apply_limiter" => false ,
100
100
" viscous_sponge" => false ,
101
101
" rayleigh_sponge" => false ,
102
- " vert_diff" => " FriersonDiffusion " ,
102
+ " vert_diff" => " true " ,
103
103
" hyperdiff" => " ClimaHyperdiffusion" ,
104
104
# run
105
105
" job_id" => run_name,
@@ -133,6 +133,8 @@ config_dict = Dict(
133
133
" turb_flux_partition" => " CombinedStateFluxesMOST" ,
134
134
" rad" => " gray" ,
135
135
" dt_rad" => dt_rad,
136
+ " albedo_model" => " CouplerAlbedo" ,
137
+
136
138
)
137
139
# TODO : increase diffusion coef?
138
140
You can’t perform that action at this time.
0 commit comments