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

Diff of /trunk/dyn3d/rotatf.f

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

revision 134 by guez, Wed Apr 29 15:47:56 2015 UTC 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.134  
changed lines
  Added in v.137

  ViewVC Help
Powered by ViewVC 1.1.21