Changeset 1247 for LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar
- Timestamp:
- Sep 23, 2009, 5:42:16 PM (15 years ago)
- Location:
- LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/gcm.F
r1222 r1247 468 468 t_ops = iecri * daysec 469 469 t_wrt = iecri * daysec 470 CALL inithist_p(dynhist_file,day_ref,annee_ref,time_step,471 . t_ops, t_wrt, histid, histvid)470 ! CALL inithist_p(dynhist_file,day_ref,annee_ref,time_step, 471 ! . t_ops, t_wrt, histid, histvid) 472 472 473 473 IF (ok_dynzon) THEN 474 474 t_ops = iperiod * time_step 475 475 t_wrt = periodav * daysec 476 CALL initdynav_p(dynhistave_file,day_ref,annee_ref,time_step,477 . t_ops, t_wrt, histaveid)476 ! CALL initdynav_p(dynhistave_file,day_ref,annee_ref,time_step, 477 ! . t_ops, t_wrt, histaveid) 478 478 END IF 479 479 dtav = iperiod*dtvr/daysec -
LMDZ4/branches/LMDZ4-dev/libf/dyn3dpar/leapfrog_p.F
r1222 r1247 1314 1314 c$OMP BARRIER 1315 1315 c$OMP MASTER 1316 CALL writedynav_p(histaveid, itau,vcov ,1317 , ucov,teta,pk,phi,q,masse,ps,phis)1316 ! CALL writedynav_p(histaveid, itau,vcov , 1317 ! , ucov,teta,pk,phi,q,masse,ps,phis) 1318 1318 1319 1319 c ATTENTION!!! bilan_dyn_p ne marche probablement pas avec OpenMP … … 1366 1366 #ifdef CPP_IOIPSL 1367 1367 1368 CALL writehist_p(histid,histvid, itau,vcov,1369 & ucov,teta,phi,q,masse,ps,phis)1368 ! CALL writehist_p(histid,histvid, itau,vcov, 1369 ! & ucov,teta,phi,q,masse,ps,phis) 1370 1370 1371 1371 #endif … … 1482 1482 c$OMP BARRIER 1483 1483 c$OMP MASTER 1484 CALL writedynav_p(histaveid, itau,vcov ,1485 , ucov,teta,pk,phi,q,masse,ps,phis)1484 ! CALL writedynav_p(histaveid, itau,vcov , 1485 ! , ucov,teta,pk,phi,q,masse,ps,phis) 1486 1486 CALL bilan_dyn_p(2,dtvr*iperiod,dtvr*day_step*periodav, 1487 1487 , ps,masse,pk,pbaru,pbarv,teta,phi,ucov,vcov,q) … … 1527 1527 #ifdef CPP_IOIPSL 1528 1528 1529 CALL writehist_p(histid, histvid, itau,vcov ,1530 & ucov,teta,phi,q,masse,ps,phis)1529 ! CALL writehist_p(histid, histvid, itau,vcov , 1530 ! & ucov,teta,phi,q,masse,ps,phis) 1531 1531 #endif 1532 1532 ! For some Grads output (but does it work?)
Note: See TracChangeset
for help on using the changeset viewer.