![]() |
Creates and populates a table of climate index values parsed from a list of text files, where each file contains the data for a single climate index in NOAA ESRL time series format.
| Expression | Explanation |
|---|---|
| <paths;paths...> | List of text files, each containing data for one climate index in the ERSL PSD time series format documented at http://www.cdc.noaa.gov/ClimateIndices/List/:
For example, the North Atlantic Oscillation (NAO), available at http://www.cdc.noaa.gov/Correlation/nao.data, looks like this:
Any lines following missing_value are treated as comments. |
| <table> | Table to create and populate. The table will have at least four fields:
The second two fields store the same data as the first field but are present for your convenience, in case you prefer the year and month broken out as integers. The rows will be inserted in ascending date order and all 12 months will be included for every year. If these months occur in the future they will have the missing_value or NULL as described above. |
| <fields;fields...> | Names of the fields to receive the climate index values. You must provide a field name for each climate index you provide as input. |
| Expression | Explanation |
|---|---|
| Input text files (Required) | List of text files, each containing data for one climate index in the ERSL PSD time series format documented at http://www.cdc.noaa.gov/ClimateIndices/List/:
For example, the North Atlantic Oscillation (NAO), available at http://www.cdc.noaa.gov/Correlation/nao.data, looks like this:
Any lines following missing_value are treated as comments. |
| Output table (Required) | Table to create and populate. The table will have at least four fields:
The second two fields store the same data as the first field but are present for your convenience, in case you prefer the year and month broken out as integers. The rows will be inserted in ascending date order and all 12 months will be included for every year. If these months occur in the future they will have the missing_value or NULL as described above. |
| Climate index value fields (Required) | Names of the fields to receive the climate index values. You must provide a field name for each climate index you provide as input. |
