Changeset 2572


Ignore:
Timestamp:
Jun 14, 2016, 4:16:56 PM (8 years ago)
Author:
jghattas
Message:

Corected bug introduced in rev [2240] : guistiness was added in the subroutine surf_land_orchidee in the default module but the old module were forgotten.

File:
1 edited

Legend:

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

    r2571 r2572  
    3838       knindex, rlon, rlat, yrmu0, pctsrf, &
    3939       debut, lafin, &
    40        plev,  u1_lay, v1_lay, temp_air, spechum, epot_air, ccanopy, &
     40       plev,  u1_lay, v1_lay, gustiness, temp_air, spechum, epot_air, ccanopy, &
    4141       tq_cdrag, petAcoef, peqAcoef, petBcoef, peqBcoef, &
    4242       precip_rain, precip_snow, lwdown, swnet, swdown, &
     
    122122    REAL, DIMENSION(klon), INTENT(IN)         :: yrmu0
    123123    REAL, DIMENSION(klon), INTENT(IN)         :: plev
    124     REAL, DIMENSION(klon), INTENT(IN)         :: u1_lay, v1_lay
     124    REAL, DIMENSION(klon), INTENT(IN)         :: u1_lay, v1_lay, gustiness
    125125    REAL, DIMENSION(klon), INTENT(IN)         :: temp_air, spechum
    126126    REAL, DIMENSION(klon), INTENT(IN)         :: epot_air, ccanopy
Note: See TracChangeset for help on using the changeset viewer.