split_ncvars.pl should process diurnal output
ceblanton opened this issue · 0 comments
ceblanton commented
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.