You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# when all component dt's are specified, ignore the dt field
238
-
ifhaskey(config_dict, "dt")
239
-
@warn"Removing dt in favor of individual component dt's"
240
-
delete!(config_dict, "dt")
241
-
end
242
-
for key in component_dt_names
235
+
236
+
@assertall(key ->!isnothing(config_dict[key]), component_dt_names) ||haskey(config_dict, "dt") "all model-specific timesteps (dt_atmos, dt_land, dt_ocean, and dt_seaice) or a generic timestep (dt) must be specified"
0 commit comments