SICOPOLIS V3.3
Functions/Subroutines
pdd_m Module Reference

Computation of the positive degree days (PDD) with statistical temperature fluctuations; based on semi-analytical solution by Calov and Greve (2005). More...

Functions/Subroutines

subroutine, public pdd (temp_mm, s_stat, ET)
 Main subroutine of pdd_m: Computation of the positive degree days (PDD) with statistical temperature fluctuations; based on semi-analytical solution by Calov and Greve (2005). Note that this routine uses years as time unit (as opposed to the seconds which are usually used by SICOPOLIS). More...
 

Detailed Description

Computation of the positive degree days (PDD) with statistical temperature fluctuations; based on semi-analytical solution by Calov and Greve (2005).

Function/Subroutine Documentation

subroutine, public pdd_m::pdd ( real(dp), dimension(12), intent(in)  temp_mm,
real(dp), intent(in)  s_stat,
real(dp), intent(out)  ET 
)

Main subroutine of pdd_m: Computation of the positive degree days (PDD) with statistical temperature fluctuations; based on semi-analytical solution by Calov and Greve (2005). Note that this routine uses years as time unit (as opposed to the seconds which are usually used by SICOPOLIS).

Definition at line 57 of file pdd_m.F90.