Changeset 597


Ignore:
Timestamp:
Feb 24, 2005, 3:59:35 PM (19 years ago)
Author:
Laurent Fairhead
Message:

Ne passe pas en parallele YM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/cv3_routines.F

    r559 r597  
    11951195c=====================================================================
    11961196c
    1197       do i=1,ncum*nlp
    1198        hp(i,1)=h(i,1)
     1197cym      do i=1,ncum*nlp
     1198cym       hp(i,1)=h(i,1)
     1199cym      enddo
     1200
     1201      do k=1,nlp
     1202        do i=1,ncum
     1203          hp(i,k)=h(i,k)
     1204        enddo
    11991205      enddo
    12001206
     
    21802186      real water(nloc,na), evap(nloc,na), b(nloc,na)
    21812187      real ment(nloc,na,na), qent(nloc,na,na), uent(nloc,na,na)
    2182       real vent(nloc,na,na), nent(nloc,na), elij(nloc,na,na)
     2188cym      real vent(nloc,na,na), nent(nloc,na), elij(nloc,na,na)
     2189      real vent(nloc,na,na), elij(nloc,na,na)
     2190      integer nent(nloc,na)
    21832191      real traent(nloc,na,na,ntra)
    21842192      real tv(nloc,nd), tvp(nloc,nd)
Note: See TracChangeset for help on using the changeset viewer.