Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Variable id (should be matching exactly as defined in the PCRaster text model.
  • Data type (similar to that for internal variables), and 
  • TimeSeriesSet, (at present) all output data should be grid timeseries.
Info

Please not that the input variable should be regarded as read-only in the actual pcraster script. You should NOT try to modify them within the script. Make a copy in an other variable(e.g. mycopy = theinputvar(wink) if this is needed.

Examples

Here are few examples, showing different possibilities to define an interval, input and output variables. Refer to the comments for details:

...