Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sipnet/sipnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@ void readParamData(ModelParams **modelParamsPtr, const char *paramFile) {
void outputHeader(FILE *out) {
fprintf(out, "Notes: (PlantWoodC, PlantLeafC, Soil and Litter in g C/m^2; "
"Water and Snow in cm; SoilWetness is fraction of WHC;\n");
fprintf(out, "loc year day time plantWoodC plantLeafC ");
fprintf(out, "year day time plantWoodC plantLeafC ");

#if SOIL_MULTIPOOL
int counter;
Expand Down