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

Contents of /trunk/phylmd/clesphys.f

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82 - (show annotations)
Wed Mar 5 14:57:53 2014 UTC (10 years, 2 months ago) by guez
File size: 1529 byte(s)
Changed all ".f90" suffixes to ".f".
1 module clesphys
2
3 ! From version 1.3 2005/06/06 13:16:33
4
5 implicit none
6
7 LOGICAL bug_ozone ! Pour retrouver le bug de l'ozone (IPCC)
8 REAL co2_ppm ! concentration du gaz carbonique en ppmv
9 real solaire ! Constante solaire en W/m2
10 double precision RCO2 ! Concentration du CO2
11 double precision RCH4 ! Concentration du CH4
12 double precision RN2O ! Concentration du N2O
13 double precision RCFC11 ! Concentration du CFC11
14 double precision RCFC12 ! Concentration du CFC12
15 double precision CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
16
17 ! Simulateur ISCCP:
18 INTEGER top_height
19 INTEGER overlap ! 1, 2 or 3
20
21 REAL cdmmax, cdhmax ! seuils cdrm, cdrh
22 REAL ksta, ksta_ter ! paramètres stabilité sur terres et en dehors
23 LOGICAL ok_kzmin ! calcul Kzmin dans la couche limite de surface
24
25 INTEGER lev_histhf ! niveau sorties 6h
26 ! 4: histhf3d.nc champs 3d niveaux modele
27
28 integer lev_histday ! niveau sorties journalieres
29 ! 3: champs 3D => F. Lott
30 ! 4: + champs sous-surfaces
31
32 integer lev_histmth ! niveau sorties mensuelles
33 ! 3: albedo, rugosite sous-surfaces
34 ! 4: champs tendances 3d
35
36 CHARACTER(len=4) type_run ! 'AMIP' ou 'ENSP'
37 LOGICAL ok_isccp, ok_regdyn
38
39 REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
40 ! longitude et latitude minimales et maximales pour la zone avec
41 ! sorties instantanées tous les pas de temps de la physique,
42 ! fichier "histbilKP_ins.nc"
43
44 INTEGER ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
45 INTEGER ecrit_mth, ecrit_tra, ecrit_reg
46
47 save
48
49 end module clesphys

  ViewVC Help
Powered by ViewVC 1.1.21