Skip to content

Commit b02141d

Browse files
committed
Merge branch 'master' of github.com:pecanproject/sipnet into doxygen
2 parents 1cc5474 + 4897f81 commit b02141d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sipnet_inputs_outputs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Model parameters that can change from one run to the next. These include initial
153153
| COMPLEX_WATER 1 && MODEL_WATER | 1 | do we use a more complex water submodel? (model evaporation as well as transpiration) |
154154
| LITTER_WATER 0 && (COMPLEX_WATER) | 0 | do we have a separate litter water layer, used for evaporation? |
155155
| LITTER_WATER_DRAINAGE 1 && (LITTER_WATER) | 0 | does water from the top layer drain down into bottom layer even if top layer not overflowing? |
156-
| SNOW (1 || (COMPLEX_WATER)) && MODEL_WATER | 1 | keep track of snowpack, rather than assuming all precip. is liquid |
156+
| SNOW (1 \|\| (COMPLEX_WATER)) && MODEL_WATER | 1 | keep track of snowpack, rather than assuming all precip. is liquid |
157157
| GDD 0 | 0 | use GDD to determine leaf growth? (note: mutually exclusive with SOIL_PHENOL) |
158158
| SOIL_PHENOL 0 && !GDD | 0 | use soil temp. to determine leaf growth? (note: mutually exclusive with GDD) |
159159
| LITTER_POOL 0 | 0 | have extra litter pool, in addition to soil c pool |

0 commit comments

Comments
 (0)