esm-tools / pymorize

A Python based Tool to CMORize NetCDF Data
MIT License
0 stars 1 forks source link

Find eligible input files (FESOM's output files) #13

Closed mandresm closed 2 months ago

mandresm commented 3 months ago

In SEAMORE, the class FesomOutputDir finds eligible FESOM files that match a name pattern specified in the ENV and a time period (https://github.com/FESOM/seamore/blob/main/lib/fesom_output_dir.rb). This class name is misleading, it's more about finding out eligible input files for SEAMORE, and less about the FESOM's output structure.

The following features might be or not necessary (to be decided as we develop it):