FAAM-146 / decades-ppandas

1 stars 0 forks source link

Allow DecadesVariable not to have an associated flag. #14

Closed davesproson closed 3 years ago

davesproson commented 3 years ago

While all output variables should (probably) be associated with a flag by default, there is no need for input variables to be associated with a flag. It should be allowable to pass flag=None when creating a variable. This would be useful when writing out raw data, as flags are meaningless and significantly increase the size of output files.