Recipe: File naming conventions: Difference between revisions
Created page with "== Problem == We want to understand the file naming conventions of G5NR products == Solution == The standard generic complete name for G5NR products appear as c1440_NR.coll..." |
|||
Line 14: | Line 14: | ||
collection | collection | ||
::The operational GEOS-5 data are organized into file collections that contain fields with common characteristics. However, computational considerations required that 3D collections have a single variable in them. Collection names are of the form | ::The operational GEOS-5 data are organized into file collections that contain fields with common characteristics. However, computational considerations required that 3D collections have a single variable in them. Collection names are of the form | ||
::::''freq_dims_group_HV'' | |||
where the four attributes (freq,dims,group,HV) are: | ::where the four attributes (freq,dims,group,HV) are: | ||
::freq: time-independent (const), instantaneous (instF), time-average (tavgF), diurnally time-averaged (tdavF) where F indicates the frequency or averaging interval and can be one of the following: | |||
freq: time-independent (const), instantaneous (instF), time-average (tavgF), diurnally | ::::30mn = every 30 minutes | ||
time-averaged (tdavF) where F indicates the frequency or averaging interval and can | ::::01hr = hourly | ||
be | ::::01mo = monthly | ||
::The tdavF files typically contain monthly diurnal files, meaning, monthly means for | |||
The tdavF files typically contain monthly diurnal files, meaning, monthly means for | |||
each hour of the day: 0 UTC, 1 UTC, …, 23UTC. | each hour of the day: 0 UTC, 1 UTC, …, 23UTC. | ||