/[lmdze]/trunk/Sources/dyn3d/rotatf.f
ViewVC logotype

Diff of /trunk/Sources/dyn3d/rotatf.f

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

trunk/dyn3d/rotatf.f revision 107 by guez, Thu Sep 11 15:09:15 2014 UTC trunk/Sources/dyn3d/rotatf.f revision 137 by guez, Wed May 6 15:51:03 2015 UTC
# Line 16  contains Line 16  contains
16      USE dimens_m      USE dimens_m
17      USE paramet_m      USE paramet_m
18      USE comgeom      USE comgeom
19      USE filtreg_m, ONLY: filtreg      USE filtreg_v_m, ONLY: filtreg_v
20    
21    
22      ! .....  variables en arguments  ......      ! .....  variables en arguments  ......
# Line 39  contains Line 39  contains
39         rot(iim + 1, :, l) = rot(1, :, l)         rot(iim + 1, :, l) = rot(1, :, l)
40      END DO      END DO
41    
42      CALL filtreg(rot, direct = .true., intensive = .false.)      CALL filtreg_v(rot, intensive = .false.)
43    
44      DO l = 1, klevel      DO l = 1, klevel
45         rot(:, :, l) = rot(:, :, l)*unsairez_2d         rot(:, :, l) = rot(:, :, l)*unsairez_2d

Legend:
Removed from v.107  
changed lines
  Added in v.137

  ViewVC Help
Powered by ViewVC 1.1.21