Changeset 1114 for LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/writedynav_p.F
- Timestamp:
- Mar 3, 2009, 5:40:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/writedynav_p.F
r1000 r1114 2 2 ! $Header$ 3 3 ! 4 subroutine writedynav_p( histid, nq,time, vcov,4 subroutine writedynav_p( histid, time, vcov, 5 5 , ucov,teta,ppk,phi,q,masse,ps,phis) 6 6 … … 8 8 USE parallel 9 9 USE misc_mod 10 USE infotrac 10 11 implicit none 11 12 … … 17 18 C Entree: 18 19 C histid: ID du fichier histoire 19 C nqmx: nombre maxi de traceurs20 20 C time: temps de l'ecriture 21 21 C vcov: vents v covariants … … 47 47 #include "description.h" 48 48 #include "serre.h" 49 #include "advtrac.h"50 49 51 50 C … … 53 52 C 54 53 55 INTEGER histid , nq54 INTEGER histid 56 55 REAL vcov(ip1jm,llm),ucov(ip1jmp1,llm) 57 56 REAL teta(ip1jmp1,llm),phi(ip1jmp1,llm),ppk(ip1jmp1,llm) 58 57 REAL ps(ip1jmp1),masse(ip1jmp1,llm) 59 58 REAL phis(ip1jmp1) 60 REAL q(ip1jmp1,llm,nq )59 REAL q(ip1jmp1,llm,nqtot) 61 60 integer time 62 61 … … 139 138 C Traceurs 140 139 C 141 DO iq=1,nq 140 DO iq=1,nqtot 142 141 call histwrite(histid, ttext(iq), itau_w, q(ijb:ije,:,iq), 143 142 . iip1*jjn*llm, ndex3d)
Note: See TracChangeset
for help on using the changeset viewer.