Skip to content

Commit 65f84d0

Browse files
committed
io_helpers
1 parent 04b02c9 commit 65f84d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

experiments/ClimaEarth/run_dry_held_suarez.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ include("components/atmosphere/climaatmos.jl")
5252
include("user_io/user_diagnostics.jl")
5353
include("user_io/user_logging.jl")
5454

55-
include("driver_utils.jl")
55+
include("user_io/io_helpers.jl")
5656

5757
#=
5858
### Setup simulation parameters
@@ -137,7 +137,6 @@ using ClimaComms
137137
comms_ctx = get_comms_context(Dict("device" => "auto"))
138138
ClimaComms.init(comms_ctx)
139139

140-
141140
#=
142141
### I/O Directory Setup
143142
`coupler_output_dir` is the directory where the output of the simulation will be saved, and `COUPLER_ARTIFACTS_DIR` is the directory where

0 commit comments

Comments
 (0)