Changeset 119 for trunk/libf/dyn3d


Ignore:
Timestamp:
May 17, 2011, 10:56:57 AM (14 years ago)
Author:
slebonnois
Message:

Sebastien Lebonnois: apres validation des versions Venus et Titan,
correction d'un certain nombre de bugs.

Location:
trunk/libf/dyn3d
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/libf/dyn3d/conf_gcm.F

    r108 r119  
    376376       iphysiq = 5
    377377       CALL getin('iphysiq', iphysiq)
     378
     379!Config  Key  = iflag_trac
     380!Config  Desc = traceurs presents ou non
     381!Config  Def  = 1
     382!Config  Help = Permet de faire tourner le modele sans traceurs
     383!Config         
     384       iflag_trac = 1
     385       CALL getin('iflag_trac',iflag_trac)
    378386
    379387!Config  Key  = ip_ebil_dyn
     
    657665      write(lunout,*)' iflag_phys = ', iflag_phys
    658666      write(lunout,*)' iphysiq = ', iphysiq
     667      write(lunout,*)' iflag_trac = ', iflag_trac
    659668      write(lunout,*)' clonn = ', clonn
    660669      write(lunout,*)' clatt = ', clatt
     
    894903      write(lunout,*)' iflag_phys = ', iflag_phys
    895904      write(lunout,*)' iphysiq = ', iphysiq
     905      write(lunout,*)' iflag_trac = ', iflag_trac
    896906      write(lunout,*)' clon = ', clon
    897907      write(lunout,*)' clat = ', clat
  • trunk/libf/dyn3d/leapfrog.F

    r110 r119  
    448448         IF (first) THEN
    449449#include "ini_paramLMDZ_dyn.h"
     450          first=.false.
    450451         ENDIF
    451452c
     
    863864      END IF ! of IF(.not.purmats)
    864865
    865       first=.false.
    866 
    867866      STOP
    868867      END
  • trunk/libf/dyn3d/logic.h

    r101 r119  
    1515     & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus                      &
    1616     &  ,read_start,ok_guide,ok_strato,ok_gradsfile                     &
    17      &  ,ok_limit,ok_etat0,iflag_trac
     17     &  ,ok_limit,ok_etat0
    1818
    19       INTEGER iflag_phys
     19      INTEGER iflag_phys,iflag_trac
    2020!-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.