--- trunk/libf/dyn3d/convmas.f 2012/01/30 12:54:02 57 +++ trunk/libf/dyn3d/convmas.f 2012/08/29 14:47:17 64 @@ -37,7 +37,8 @@ c ------------- - REAL pbaru( ip1jmp1,llm ),pbarv( ip1jm,llm ),convm( ip1jmp1,llm ) + REAL, intent(in):: pbaru( ip1jmp1,llm ),pbarv( ip1jm,llm ) + real, intent(out):: convm( ip1jmp1,llm ) INTEGER l,ij @@ -50,7 +51,7 @@ c filtrage: c --------- - CALL filtreg( convm, jjp1, llm, 2, 2, .true., 1 ) + CALL filtreg( convm, jjp1, llm, 2, 2, .true.) c integration de la convergence de masse de haut en bas ......