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/classes/Model_Control.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class Control_Data : public PrintOutDt{
double solar_lat_deg_fixed = NA_VALUE; /* SOLAR_LAT_DEG when SOLAR_LONLAT_MODE=FIXED [deg] */

/* Terrain solar radiation (TSR) correction */
int terrain_radiation = 0; /* TERRAIN_RADIATION: 0/1 */
int terrain_radiation = 1; /* TERRAIN_RADIATION: 0/1 */
double rad_factor_cap = 5.0; /* RAD_FACTOR_CAP: upper bound for TSR factor */
double rad_cosz_min = 0.05; /* RAD_COSZ_MIN: lower bound for cosZ in TSR denominator */

Expand Down