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.
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 incombine-yamls
tool) that were used to combine yamls are removed.