Skip to content

Commit a3a8f6a

Browse files
committed
rm default TOML file
1 parent 26fe16a commit a3a8f6a

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

experiments/ClimaEarth/components/atmosphere/climaatmos.jl

-2
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,9 @@ function get_atmos_config_dict(coupler_dict::Dict, job_id::String, atmos_output_
345345
# use coupler toml if atmos is not defined
346346
atmos_toml_file = atmos_config["toml"]
347347
coupler_toml_file = coupler_dict["coupler_toml_file"]
348-
default_toml_file = "toml/default_coarse.toml"
349348

350349
toml_file = !isempty(atmos_toml_file) ? joinpath(pkgdir(CA), atmos_toml_file[1]) : nothing
351350
toml_file = !isnothing(coupler_toml_file) ? joinpath(pkgdir(ClimaCoupler), coupler_toml_file) : toml_file
352-
toml_file = isnothing(toml_file) ? joinpath(pkgdir(ClimaCoupler), default_toml_file) : toml_file
353351

354352
if !isnothing(toml_file)
355353
@info "Overwriting Atmos parameters from $toml_file"

toml/default_coarse.toml

-3
This file was deleted.

0 commit comments

Comments
 (0)