- Timestamp:
- Sep 23, 2009, 5:42:16 PM (15 years ago)
- Location:
- LMDZ4/branches/LMDZ4-dev/libf
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4-dev/libf/dyn3d/gcm.F
r1222 r1247 442 442 t_ops = iecri * daysec 443 443 t_wrt = iecri * daysec 444 CALL inithist(dynhist_file,day_ref,annee_ref,time_step,445 446 447 448 449 450 451 452 444 ! CALL inithist(dynhist_file,day_ref,annee_ref,time_step, 445 ! . t_ops, t_wrt, histid, histvid) 446 447 ! IF (ok_dynzon) THEN 448 ! t_ops = iperiod * time_step 449 ! t_wrt = periodav * daysec 450 ! CALL initdynav(dynhistave_file,day_ref,annee_ref,time_step, 451 ! . t_ops, t_wrt, histaveid) 452 ! END IF 453 453 dtav = iperiod*dtvr/daysec 454 454 endif -
LMDZ4/branches/LMDZ4-dev/libf/dyn3d/leapfrog.F
r1222 r1247 559 559 IF (ok_dynzon) THEN 560 560 #ifdef CPP_IOIPSL 561 CALL writedynav(histaveid, itau,vcov ,562 , ucov,teta,pk,phi,q,masse,ps,phis)561 ! CALL writedynav(histaveid, itau,vcov , 562 ! , ucov,teta,pk,phi,q,masse,ps,phis) 563 563 CALL bilan_dyn (2,dtvr*iperiod,dtvr*day_step*periodav, 564 564 , ps,masse,pk,pbaru,pbarv,teta,phi,ucov,vcov,q) … … 671 671 IF (ok_dynzon) THEN 672 672 #ifdef CPP_IOIPSL 673 CALL writedynav(histaveid, itau,vcov ,674 , ucov,teta,pk,phi,q,masse,ps,phis)673 ! CALL writedynav(histaveid, itau,vcov , 674 ! , ucov,teta,pk,phi,q,masse,ps,phis) 675 675 CALL bilan_dyn (2,dtvr*iperiod,dtvr*day_step*periodav, 676 676 , ps,masse,pk,pbaru,pbarv,teta,phi,ucov,vcov,q) -
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.