Ignore:
Timestamp:
Nov 28, 2014, 4:36:29 PM (10 years ago)
Author:
Laurent Fairhead
Message:

Merged trunk changes -r2070:2158 into testing branch. Compilation problems introduced by revision r2155 have been corrected by hand

Location:
LMDZ5/branches/testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/branches/testing

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

    r2056 r2160  
    55
    66SUBROUTINE cv3_param(nd, delt)
     7
     8  use mod_phys_lmdz_para
    79  IMPLICIT NONE
    810
     
    9193    betad = 10.0 ! original value (from convect 4.3)
    9294
     95   !$OMP MASTER
    9396    OPEN (99, FILE='conv_param.data', STATUS='old', FORM='formatted', ERR=9999)
    9497    READ (99, *, END=9998) dpbase
     
    124127    WRITE (*, *) 'tlcrit=', tlcrit
    125128! IM end: ajout fis. reglage ep
     129  !$OMP END MASTER
     130
     131   CALL bcast(dpbase)
     132   CALL bcast(pbcrit)
     133   CALL bcast(ptcrit)
     134   CALL bcast(sigdz)
     135   CALL bcast(spfac)
     136   CALL bcast(tau)
     137   CALL bcast(flag_wb)
     138   CALL bcast(wbmax)
     139
     140   CALL bcast(flag_epkeorig)
     141   CALL bcast(elcrit)
     142   CALL bcast(tlcrit)
    126143
    127144    first = .FALSE.
     
    129146  END IF ! (first)
    130147
    131 ! print*,'tau=',tau
    132148  beta = 1.0 - delt/tau
    133149  alpha1 = 1.5E-3
     
    978994! Calcul de la quantité d'eau sous forme de glace
    979995! --------------------------------------------------------------------
     996  INTEGER nl, len
    980997  REAL qi(len, nl)
    981998  REAL t(len, nl), clw(len, nl)
    982999  REAL fracg
    983   INTEGER nl, len, k, i
     1000  INTEGER k, i
    9841001
    9851002  DO k = 3, nl
Note: See TracChangeset for help on using the changeset viewer.