/[lmdze]/trunk/phylmd/dimphy.f
ViewVC logotype

Diff of /trunk/phylmd/dimphy.f

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

revision 254 by guez, Mon Feb 5 10:39:38 2018 UTC revision 276 by guez, Thu Jul 12 14:49:20 2018 UTC
# Line 1  Line 1 
1  module dimphy  module dimphy
2    
3    use dimens_m, only: iim, jjm, llm    use dimensions, only: iim, jjm, llm
4    
5    implicit none    implicit none
6    
# 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
   REAL, save:: zmasq(KLON) ! fraction of land  
18    
19  end module dimphy  end module dimphy

Legend:
Removed from v.254  
changed lines
  Added in v.276

  ViewVC Help
Powered by ViewVC 1.1.21