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

Diff of /trunk/dyn3d/convmas.f

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

revision 27 by guez, Thu Mar 25 14:29:07 2010 UTC revision 62 by guez, Thu Jul 26 14:37:37 2012 UTC
# Line 6  c Line 6  c
6        use dimens_m        use dimens_m
7        use paramet_m        use paramet_m
8        use comvert        use comvert
9        use logic        use conf_gcm_m
10        use filtreg_m, only: filtreg        use filtreg_m, only: filtreg
11        IMPLICIT NONE        IMPLICIT NONE
12    
# Line 37  c   Declarations: Line 37  c   Declarations:
37  c   -------------  c   -------------
38    
39    
40        REAL pbaru( ip1jmp1,llm ),pbarv( ip1jm,llm ),convm(  ip1jmp1,llm )        REAL, intent(in):: pbaru( ip1jmp1,llm ),pbarv( ip1jm,llm )
41          real, intent(out):: convm(  ip1jmp1,llm )
42        INTEGER   l,ij        INTEGER   l,ij
43    
44    

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

  ViewVC Help
Powered by ViewVC 1.1.21