You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `sipnet.in` file specifies run settings for SIPNET, including the run type, input file names, and output options. The file is self-documenting, with comments describing each option. Key features of interest include
336
+
337
+
-`FILENAME` Set output filenames.
338
+
-`PRINT_HEADER` Print header information to output files
339
+
-`DO_SINGLE_OUTPUTS` Write each variable to a separate file
340
+
341
+
Multi-site runs, sensitivity tests, and Monte Carlo runs are no longer supported. Typically these analyses are handled
342
+
using the [PEcAn Framework](https://pecanproject.org/).
343
+
344
+
### Parameters and Initial Conditions
345
+
346
+
347
+
Both initial conditions and parameters are specified in a file named `sipnet.param`.
348
+
349
+
_Note: A `sipnet.param-spatial` can be used for multi-site runs, but this is not currently used
350
+
or documented._
351
+
352
+
353
+
The SIPNET parameter file (`sipnet.param`) specifies model parameters and their properties for each simulation.
354
+
Each line in the file corresponds to a single parameter and contains five or six space-separated values.
0 commit comments