Ignore:
Timestamp:
Sep 23, 2009, 5:42:16 PM (15 years ago)
Author:
Laurent Fairhead
Message:

Mise en commentaire des sorties dynhist et dynhistave

Location:
LMDZ4/branches/LMDZ4-dev/libf/dyn3d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/dyn3d/gcm.F

    r1222 r1247  
    442442      t_ops = iecri * daysec
    443443      t_wrt = iecri * daysec
    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
     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
    453453      dtav = iperiod*dtvr/daysec
    454454      endif
  • LMDZ4/branches/LMDZ4-dev/libf/dyn3d/leapfrog.F

    r1222 r1247  
    559559               IF (ok_dynzon) THEN
    560560#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)
    563563                  CALL bilan_dyn (2,dtvr*iperiod,dtvr*day_step*periodav,
    564564     ,                 ps,masse,pk,pbaru,pbarv,teta,phi,ucov,vcov,q)
     
    671671               IF (ok_dynzon) THEN
    672672#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)
    675675                  CALL bilan_dyn (2,dtvr*iperiod,dtvr*day_step*periodav,
    676676     ,                 ps,masse,pk,pbaru,pbarv,teta,phi,ucov,vcov,q)
Note: See TracChangeset for help on using the changeset viewer.