Changeset 152 for trunk/LMDZ.TITAN/libf


Ignore:
Timestamp:
Jun 8, 2011, 4:49:35 PM (13 years ago)
Author:
slebonnois
Message:

SL: correction bug lie a itau_phy pour phytitan et phyvenus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.TITAN/libf/phytitan/physiq.F

    r149 r152  
    474474     .       t_ancien, ancien_ok)
    475475
    476 c dtime est lu dans startphy, alors que
     476c dtime est lu dans startphy
    477477c pdtphys est calcule a partir des nouvelles conditions:
    478478c Reinitialisation du pas de temps physique quand changement
     
    482482c           abort_message='Pas physique n est pas correct '
    483483c           call abort_gcm(modname,abort_message,1)
     484c----------------
     485c pour initialiser convenablement le time_counter, il faut tenir compte
     486c du changement de dtime en changeant itau_phy (point de depart)
     487            itau_phy = NINT(itau_phy*dtime/pdtphys)
     488c----------------
    484489            dtime=pdtphys
    485490         ENDIF
Note: See TracChangeset for help on using the changeset viewer.