#include "YOMCST.h"
#include "indicesol.h"
Go to the source code of this file.
Functions/Subroutines |
subroutine | hydrol (dtime, pctsrf, rain_fall, snow_fall, evap, agesno, tsol, qsol, snow, runoff) |
Function/Subroutine Documentation
subroutine hydrol |
( |
real |
dtime, |
|
|
real, dimension(klon,nbsrf) |
pctsrf, |
|
|
real, dimension(klon) |
rain_fall, |
|
|
real, dimension(klon) |
snow_fall, |
|
|
real, dimension(klon) |
evap, |
|
|
real, dimension(klon) |
agesno, |
|
|
real, dimension(klon,nbsrf) |
tsol, |
|
|
real, dimension(klon,nbsrf) |
qsol, |
|
|
real, dimension(klon,nbsrf) |
snow, |
|
|
real, dimension(klon) |
runoff |
|
) |
| |