CliMA / ClimaCoupler.jl

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

use config dict for random seed and context #987

Closed juliasloan25 closed 1 month ago

juliasloan25 commented 1 month ago

Purpose

We should only get the config_dict and job_id from the parsed args, everything else should come from the config dict. Otherwise, they won't be properly processed when specified in the config dict (which is where we expect them to be defined)