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 pp bronx #53

Closed ceblanton closed 1 month ago

ceblanton commented 6 months ago

Wrapper tool for traditional Bronx XML usage

https://gitlab.gfdl.noaa.gov/fre2/system-settings/-/blob/main/bin/frepp?ref_type=heads

ilaflott commented 1 month ago

how does this differ from fre/pp/configure_script_xml.py ? or is this idea no longer relevant?

ilaflott commented 1 month ago

"wrapper tool" --> the wrapper @cwhitlock-NOAA has worked on?

or a dual-running wrapper like we used to have?

ceblanton commented 1 month ago

Thanks! This can be closed now. fre pp wrapper is exactly the functionality, yes. It works OK now and @cwhitlock-NOAA is making it more resilient.

If Bennett were around, I might ask (again, I'm sure), whether it's possible to make the fre-cli catagory call work without a subcommand. e.g.

fre pp -c YAML -e EXPNAME -p PLATFORM -t TARGET

whereas today we have the perfectly fine

fre pp wrapper -c YAML -e EXPNAME -p PLATFORM -t TARGET

ilaflott commented 1 month ago

i agree that a fre pp call would be nice- lets make that a sep issue for clarity! closing via #104