Recipe: File naming conventions: Difference between revisions
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 | ||
::::'''<span style="color:black">freq</span>_<span style="color:blue">dims</span>_<span style="color:red">group</span> | ::::'''<span style="color:black">freq</span>_<span style="color:blue">dims</span>_<span style="color:red">group</span>_HV''' | ||
::where the four attributes (freq,dims,group,HV) are: | ::where the four attributes (freq,dims,group,HV) are: | ||
::'''<span style="color:black">freq</span>''': time-independent ('''<span style="color:black">const</span>'''), instantaneous ('''<span style="color:black">inst</span>''F'' '''), time-average ('''<span style="color:black">tavg</span>''F'' '''), diurnally time-averaged ('''<span style="color:black">tdav<span style="color:black">''F'' ''') where ''' ''F'' ''' indicates the frequency or averaging interval and can be one of the following: | ::'''<span style="color:black">freq</span>''': time-independent ('''<span style="color:black">const</span>'''), instantaneous ('''<span style="color:black">inst</span>''F'' '''), time-average ('''<span style="color:black">tavg</span>''F'' '''), diurnally time-averaged ('''<span style="color:black">tdav<span style="color:black">''F'' ''') where ''' ''F'' ''' indicates the frequency or averaging interval and can be one of the following: | ||
Line 28: | Line 28: | ||
::A short mnemonic for the type of fields in the collection, or the variable name for single-variable collections. | ::A short mnemonic for the type of fields in the collection, or the variable name for single-variable collections. | ||
''' | '''HV''' | ||
::Horizontal and Vertical grid, where | ::Horizontal and Vertical grid, where | ||
:::H can be: | |||
::::N: Nominal (full) horizontal resolution of lat/lon grid. | |||
::::C: Coarse (reduced) horizontal resolution of lat/lon grid | |||
:::V can be: | |||
::::x: | |||
::::p: | |||
::::v: | |||
::::e: |