42 #include "dimensions.h"
50 #include "description.h"
71 integer ndex2d(iip1*
jjp1),ndex3d(iip1*
jjp1*llm),iq,
ii,
ll
77 integer :: ijb,ije,jjn
94 call
covnat_p(llm, ucov, vcov, unat, vnat)
107 call histwrite(histid,
'u',
itau_w, us(ijb:ije,:),
108 . iip1*jjn*llm, ndex3d)
114 call histwrite(histid,
'v',
itau_w, vs(ijb:ije,:),
115 . iip1*jjn*llm, ndex3d)
120 call histwrite(histid,
'theta',
itau_w,
teta(ijb:ije,:),
121 . iip1*jjn*llm, ndex3d)
131 call histwrite(histid,
'temp',
itau_w, tm(ijb:ije,:),
132 . iip1*jjn*llm, ndex3d)
136 call histwrite(histid,
'phi',
itau_w, phi(ijb:ije,:),
137 . iip1*jjn*llm, ndex3d)
142 call histwrite(histid, ttext(iq),
itau_w,
q(ijb:ije,:,iq),
143 . iip1*jjn*llm, ndex3d)
148 call histwrite(histid,
'masse',
itau_w, masse(ijb:ije,1),
153 call histwrite(histid,
'ps',
itau_w, ps(ijb:ije),
158 call histwrite(histid,
'phis',
itau_w,
phis(ijb:ije),
163 if (ok_sync) call histsync(histid)
165 write(
lunout,*)
'writedynav_p: Needs IOIPSL to function'