/[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 263 by guez, Wed Mar 7 14:41:46 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    
16    integer:: iecri = 1 ! time interval between outputs to "dyn_hist.nc" (in days)    integer:: iecri = 1
17      ! number of time steps of dynamics between outputs to "dyn_hist*.nc"
18    
19    integer:: iphysiq = 5    integer:: iphysiq = 5
20    ! number of time steps of dynamics between calls to physics    ! number of time steps of dynamics between calls to physics
# Line 26  module conf_gcm_m Line 27  module conf_gcm_m
27    integer:: periodav = 1    integer:: periodav = 1
28    ! time interval between outputs in the dynamical part, in days    ! time interval between outputs in the dynamical part, in days
29    
   logical:: offline = .FALSE. ! output variables for offline transport  
   
30    integer:: prt_level = 0 ! niveau d'impression souhait\'e (0 = minimum)    integer:: prt_level = 0 ! niveau d'impression souhait\'e (0 = minimum)
31    
32    LOGICAL:: purmats= .FALSE.    LOGICAL:: purmats= .FALSE.
# Line 49  contains Line 48  contains
48      use unit_nml_m, only: unit_nml      use unit_nml_m, only: unit_nml
49    
50      namelist /conf_gcm_nml/ raz_date, nday, day_step, iperiod, iapp_tracvl, &      namelist /conf_gcm_nml/ raz_date, nday, day_step, iperiod, iapp_tracvl, &
51           iconser, iecri, periodav, iphysiq, offline           iconser, iecri, periodav, iphysiq
52    
53      namelist /iniprint_nml/ prt_level      namelist /iniprint_nml/ prt_level
54    

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

  ViewVC Help
Powered by ViewVC 1.1.21