Ignore:
Timestamp:
Jan 21, 2014, 4:06:36 PM (10 years ago)
Author:
jghattas
Message:

Passing the cosine of solar zenith angle from pbl_surface into orchidee.
Matthew McGrath?(LSCE)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/LMDZ5-DOFOCO/libf/phylmd/surf_land_mod.F90

    r1785 r1942  
    1919       z0_new, alb1_new, alb2_new, evap, fluxsens, fluxlat, &
    2020       qsurf, tsurf_new, dflux_s, dflux_l, &
    21        flux_u1, flux_v1 )
     21       flux_u1, flux_v1, rmu0)
    2222
    2323    USE dimphy
     
    6161                                                         ! corresponds to previous sollwdown
    6262    REAL, DIMENSION(klon), INTENT(IN)       :: q2m, t2m
     63    REAL, DIMENSION(klon), INTENT(IN)       :: rmu0      ! cosine of solar zenith angle
    6364
    6465! In/Output variables
     
    132133            evap, fluxsens, fluxlat, &             
    133134            tsol_rad, tsurf_new, alb1_new, alb2_new, &
    134             emis_new, z0_new, qsurf)       
     135            emis_new, z0_new, qsurf, rmu0)       
    135136
    136137
Note: See TracChangeset for help on using the changeset viewer.