You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ((aPCmaster[k] == CLASS_LANDUSE) && (aPmaster[k]==aParamStrings[j+1])){found_in_master=true; break;}
636
+
}
637
+
if (!found_in_master) {
638
+
string warn="ParseClassPropertiesFile: Land Use parameter "+aParamStrings[j+1]+" specified in .rvp file, but is not used within this model formulation.";
if ((aPCmaster[k] == CLASS_VEGETATION) && (aPmaster[k]==aParamStrings[j+1])){found_in_master=true; break;}
782
+
}
783
+
if (!found_in_master) {
784
+
string warn="ParseClassPropertiesFile: Vegetation parameter "+aParamStrings[j+1]+" specified in .rvp file, but is not used within this model formulation.";
0 commit comments