/[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 300 by guez, Thu Apr 19 17:54:55 2018 UTC revision 301 by guez, Thu Aug 2 17:23:07 2018 UTC
# Line 3  module conf_gcm_m Line 3  module conf_gcm_m
3    IMPLICIT NONE    IMPLICIT NONE
4    
5    INTEGER:: nday = 1 ! nombre de jours d'int\'egration    INTEGER:: nday = 1 ! nombre de jours d'int\'egration
   integer:: day_step = 240 ! nombre de pas de temps de la dynamique par jour  
   integer:: iperiod = 5 ! periode pour le pas Matsuno (en pas de temps)  
6    
7    integer:: iapp_tracvl = 5    integer, protected:: day_step = 240
8      ! nombre de pas de temps de la dynamique par jour
9    
10      integer, protected:: iperiod = 5
11      ! periode pour le pas Matsuno (en pas de temps)
12    
13      integer, protected:: iapp_tracvl = 5
14    ! Should normally be equal to "iperiod"    ! Should normally be equal to "iperiod"
15    ! frequence du groupement des flux (en pas de temps)    ! frequence du groupement des flux (en pas de temps)
16    
17    integer:: iconser = 240    integer, protected:: iconser = 240
18    ! number of time steps between output of control variables    ! number of time steps between output of control variables
19    
20    integer:: iphysiq = 5    integer, protected:: iphysiq = 5
21    ! number of time steps of dynamics between calls to physics    ! number of time steps of dynamics between calls to physics
22    
23    logical:: raz_date = .false.    logical, protected:: raz_date = .false.
24    ! prise en compte de la date initiale de la namelist et remise \`a    ! prise en compte de la date initiale de la namelist et remise \`a
25    ! z\'ero des compteurs de pas de temps (sinon on garde la date du    ! z\'ero des compteurs de pas de temps (sinon on garde la date du
26    ! fichier restart)    ! fichier restart)
27    
28    integer:: periodav = 1    integer, protected:: periodav = 1
29    ! time interval between outputs in the dynamical part, in days    ! time interval between outputs in the dynamical part, in days
30    
31    integer:: prt_level = 0 ! niveau d'impression souhait\'e (0 = minimum)    integer, protected:: prt_level = 0
32      ! niveau d'impression souhait\'e (0 = minimum)
33    
34    LOGICAL:: purmats= .FALSE.    LOGICAL, protected:: purmats= .FALSE.
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    logical:: iflag_phys = .true. ! call parameterizations of physics    logical, protected:: iflag_phys = .true. ! call parameterizations of physics
39    INTEGER, SAVE:: lmt_pas ! number of time steps of "physics" per day    INTEGER, SAVE, protected:: lmt_pas ! number of time steps of "physics" per day
40    
41  contains  contains
42    

Legend:
Removed from v.300  
changed lines
  Added in v.301

  ViewVC Help
Powered by ViewVC 1.1.21