Ignore:
Timestamp:
Jun 11, 2014, 3:46:46 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes r1997:2055 into testing branch

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

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

    r1999 r2056  
    195195             'coherente ', i, zmasq(i) , pctsrf(i, is_oce) &
    196196             , pctsrf(i, is_sic)
    197         WRITE(*, *) 'Je force la coherence zmasq=fractint'
    198         zmasq(i) = fractint(i)
     197        WRITE(*, *) 'Je force la coherence zmasq=1.-fractint'
     198        zmasq(i) = 1. - fractint(i)
    199199     ENDIF
    200200  END DO
     
    10481048  CALL close_startphy
    10491049
    1050   CALL init_iophy_new(rlat, rlon)
    1051 
    10521050  ! Initialize module pbl_surface_mod
    10531051
     
    10601058  ENDIF
    10611059
     1060  CALL init_iophy_new(rlat, rlon)
     1061
    10621062  ! Initilialize module fonte_neige_mod     
    1063 
    10641063  CALL fonte_neige_init(run_off_lic_0)
    10651064
Note: See TracChangeset for help on using the changeset viewer.