- Timestamp:
- Apr 8, 2009, 12:47:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/phylmd/surf_land_orchidee_mod.F90
r1132 r1144 36 36 tq_cdrag, petAcoef, peqAcoef, petBcoef, peqBcoef, & 37 37 precip_rain, precip_snow, lwdown, swnet, swdown, & 38 ps, &38 ps, q2m, t2m, & 39 39 evap, fluxsens, fluxlat, & 40 40 tsol_rad, tsurf_new, alb1_new, alb2_new, & … … 120 120 REAL, DIMENSION(klon), INTENT(IN) :: precip_rain, precip_snow 121 121 REAL, DIMENSION(klon), INTENT(IN) :: lwdown, swnet, swdown, ps 122 REAL, DIMENSION(klon) :: swdown_vrai122 REAL, DIMENSION(klon), INTENT(IN) :: q2m, t2m 123 123 124 124 ! Parametres de sortie … … 133 133 INTEGER :: ij, jj, igrid, ireal, index 134 134 INTEGER :: error 135 REAL, DIMENSION(klon) :: swdown_vrai 135 136 CHARACTER (len = 20) :: modname = 'surf_land_orchidee' 136 137 CHARACTER (len = 80) :: abort_message … … 391 392 evap, fluxsens, fluxlat, coastalflow, riverflow, & 392 393 tsol_rad, tsurf_new, qsurf, albedo_out, emis_new, z0_new, & 393 lon_scat, lat_scat )394 lon_scat, lat_scat, q2m, t2m) 394 395 #endif 395 396 ENDIF … … 415 416 evap(1:knon), fluxsens(1:knon), fluxlat(1:knon), coastalflow(1:knon), riverflow(1:knon), & 416 417 tsol_rad(1:knon), tsurf_new(1:knon), qsurf(1:knon), albedo_out(1:knon,:), emis_new(1:knon), z0_new(1:knon), & 417 lon_scat, lat_scat )418 lon_scat, lat_scat, q2m, t2m) 418 419 #endif 419 420 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.