Commit 29e4dc3 1 parent b724797 commit 29e4dc3 Copy full SHA for 29e4dc3
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ restart_dir = "unspecified"
62
62
restart_t = Int (0 )
63
63
64
64
# # coupler simulation specific configuration
65
- Δt_cpl = Float64 (400 )
65
+ Δt_cpl = Float64 (120 )
66
66
t_end = " 1000days"
67
67
tspan = (Float64 (0.0 ), Float64 (time_to_seconds (t_end)))
68
68
start_date = " 19790301"
@@ -86,11 +86,11 @@ config_dict = Dict(
86
86
" t_end" => t_end,
87
87
" start_date" => " 19790301" ,
88
88
# domain
89
- " h_elem" => 4 ,
90
- " z_elem" => 10 ,
89
+ " h_elem" => 16 ,
90
+ " z_elem" => 63 ,
91
91
" z_max" => 30000.0 , # semi-high top
92
- " dz_bottom" => 300 .0 ,
93
- " nh_poly" => 4 ,
92
+ " dz_bottom" => 30 .0 ,
93
+ " nh_poly" => 3 ,
94
94
# output
95
95
" dt_save_to_sol" => " 1days" ,
96
96
# numerics
@@ -120,6 +120,7 @@ config_dict = Dict(
120
120
" rad" => " gray" ,
121
121
" dt_rad" => dt_rad,
122
122
" albedo_model" => " CouplerAlbedo" ,
123
+ " implicit_diffusion" => true
123
124
)
124
125
125
126
# # merge dictionaries of command line arguments, coupler dictionary and component model dictionaries
You can’t perform that action at this time.
0 commit comments