Create a directory or a directory tree to hold your simulation files. For a single simulation, the following directory structure is useful:
simulations |-- grasslands # your simulation project | `-- results # simulation output files
For simulations with multiple sites and/or multiple management schedule files, the following directory structure is useful for organizing a large number of files:
simulations |-- grasslands # your simulation project | |-- 100 # custom model parameter files | |-- mgmt # management schedule files | |-- sites # site parameter files | |-- weather # weather files | `-- results # simulation output files
This section is under construction!