Ignore:
Timestamp:
Jul 5, 2000, 4:59:27 PM (24 years ago)
Author:
lmdzadmin
Message:

Version de travail de l'interface avec les surfaces. LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/dyn3d/gcm.F

    r79 r99  
    126126
    127127      LOGICAL offline  ! Controle du stockage ds "fluxmass"
    128       PARAMETER (offline=.true.)
     128      PARAMETER (offline=.false.)
    129129
    130130      character*80 dynhist_file, dynhistave_file
     
    140140c   ----------------
    141141
     142      abort_message = 'last timestep reached'
    142143      modname = 'gcm'
    143144      descript = 'Run GCM LMDZ'
     
    434435           ENDIF
    435436c
     437
     438c rajout debug
     439c        lafin = .true.
     440
    436441        CALL calfis( nqmx, lafin ,rdayvrai,rday_ecri,time  ,
    437442     $                 ucov,vcov,teta,q,masse,ps,p,pk,phis,phi ,
     
    496501
    497502      END IF
     503
     504c ajout debug
     505c               IF( lafin ) then 
     506c                 abort_message = 'Simulation finished'
     507c                 call abort_gcm(modname,abort_message,0)
     508c               ENDIF
    498509       
    499510c   ********************************************************************
Note: See TracChangeset for help on using the changeset viewer.