/[lmdze]/trunk/libf/phylmd/CV3_routines/cvparam3.f90
ViewVC logotype

Diff of /trunk/libf/phylmd/CV3_routines/cvparam3.f90

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/libf/phylmd/cvparam3.h revision 46 by guez, Wed Feb 27 13:16:39 2008 UTC trunk/libf/phylmd/CV3_routines/cvparam3.f90 revision 47 by guez, Fri Jul 1 15:00:48 2011 UTC
# Line 1  Line 1 
1  !  module cvparam3
 ! $Header: /home/cvsroot/LMDZ4/libf/phylmd/cvparam3.h,v 1.1.1.1 2004/05/19 12:53:09 lmdzadmin Exp $  
 !  
 c------------------------------------------------------------  
 c Parameters for convectL, iflag_con=3:  
 c (includes - microphysical parameters,  
 c                       - parameters that control the rate of approach  
 c               to quasi-equilibrium)  
 c                       - noff & minorig (previously in input of convect1)  
 c------------------------------------------------------------  
2    
3        integer noff, minorig, nl, nlp, nlm    ! From LMDZ4/libf/phylmd/cvparam3.h,v 1.1.1.1 2004/05/19 12:53:09
4        real sigd, spfac    ! Parameters for convectL, iflag_con=3:
5  cIM cf. FH : pour compatibilite avec conema3 TEMPORAIRE   real pbcrit, ptcrit, epmax    ! (includes - microphysical parameters,
6        real pbcrit, ptcrit    !                     - parameters that control the rate of approach
7        real omtrain    !               to quasi-equilibrium)
8        real dtovsh, dpbase, dttrig    !                     - noff & minorig (previously in input of convect1)
       real dtcrit, tau, beta, alpha  
       real delta  
       real betad  
9    
10        COMMON /cvparam3/  noff, minorig, nl, nlp, nlm    implicit none
      :                ,  sigd, spfac  
 cIM cf. FH : pour compatibilite avec conema3 TEMPORAIRE  :                ,pbcrit, ptcrit, epmax  
      :                ,pbcrit, ptcrit  
      :                ,omtrain  
      :                ,dtovsh, dpbase, dttrig  
      :                ,dtcrit, tau, beta, alpha, delta, betad  
11    
12      integer noff, minorig, nl, nlp, nlm
13      real sigd, spfac
14      real pbcrit, ptcrit
15      real omtrain
16      real dtovsh, dpbase, dttrig
17      real dtcrit, tau, beta, alpha
18      real delta
19      real betad
20    
21    end module cvparam3

Legend:
Removed from v.46  
changed lines
  Added in v.47

  ViewVC Help
Powered by ViewVC 1.1.21