Ignore:
Timestamp:
Jan 28, 2016, 5:02:13 PM (9 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r2396:2434 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

  • LMDZ5/branches/testing/libf/phylmd/surf_land_orchidee_noopenmp_mod.F90

    r2408 r2435  
    55!
    66! This module is compiled only if CPP key ORCHIDEE_NOOPENMP is defined.
    7 ! This module should be used with ORCHIDEE sequentiel or parallele MPI version (not MPI-OpenMP mixte)
     7! This module should be used with ORCHIDEE sequentiel or parallele MPI version
     8! (not MPI-OpenMP mixte) until revision 1077 in the ORCHIDEE trunk.
    89
    910#ifdef ORCHIDEE_NOOPENMP
     
    3536
    3637  SUBROUTINE surf_land_orchidee(itime, dtime, date0, knon, &
    37        knindex, rlon, rlat, pctsrf, &
     38       knindex, rlon, rlat, yrmu0, pctsrf, &
    3839       debut, lafin, &
    3940       plev,  u1_lay, v1_lay, temp_air, spechum, epot_air, ccanopy, &
     
    118119    REAL, DIMENSION(klon,nbsrf), INTENT(IN)   :: pctsrf
    119120    REAL, DIMENSION(klon), INTENT(IN)         :: rlon, rlat
     121    REAL, DIMENSION(klon), INTENT(IN)         :: yrmu0
    120122    REAL, DIMENSION(klon), INTENT(IN)         :: plev
    121123    REAL, DIMENSION(klon), INTENT(IN)         :: u1_lay, v1_lay
Note: See TracChangeset for help on using the changeset viewer.