Open tobeycarman opened 11 months ago
The cmt_divegetation.txt parameters
ifwoody
ifdecidwoody
ifperenial
nonvascular
All need to be forced to integers in the final output.
Right now they come out like this:
// EverTree DecidShrub DecidTree ... // name: units // descriptio... 1.0000 1.0000 1.0000 ... // vegfrac: vegetation cove... 1.0000 1.0000 1.0000 ... // ifwoody: woody plants (1... 0.0000 1.0000 1.0000 ... // ifdeciwoody: deciduous w... 1.0000 1.0000 1.0000 ... // ifperenial: perenial (1)... 0.0000 0.0000 0.0000 ... // nonvascular type: vascu...l
additionally in cmt_dimground.txt
3.0000 // mosstype: // moss type (1:sphagnum-2:feathermoss-3:other) //
mosstype:
needs to be 3
The cmt_divegetation.txt parameters
ifwoody
,ifdecidwoody
,ifperenial
,nonvascular
All need to be forced to integers in the final output.
Right now they come out like this: