GEOtop is a distributed model of the mass and energy balance of the hydrological cycle, which is applicable to simulations in continuum in small catchments. GEOtop deals with the effects of topography on the interaction between energy balance and hydrological cycle with peculiar solutions.
GNU General Public License v3.0
38
stars
29
forks
source link
Update the official 3.0 (readme + flags + new pow()) #81
MUTE_GEOLOG and MUTE_GEOTIMER: no more compiling flags but possibility to be added as build flags (anyway they are the default for Travis-CI)
"new" power function, instead of the usual pow() , used to calculate psisat in pedo.func.cc and all the parameters related to transmittance in the function atm_transmittance in radiation.cc
std::max and std::min used instead of Fmax, Fmin and Fminlong (utilities.cc deleted)
PR with:
readme
updateddoc
folderMUTE_GEOLOG
andMUTE_GEOTIMER
: no more compiling flags but possibility to be added as build flags (anyway they are the default forTravis-CI
)pow()
, used to calculatepsisat
in pedo.func.cc and all the parameters related to transmittance in the function atm_transmittance in radiation.ccstd::max
andstd::min
used instead ofFmax
,Fmin
andFminlong
(utilities.cc deleted)