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 7 forks source link

fre make run-fremake fix #96

Closed bcc2761 closed 3 months ago

bcc2761 commented 3 months ago

Basically just copied the most recent fremake script and put it under click decorators, whereas the previous one still used older fremake code that didn't use mkTemplatePath

singhd789 commented 3 months ago

This looks good! Thanks Bennett.