/[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

trunk/Sources/dyn3d/conf_gcm.f revision 223 by guez, Fri Apr 28 13:22:36 2017 UTC trunk/dyn3d/conf_gcm.f revision 266 by guez, Thu Apr 19 17:54:55 2018 UTC
# Line 13  module conf_gcm_m Line 13  module conf_gcm_m
13    integer:: iconser = 240    integer:: iconser = 240
14    ! number of time steps between output of control variables    ! number of time steps between output of control variables
15    
   integer:: iecri = 1 ! time interval between outputs to "dyn_hist.nc" (in days)  
   
16    integer:: iphysiq = 5    integer:: iphysiq = 5
17    ! number of time steps of dynamics between calls to physics    ! number of time steps of dynamics between calls to physics
18    
# Line 26  module conf_gcm_m Line 24  module conf_gcm_m
24    integer:: periodav = 1    integer:: periodav = 1
25    ! time interval between outputs in the dynamical part, in days    ! time interval between outputs in the dynamical part, in days
26    
   logical:: offline = .FALSE. ! output variables for offline transport  
   
27    integer:: prt_level = 0 ! niveau d'impression souhait\'e (0 = minimum)    integer:: prt_level = 0 ! niveau d'impression souhait\'e (0 = minimum)
28    
29    LOGICAL:: purmats= .FALSE.    LOGICAL:: purmats= .FALSE.
# Line 49  contains Line 45  contains
45      use unit_nml_m, only: unit_nml      use unit_nml_m, only: unit_nml
46    
47      namelist /conf_gcm_nml/ raz_date, nday, day_step, iperiod, iapp_tracvl, &      namelist /conf_gcm_nml/ raz_date, nday, day_step, iperiod, iapp_tracvl, &
48           iconser, iecri, periodav, iphysiq, offline           iconser, periodav, iphysiq
49    
50      namelist /iniprint_nml/ prt_level      namelist /iniprint_nml/ prt_level
51    

Legend:
Removed from v.223  
changed lines
  Added in v.266

  ViewVC Help
Powered by ViewVC 1.1.21