Ignore:
Timestamp:
Dec 16, 2015, 9:10:00 AM (8 years ago)
Author:
jghattas
Message:

Added the variable yrmu0(cosine of the solar zenith angle) into ORCHIDEE:

Current version of LMDZ can now be used with ORCHIDEE trunk revisions from rev 2961 and newer. For revision 1078-2960 on ORCHIDEE trunk, a small modification (change coszang into sinang) in surf_land_orchidee_mod.f90 is needed. For older versions than ORCHIDEE trunk revision 1078, the interface in surf_land_orchidee_noopenmp_mod.f90 should be used (add cpp key ORCHIDEE_NOOPENMP).

For details see ticket https://forge.ipsl.jussieu.fr/orchidee/ticket/217

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/surf_land_mod.F90

    r2243 r2410  
    99
    1010  SUBROUTINE surf_land(itime, dtime, date0, jour, knon, knindex, &
    11        rlon, rlat, &
     11       rlon, rlat, yrmu0, &
    1212       debut, lafin, zlev, ccanopy, swnet, lwnet, albedo, &
    1313       tsurf, p1lay, cdragh, cdragm, precip_rain, precip_snow, temp_air, spechum, &
     
    4545    REAL, INTENT(IN)                        :: date0
    4646    REAL, DIMENSION(klon), INTENT(IN)       :: rlon, rlat
     47    REAL, DIMENSION(klon), INTENT(IN)       :: yrmu0  ! cosine of solar zenith angle
    4748    LOGICAL, INTENT(IN)                     :: debut, lafin
    4849    REAL, INTENT(IN)                        :: dtime
     
    132133       ! temporary for keeping same results using lwdown_m instead of lwdown
    133134       CALL surf_land_orchidee(itime, dtime, date0, knon, &
    134             knindex, rlon, rlat, pctsrf, &
     135            knindex, rlon, rlat, yrmu0, pctsrf, &
    135136            debut, lafin, &
    136137            zlev,  u1, v1, gustiness, temp_air, spechum, epot_air, ccanopy, &
Note: See TracChangeset for help on using the changeset viewer.