Changeset 541 for LMDZ4/trunk/libf/phylmd/initphysto.F
- Timestamp:
- Jun 22, 2004, 1:45:36 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/phylmd/initphysto.F
r524 r541 188 188 c coefh frac_impa,frac_nucl 189 189 190 call histdef(fileid, 'coefh', ' ', ' ', 191 . iim, jjm+1, nhoriid, llm, 1, llm, zvertiid, 192 . 32, 'inst(X)', t_ops, t_wrt) 190 call histdef(fileid, "coefh", " ", " ", 191 . iim, jjm+1, nhoriid, llm, 1, llm, zvertiid, 192 . 32, "inst(X)", t_ops, t_wrt) 193 194 c abderrahmane le 16 09 02 195 call histdef(fileid, "fm_th", " ", " ", 196 . iim, jjm+1, nhoriid, llm, 1, llm, zvertiid, 197 . 32, "inst(X)", t_ops, t_wrt) 198 199 call histdef(fileid, "en_th", " ", " ", 200 . iim, jjm+1, nhoriid, llm, 1, llm, zvertiid, 201 . 32, "inst(X)", t_ops, t_wrt) 202 c fin aj 193 203 194 204 write(*,*) 'apres coefh ds initphysto' … … 283 293 284 294 call histend(fileid) 285 if (ok_sync) call histsync(fileid) 295 c if (ok_sync) call histsync(fileid) 296 if (ok_sync) call histsync 286 297 287 298
Note: See TracChangeset
for help on using the changeset viewer.