Changeset 150 for trunk/LMDZ.VENUS/libf


Ignore:
Timestamp:
Jun 8, 2011, 3:57:34 PM (14 years ago)
Author:
slebonnois
Message:

SL: bug de position modif dtime dans physiq.F pour Titan et Venus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/physiq.F

    r119 r150  
    446446     .       t_ancien, ancien_ok)
    447447
     448c dtime est lu dans startphy, alors que
     449c pdtphys est calcule a partir des nouvelles conditions:
     450c Reinitialisation du pas de temps physique quand changement
     451         IF (ABS(dtime-pdtphys).GT.0.001) THEN
     452            WRITE(lunout,*) 'Pas physique a change',dtime,
     453     .                        pdtphys
     454c           abort_message='Pas physique n est pas correct '
     455c           call abort_gcm(modname,abort_message,1)
     456            dtime=pdtphys
     457         ENDIF
     458
    448459         radpas = NINT( RDAY/pdtphys/nbapp_rad)
    449460
     
    498509c Verifications:
    499510c
    500          IF (ABS(dtime-pdtphys).GT.0.001) THEN
    501             WRITE(lunout,*) 'Pas physique n est pas correct',dtime,
    502      .                        pdtphys
    503 c           abort_message='Pas physique n est pas correct '
    504 c           call abort_gcm(modname,abort_message,1)
    505             dtime=pdtphys
    506          ENDIF
    507511         IF (nlon .NE. klon) THEN
    508512            WRITE(lunout,*)'nlon et klon ne sont pas coherents', nlon,
Note: See TracChangeset for help on using the changeset viewer.