/[lmdze]/trunk/phylmd/clesphys.f90
ViewVC logotype

Diff of /trunk/phylmd/clesphys.f90

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

revision 254 by guez, Mon Feb 5 10:39:38 2018 UTC revision 273 by guez, Wed Jul 11 15:31:01 2018 UTC
# Line 21  module clesphys Line 21  module clesphys
21    LOGICAL:: ok_kzmin  = .true.! calcul de Kzmin dans la couche limite de surface    LOGICAL:: ok_kzmin  = .true.! calcul de Kzmin dans la couche limite de surface
22    INTEGER, save:: ecrit_ins    INTEGER, save:: ecrit_ins
23    logical:: ok_instan = .false. ! sorties instantanees dans le fichier histins    logical:: ok_instan = .false. ! sorties instantanees dans le fichier histins
24      real:: f_cdrag_ter = 1., f_cdrag_oce = 0.8 ! surface drag coefficients
25    
26  contains  contains
27    
# Line 30  contains Line 31  contains
31    
32      namelist /clesphys_nml/ solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, &      namelist /clesphys_nml/ solaire, co2_ppm, CH4_ppb, N2O_ppb, CFC11_ppt, &
33           CFC12_ppt, cdmmax, cdhmax, ksta, ksta_ter, ok_kzmin, ecrit_ins, &           CFC12_ppt, cdmmax, cdhmax, ksta, ksta_ter, ok_kzmin, ecrit_ins, &
34           ok_instan           ok_instan, f_cdrag_ter, f_cdrag_oce
35    
36      !---------------------------------------------------------      !---------------------------------------------------------
37    

Legend:
Removed from v.254  
changed lines
  Added in v.273

  ViewVC Help
Powered by ViewVC 1.1.21