Using the ExtData component: Difference between revisions
No edit summary |
No edit summary |
||
Line 42: | Line 42: | ||
:Offset - This is a factor the variable will be shifted by | :Offset - This is a factor the variable will be shifted by | ||
:Scale - This is a factor the variable will be scaled by | :Scale - This is a factor the variable will be scaled by | ||
:Variable - This is the name of the variable ON THE FILE. It need not be the same as the export name | :Variable - This is the name of the variable ON THE FILE. It need not be the same as the export name. You can also set this to /dev/null to set the | ||
:File Template - this is a grads style template, if there are no tokens in the template name ExtData will assume that all the data is on one file. | :File Template - this is a grads style template, if there are no tokens in the template name ExtData will assume that all the data is on one file. | ||
:The next 3 keywords are optional but all 3 must be supplied if used. | |||
::Reference Time - When trying to find a file to get data from, the times tried when applying the template will be some multiple of a time interval from this reference time. | |||
::File Frequency Units - The frequency units for the file, options are years, months, days, hours, minutes. | |||
::File Frequency - An integer specifying the frequency in the units given in the previous keyword. |