NuSDaS User's Guide

Pathname Expansion

Pathname of data file is determined by path ... and filename filename statements in the definition file, after substitution of following keywords to values of data identifier.

Table 5: Keywords of Pathname Expansion
keywordmeaning
_modelmodel name, first 4 characters of type1
_2d2D grid structure, 5th and 6th characters of type1
_3d2D grid positioning, 7th and 8th characters of type1
_attibutefirst two characters of type2
_timetime attribute, last two characters of type2
_nametype3
_spaceequivalent to '_2d_3d'
_basebase time
_validvalid time
_membermember

Note that plane and element is not used in pathname expansion, since they cannot 'split' file. Similarly, using '_valid' or '_member' will cause malfunction if you declare 'valid ... in' or 'member ... in' respectively. On the other hand, if you declare 'valid ... out' or 'member ... out', you must use '_valid' or '_member' respectively in path ... or filename filename statements; otherwise data files for different valid times or members will collide (have same names and may cause malfunction).