Ignore:
Timestamp:
Nov 9, 2020, 3:09:22 PM (4 years ago)
Author:
evignon
Message:

correction v3783 pour convergence et compilation ancienne physique, Etienne aide par Ehouarn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/pbl_surface_mod.F90

    r3780 r3784  
    504504    CHARACTER(len=8), DIMENSION(nbsrf), SAVE :: cl_surf
    505505!$OMP THREADPRIVATE(cl_surf)
    506  ! EV Ne sert plus:
    507  !   REAL, SAVE                               :: beta_land         ! beta for wx_dts
    508 !!$OMP THREADPRIVATE(beta_land)
     506    REAL, SAVE                               :: beta_land         ! beta for wx_dts
     507!$OMP THREADPRIVATE(beta_land)
    509508
    510509! Other local variables
     
    848847       if (klon_glo>1) ok_forc_tsurf=.FALSE.
    849848
    850 
    851849       ! intialize beta_land
    852        !beta_land = 0.5
    853        !call getin_p('beta_land', beta_land)
     850       beta_land = 0.5
     851       call getin_p('beta_land', beta_land)
    854852       
    855853       ! Initilize debug IO
Note: See TracChangeset for help on using the changeset viewer.