/[lmdze]/trunk/dyn3d/conf_gcm.f
ViewVC logotype

Diff of /trunk/dyn3d/conf_gcm.f

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 202 by guez, Wed Jun 8 12:23:41 2016 UTC revision 208 by guez, Wed Dec 7 16:44:53 2016 UTC
# Line 35  module conf_gcm_m Line 35  module conf_gcm_m
35    ! Help = Choix du schema d'integration temporel.    ! Help = Choix du schema d'integration temporel.
36    ! y = pure Matsuno sinon c'est du Matsuno-leapfrog    ! y = pure Matsuno sinon c'est du Matsuno-leapfrog
37    
38    INTEGER:: iflag_phys = 1    logical:: iflag_phys = .true. ! call parameterizations of physics
   ! contr\^ole l'appel \`a la physique :  
   ! 0 : pas de physique  
   ! 1 : physique normale (appel \`a phylmd, phymars...) (default)  
   ! 2 : rappel Newtonien pour la temp\'erature + friction au sol  
   
39    INTEGER, SAVE:: lmt_pas ! number of time steps of "physics" per day    INTEGER, SAVE:: lmt_pas ! number of time steps of "physics" per day
40    
41  contains  contains

Legend:
Removed from v.202  
changed lines
  Added in v.208

  ViewVC Help
Powered by ViewVC 1.1.21