NOAA-GFDL / fre-cli

Python-based command line interface for FRE (FMS Runtime Environment) to compile and run FMS-based models and post-process their output.
GNU Lesser General Public License v3.0
3 stars 11 forks source link

Remove combining yamls functionality from `configure_script_yaml.py` #169

Closed singhd789 closed 2 months ago

singhd789 commented 2 months ago

Is your feature request related to a problem? Please describe. As of now, a new combine-yamls tools was created to combine the model, compile, experiment, and analysis yamls into one yaml file. Previously, configure_script_yaml.py combined the experiment yamls. With the new tool being added to the fre-cli, the configure script no longer needs functions that combine the yamls.

Describe the solution you'd like The configure_script_yaml.py script needs to be cleaned up, where duplicate functions (now put in combine-yamls tool) that were used to combine yamls are removed.