Skip to content

Commit

Permalink
medfate 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcaceres committed Apr 9, 2024
1 parent 80074db commit 30e45b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spwb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1833,7 +1833,7 @@ void printWaterBalanceResult(List outputList, List x,
Rcout<<"Water balance components:\n";
Rcout<<" Precipitation (mm) " <<round(Precipitationsum) << " Rain (mm) " <<round(Rainfallsum) <<" Snow (mm) " <<round(Snowsum) <<"\n";
Rcout<<" Interception (mm) " << round(Interceptionsum) <<" Net rainfall (mm) " << round(NetRainsum) <<"\n";
Rcout<<" Infiltration (mm) " << round(Infiltrationsum) << " InfiltrationExcess (mm) " << round(InfiltrationExcesssum) << " SaturationExcess (mm) " << round(SaturationExcesssum) << " Capillarity rise (mm) " << round(CapillarityRisesum) <<"\n";
Rcout<<" Infiltration (mm) " << round(Infiltrationsum) << " Infiltration excess (mm) " << round(InfiltrationExcesssum) << " Saturation excess (mm) " << round(SaturationExcesssum) << " Capillarity rise (mm) " << round(CapillarityRisesum) <<"\n";
Rcout<<" Soil evaporation (mm) " << round(SoilEvaporationsum);
Rcout<<" Herbaceous transpiration (mm) " << round(HerbTranspirationsum);
Rcout<<" Woody plant transpiration (mm) " <<round(Transpirationsum) <<"\n";
Expand Down

0 comments on commit 30e45b7

Please sign in to comment.