Changeset 2410 for LMDZ5/trunk/libf/phylmd/surf_land_mod.F90
- Timestamp:
- Dec 16, 2015, 9:10:00 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/surf_land_mod.F90
r2243 r2410 9 9 ! 10 10 SUBROUTINE surf_land(itime, dtime, date0, jour, knon, knindex, & 11 rlon, rlat, &11 rlon, rlat, yrmu0, & 12 12 debut, lafin, zlev, ccanopy, swnet, lwnet, albedo, & 13 13 tsurf, p1lay, cdragh, cdragm, precip_rain, precip_snow, temp_air, spechum, & … … 45 45 REAL, INTENT(IN) :: date0 46 46 REAL, DIMENSION(klon), INTENT(IN) :: rlon, rlat 47 REAL, DIMENSION(klon), INTENT(IN) :: yrmu0 ! cosine of solar zenith angle 47 48 LOGICAL, INTENT(IN) :: debut, lafin 48 49 REAL, INTENT(IN) :: dtime … … 132 133 ! temporary for keeping same results using lwdown_m instead of lwdown 133 134 CALL surf_land_orchidee(itime, dtime, date0, knon, & 134 knindex, rlon, rlat, pctsrf, &135 knindex, rlon, rlat, yrmu0, pctsrf, & 135 136 debut, lafin, & 136 137 zlev, u1, v1, gustiness, temp_air, spechum, epot_air, ccanopy, &
Note: See TracChangeset
for help on using the changeset viewer.