From 83417edcb3a69ee6f9c8fb3df9d3230287c34fc1 Mon Sep 17 00:00:00 2001 From: Chris Black Date: Wed, 18 Jun 2025 13:57:53 -0700 Subject: [PATCH] remove loc from sipnet.out header line --- src/sipnet/sipnet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sipnet/sipnet.c b/src/sipnet/sipnet.c index 25092ec39..77bc2db9e 100644 --- a/src/sipnet/sipnet.c +++ b/src/sipnet/sipnet.c @@ -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;