ai2cm / fv3config

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

Replacing remains yaml usages with fv3config load/dump #133

Closed oliverwm1 closed 3 years ago

oliverwm1 commented 3 years ago

A use of yaml.safe_dump within the get_fv3config_yaml_asset function prevented the writing of run directories when a config object contained a DiagTable class for the diag_table entry. This PR replaces that usage with fv3config.dump and adds a relevant test.