Recipe: File naming conventions: Difference between revisions
Line 27: | Line 27: | ||
::'''HV''': Horizontal and Vertical grid, where | ::'''HV''': Horizontal and Vertical grid, where | ||
::'''H''' can be: | :::'''H''' can be: | ||
::::'''N''': Nominal (full) horizontal resolution of lat/lon grid. | ::::'''N''': Nominal (full) horizontal resolution of lat/lon grid. | ||
::::'''C''': Coarse (reduced) horizontal resolution of lat/lon grid | ::::'''C''': Coarse (reduced) horizontal resolution of lat/lon grid | ||
::'''V''' can be: | :::'''V''' can be: | ||
::::'''x''': horizontal-only data (surface, single level, etc.); ''dims'' must be '''2D''' | ::::'''x''': horizontal-only data (surface, single level, etc.); ''dims'' must be '''2D''' | ||
::::'''p''': pressure-level data (see Appendix B of spec file for levels TODO); ''dims'' must be '''3D''' | ::::'''p''': pressure-level data (see Appendix B of spec file for levels TODO); ''dims'' must be '''3D''' | ||
::::'''v''': model layer centers (see Appendix B of spec file TODO); ''dims'' must be '''3D''' | ::::'''v''': model layer centers (see Appendix B of spec file TODO); ''dims'' must be '''3D''' | ||
::::'''e''': model layer edges (see Appendix B of spec file); dims must be 3D | ::::'''e''': model layer edges (see Appendix B of spec file); dims must be 3D |