You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Rough draft and tests for esm1.6 style output filenames
* Fixed bug in tests
* Need to add time values to one more cdl file
* Removed unnecessary double space
* Removed an excess newline
* Moved a TODO
* Added a sub-daily datestamp format
* Added cases to the frequency identification, explicit 4 digit years, tests
* Filename timestamp creation now uses time_bnds if possible. open_dataset time handling tweaked. Ommitted test case now passes, another now fails
* Updated ToDo for yearly/subhourly files
* Added command line arg for file-freq. Commented out previously failing test
* Tweaked handling of commandline options so that required ones can be specified again.
* Ice timestep files now fail to parse since freq is unknown. Updated test to expect failure in this case
* Updated comments to indicate no sub-hourly data expected
* Default arguments for esm1p6_filename now match default commandline option
* Updated test to match comment
* Tweaked handling of frequency parsing to support Xhr/day/mon for ice files + tests
* Extracted ESM1.6 filename fucntionality to a separate file
* Instantaneous files now use "snap" for filename, added tests and better detection of instantaneous files
* Tweaked _build_cell_methods to make it more reliable and consistent
* Attempting to move to src-layout since there are multiple modules now. Also added commandline script
* Github runner is struggling with diskspace - so cleaning up ncfiles in tests
* Py3.10 doesn't have exception.add_note, missing f for str
* Removed unused import
* Updated readme with new commanline options and commandline script
* Added case for cell_method to catch instantaneous atmospheric fields
* Corrected test case that covers instantaneous atmos field
0 commit comments