NOAA-GFDL / FRE-NCtools

Tools for manipulating and creating netCDF inputs for FMS managed models
GNU Lesser General Public License v3.0
20 stars 28 forks source link

split_ncvars.pl should process diurnal output #241

Closed ceblanton closed 1 year ago

ceblanton commented 1 year ago

Is your feature request related to a problem? Please describe. split_ncvars.pl has a --vars option to pass in a user-specified of variables, but if not specified, "all" variables are split. "All" variables are currently set to those returned by list_ncvars.csh -t0123.

This does not handle variables with an additional diurnal time dimension, such as lat, lon, pfull, time, time24.

Describe the solution you'd like split_ncvars.pl could call list_ncvars with -t01234 to include the diurnal output.

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.