jyg(20130206) : le choix d activation du lessivage est fait dans phytrac avec iflag_lscav call getin('lessivage',lessivage) if(lessivage) then print,'lessivage lsc ON' else print,'lessivage lsc OFF' endif
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real, | intent(in), | DIMENSION(klon,nbsrf) | :: | pctsrf | ||
| real, | intent(in), | DIMENSION(klon) | :: | xlat | ||
| real, | intent(in), | DIMENSION(klon) | :: | xlon | ||
| real, | intent(in), | DIMENSION(klon,nbsrf) | :: | ftsol | ||
| real, | intent(inout), | DIMENSION(klon,klev,nbtr) | :: | tr_seri | ||
| real, | intent(in), | DIMENSION(klon,klev) | :: | t_seri | ||
| real, | intent(in), | DIMENSION(klon,klev) | :: | pplay | ||
| real, | intent(in), | DIMENSION(klon,klev) | :: | sh | ||
| real, | intent(in) | :: | pdtphys | |||
| logical, | intent(out), | DIMENSION(nbtr) | :: | aerosol | ||
| logical, | intent(out) | :: | lessivage |