Recipe: File naming conventions: Difference between revisions
Line 37: | Line 37: | ||
'''<span style="color:red">timestamp</span>''' | '''<span style="color:red">timestamp</span>''' | ||
::This token defines the date and time associated with the data in the file. It has the form ''yyyymmdd_hhmmz'', where | |||
::::'''yyyy''' - year string (e.g. "2006") | |||
::::'''mm''' - month string (e.g. "09" for September) | |||
::::'''dd''' - day of the month string | |||
::::'''hh''' - hour (UTC) | |||
::::'''mm''' - minute | |||
'''nc4''': All files are in the NetCDF-4 format, hence the suffix ".nc4". |