ai2cm / fv3config

Manipulate FV3GFS run directories
Apache License 2.0
1 stars 0 forks source link

Add change_to_restart_config functionality #4

Closed oliverwm1 closed 4 years ago

oliverwm1 commented 4 years ago

Add a function which will take a config dict and change the relevant namelist parameters so that it can be used for a restart simulation.

mcgibbon commented 4 years ago

Maybe enable_restart(config) --> None? It's generally understood that the package works on configuration dicts as a central object, so I think it would be pretty clear without needing config in the function name. And config will still show up in the function signature.