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

Pressure masking netcdf modifying tool #43

Closed ceblanton closed 7 months ago

ceblanton commented 8 months ago

This is a neat self-contained tool that is useful to for FRE workflows, but it needs more documentation, tests, and it's not working perfectly yet in comparison to the Bronx refinediag script.

bcc2761 commented 8 months ago

@ceblanton I'm going to go in and change the argparse to click while I review this

chanwilson commented 8 months ago

I'm also not overjoyed about the qty of changes required when adding sub-commands, I have a couple thoughts on how to make that better.... but not for this PR.

ceblanton commented 7 months ago

This really needs a single pytest.