Interception state file
- Required:
- Always
- Name:
- The name is expected to be of the format Interception.State.
<MM.DD.YYYY.hh.mm.ss>.<ext>, where<MM.DD.YYYY.hh.mm.ss>is the time for which the model state is valid, and<ext>is eitherbin(Format = BINARYorFormat = BYTESWAP) ornc(Format= NETCDF).
The file is located in theInitial state directory. - Read by:
InitModelState()- Format:
- A series of 2D matrices.
- Purpose:
- Contains the model state associated with interception variables. This allows a model restart with exactly the same initial conditions.
- Comments:
- The state files are not meant for analysis. They are difficult to
read unless you write some dedicated program or script. However, if
you use
Format = NETCDF, the files are readable by any program that reads and displays NetCDF files. - Details:
-
The interception state file contains the following state variables, which MUST be in the order specified if you use the binary format. For the NetCDF files the order is arbitrary, as long as you provide the correct variable names.
If the format is
BINorBYTESWAP, the variables are:- Rain interception storage for the overstory in m (float)
- Rain interception storage for the understory in m (float)
- Snow interception storage for the overstory in m (float)
- Snow interception storage for the understory in m (float)
- Temporary interception storage for the overstory in m (float)
If the format is
NETCDF, the variables are:- Rain interception storage for the overstory in m.
The variable name is0.Precip.IntRain.
The number type isNC_FLOAT. - Rain interception storage for the understory in m.
The variable name is1.Precip.IntRain.
The number type isNC_FLOAT. - Snow interception storage for the overstory in m.
The variable name is0.Precip.IntSnow.
The number type isNC_FLOAT. - Snow interception storage for the understory in m.
The variable name is1.Precip.IntSnow.
The number type isNC_FLOAT. - Temporary interception storage for the overstory in m.
The variable name isTemp.InStor.
The number type isNC_FLOAT.
Last Changed:
October 28, 2002 2:03 PM

