/[lmdze]/trunk/libf/phylmd/dimphy.f90
ViewVC logotype

Diff of /trunk/libf/phylmd/dimphy.f90

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

revision 34 by guez, Wed Jun 2 11:01:12 2010 UTC revision 62 by guez, Thu Jul 26 14:37:37 2012 UTC
# Line 15  module dimphy Line 15  module dimphy
15    ! klon pour le pole sud)    ! klon pour le pole sud)
16    
17    INTEGER, PARAMETER:: KLEV = llm    INTEGER, PARAMETER:: KLEV = llm
18      INTEGER, PARAMETER:: nbtr = max(1, nqmx - 2) ! nombre de vrais traceurs
   INTEGER, PARAMETER:: nbtr = max(1, nqmx - 2)  
   ! (nombre de vrais traceurs)  
   
19    REAL,save:: zmasq(KLON) ! fraction of land    REAL,save:: zmasq(KLON) ! fraction of land
20    
21  end module dimphy  end module dimphy

Legend:
Removed from v.34  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.21