/[lmdze]/trunk/Sources/phylmd/clesphys.f
ViewVC logotype

Diff of /trunk/Sources/phylmd/clesphys.f

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

revision 12 by guez, Mon Jul 21 16:05:07 2008 UTC revision 51 by guez, Tue Sep 20 09:14:34 2011 UTC
# Line 1  Line 1 
1  module clesphys  module clesphys
2    
3    ! v 1.3 2005/06/06 13:16:33 fairhead    ! From version 1.3 2005/06/06 13:16:33
4    
5    implicit none    implicit none
6    
# Line 8  module clesphys Line 8  module clesphys
8    REAL co2_ppm, solaire    REAL co2_ppm, solaire
9    double precision RCO2, RCH4, RN2O, RCFC11, RCFC12      double precision RCO2, RCH4, RN2O, RCFC11, RCFC12  
10    double precision CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt    double precision CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
11    !IM simulateur ISCCP    INTEGER top_height, overlap ! simulateur ISCCP
12    INTEGER top_height, overlap    REAL cdmmax, cdhmax ! seuils cdrm, cdrh
13    !IM seuils cdrm, cdrh    REAL ksta, ksta_ter ! paramètres stabilité sur terres et en dehors
14    REAL cdmmax, cdhmax    LOGICAL ok_kzmin ! calcul Kzmin dans la couche limite de surface
   !IM param. stabilite s/ terres et en dehors  
   REAL ksta, ksta_ter  
   !IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH  
   LOGICAL ok_kzmin  
15    INTEGER lev_histhf ! niveau sorties 6h    INTEGER lev_histhf ! niveau sorties 6h
16    integer lev_histday ! niveau sorties journalieres    integer lev_histday ! niveau sorties journalieres
17    integer lev_histmth ! niveau sorties mensuelles    integer lev_histmth ! niveau sorties mensuelles

Legend:
Removed from v.12  
changed lines
  Added in v.51

  ViewVC Help
Powered by ViewVC 1.1.21