Skip to content

Commit 046caf9

Browse files
committed
debug
1 parent 2bf5e04 commit 046caf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

experiments/ClimaEarth/run_cloudless_aquaplanet.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ config_dict = Dict(
136136
"albedo_model" => "CouplerAlbedo",
137137

138138
)
139-
# TODO: increase diffusion coef?
139+
#
140140

141141
## merge dictionaries of command line arguments, coupler dictionary and component model dictionaries
142142
atmos_config_dict, config_dict = get_atmos_config_dict(config_dict)
@@ -375,5 +375,5 @@ end
375375

376376
solve_coupler!(cs)
377377

378-
include("debug_plots.jl")
378+
include("user_io/debug_plots.jl")
379379
debug(cs, dir_paths.artifacts)

0 commit comments

Comments
 (0)