Add a dataset


Syntax:

dataset:
/name /Full_Variable_Name def
grid:
/name (Grid_Name) def
Start_Value
Step
End_Value
:grid
variable:
/name (Variable_Name) def
grids: GRIDS :grids
values: Variable_Values :values
:variable
:dataset
.Variable_Name

or

dataset:
/name /Full_Variable_Name def
grid:
/name (Grid_Name) def
Start_Value
Step
End_Value
:grid
variable:
/name (Variable_Name) def
grids: GRIDS :grids
file: File_Type
/name (Location_of_datafile_on_machine) def
:file
:variable
:dataset
.Variable_Name

Example:

  • Add a dataset of timeseries for one year
  • Correlate winter SSTA with seasonal manually entered time series of spring flow
  • Add a dataset of timeseries from an ascii file
  • Troubleshooting:

    Grids can also have irregular points - use
    values: Grid_Values :values
    rather than the even grid
    Start_Value
    Step
    End_Value

    To read in a file from your computer, IRIDL must have it on a list.