Using the ExtData component: Difference between revisions
Line 114: | Line 114: | ||
the variable_to_mask is en entry from the primary exports | the variable_to_mask is en entry from the primary exports | ||
the name_of_mask is an entry from the mask exports | the name_of_mask is an entry from the mask exports | ||
following these two entries, there is a semi-colon and a comma-separated list of integers. Anywhere the mask is one of these integers it uses the value from the variable to be masked, outside these points the variable is undefined. | following these two entries, there is a semi-colon and a comma-separated list of integers. Anywhere the mask is one of these integers it uses the value from the variable to be masked, outside these points the variable is undefined. | ||
Line 120: | Line 122: | ||
zonemask(variable_to_mask,lower_lat,upper_lat) | zonemask(variable_to_mask,lower_lat,upper_lat) | ||
the variable_to_mask is an entry from the primary exports | the variable_to_mask is an entry from the primary exports | ||
lower_lat and upper_lat are the latitudes in degrees. Anywhere between these values the value of the variable from the primary export is used, outside the variable is undefined. | lower_lat and upper_lat are the latitudes in degrees. Anywhere between these values the value of the variable from the primary export is used, outside the variable is undefined. | ||