/[lmdze]/trunk/dyn3d/exner_hyb.f
ViewVC logotype

Diff of /trunk/dyn3d/exner_hyb.f

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

revision 48 by guez, Tue Jul 19 12:54:20 2011 UTC revision 66 by guez, Thu Sep 20 13:00:41 2012 UTC
# Line 30  contains Line 30  contains
30    
31      use dimens_m, only: iim, jjm, llm      use dimens_m, only: iim, jjm, llm
32      use comconst, only: kappa, cpp      use comconst, only: kappa, cpp
33      use comvert, only: preff      use disvert_m, only: preff
34      use comgeom, only: aire_2d, apoln, apols      use comgeom, only: aire_2d, apoln, apols
35      use filtreg_m, only: filtreg      use filtreg_m, only: filtreg
36    
# Line 68  contains Line 68  contains
68    
69      if (present(pkf)) then      if (present(pkf)) then
70         pkf = pk         pkf = pk
71         CALL filtreg(pkf, jjm + 1, llm, 2, 1, .TRUE., 1)         CALL filtreg(pkf, jjm + 1, llm, 2, 1, .TRUE.)
72      end if      end if
73    
74    END SUBROUTINE exner_hyb    END SUBROUTINE exner_hyb

Legend:
Removed from v.48  
changed lines
  Added in v.66

  ViewVC Help
Powered by ViewVC 1.1.21