Ignore:
Timestamp:
Apr 7, 2009, 6:41:02 PM (15 years ago)
Author:
jghattas
Message:

Recuperation des developpements fait uniquement sur la branche LMDZ4_V4_patches :

  • ajoute de la nouvelle flag ok_dynzon
  • ajoute du parametre aer_type
  • optimisation : isccp_cloud_types.F

+ bug pour le slab dans conf_phys.F90

File:
1 edited

Legend:

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

    r1140 r1143  
    427427     .              t_ops, t_wrt, histid, histvid)
    428428
    429       t_ops = iperiod * time_step
    430       t_wrt = periodav * daysec
    431       CALL initdynav_p(dynhistave_file,day_ref,annee_ref,time_step,
    432      .              t_ops, t_wrt, histaveid)
    433 
     429      IF (ok_dynzon) THEN
     430         t_ops = iperiod * time_step
     431         t_wrt = periodav * daysec
     432         CALL initdynav_p(dynhistave_file,day_ref,annee_ref,time_step,
     433     .        t_ops, t_wrt, histaveid)
     434      END IF
    434435      dtav = iperiod*dtvr/daysec
    435436      endif
Note: See TracChangeset for help on using the changeset viewer.