/[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 212 by guez, Thu Jan 12 12:31:31 2017 UTC revision 224 by guez, Fri Apr 28 13:40:59 2017 UTC
# Line 26  module conf_gcm_m Line 26  module conf_gcm_m
26    integer:: periodav = 1    integer:: periodav = 1
27    ! time interval between outputs in the dynamical part, in days    ! time interval between outputs in the dynamical part, in days
28    
   logical:: offline = .FALSE.  
   ! permet de mettre en route la nouvelle parametrisation de l'eau liquide  
   
29    integer:: prt_level = 0 ! niveau d'impression souhait\'e (0 = minimum)    integer:: prt_level = 0 ! niveau d'impression souhait\'e (0 = minimum)
30    
31    LOGICAL:: purmats= .FALSE.    LOGICAL:: purmats= .FALSE.
# Line 50  contains Line 47  contains
47      use unit_nml_m, only: unit_nml      use unit_nml_m, only: unit_nml
48    
49      namelist /conf_gcm_nml/ raz_date, nday, day_step, iperiod, iapp_tracvl, &      namelist /conf_gcm_nml/ raz_date, nday, day_step, iperiod, iapp_tracvl, &
50           iconser, iecri, periodav, iphysiq, offline           iconser, iecri, periodav, iphysiq
51    
52      namelist /iniprint_nml/ prt_level      namelist /iniprint_nml/ prt_level
53    

Legend:
Removed from v.212  
changed lines
  Added in v.224

  ViewVC Help
Powered by ViewVC 1.1.21