CliMA / ClimaCoupler.jl

ClimaCoupler: bringing atmosphere, land, and ocean together
Apache License 2.0
27 stars 5 forks source link

follow atmos approach for config file loading #985

Open juliasloan25 opened 1 month ago

juliasloan25 commented 1 month ago

ClimaAtmos and ClimaCoupler currently have slightly different approaches to setting up the config. Atmos reuses an existing config file if it's defined, or creates a new one if not. Coupler checks if we're running interactively and uses a default in that case, otherwise requires the user to specify a config file and job id. It might be nice to update the coupler approach to more closely align with that of atmos (see atmos code here).

Other things to think about: