source: LMDZ4/branches/LMDZ4V5.0-dev/libf/phylmd/clesphys.h @ 1376

Last change on this file since 1376 was 1376, checked in by musat, 14 years ago

Output all tracers defined in .def in hist files with dynamic
declaration of LMDZ atmospheric tracers' output levels
Add 6 pseudo-water tracers with and without transport by boundary layer
IM

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 3.8 KB
Line 
1
2!
3! $Id: clesphys.h 1376 2010-05-05 13:23:18Z musat $
4!
5!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
6!                 veillez à n'utiliser que des ! pour les commentaires
7!                 et à bien positionner les & des lignes de continuation
8!                 (les placer en colonne 6 et en colonne 73)
9!
10!..include cles_phys.h
11!
12       LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf
13       LOGICAL ok_limitvrai
14       INTEGER nbapp_rad, iflag_con
15       REAL co2_ppm, co2_ppm0, solaire
16       REAL(kind=8) RCO2, RCH4, RN2O, RCFC11, RCFC12 
17       REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
18
19!OM ---> correction du bilan d'eau global
20!OM Correction sur precip KE
21       REAL cvl_corr
22!OM Fonte calotte dans bilan eau
23       LOGICAL ok_lic_melt
24
25!IM simulateur ISCCP
26       INTEGER top_height, overlap
27!IM seuils cdrm, cdrh
28       REAL cdmmax, cdhmax
29!IM param. stabilite s/ terres et en dehors
30       REAL ksta, ksta_ter
31!IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH
32       LOGICAL ok_kzmin
33!IM, MAFo fmagic, pmagic : parametres - additionnel et multiplicatif - 
34!                          pour regler l albedo sur ocean
35       REAL fmagic, pmagic
36! Hauteur (imposee) du contenu en eau du sol
37           REAL qsol0
38! Frottement au sol (Cdrag)
39       Real f_cdrag_ter,f_cdrag_oce
40! Rugoro
41       Real f_rugoro
42
43!IM lev_histhf  : niveau sorties 6h
44!IM lev_histday : niveau sorties journalieres
45!IM lev_histmth : niveau sorties mensuelles
46!IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien
47!                    sur 17 niveaux de pression
48       INTEGER lev_histhf, lev_histday, lev_histmth
49       INTEGER lev_histdayNMC
50       Integer lev_histins, lev_histLES 
51!IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
52!IM freq_calNMC : frequences de calcul fis. hist*NMC.nc
53!IM pasphys : pas de temps de physique (secondes)
54       REAL pasphys
55       REAL freq_outNMC(3) , freq_calNMC(3)
56       CHARACTER(len=4) type_run
57! aer_type: pour utiliser un fichier constant dans readaerosol
58       CHARACTER*8 :: aer_type
59       LOGICAL ok_isccp, ok_regdyn
60       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
61       REAL ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
62       REAL ecrit_mth, ecrit_tra, ecrit_reg
63       REAL ecrit_LES
64       REAL freq_ISCCP, ecrit_ISCCP
65       REAL freq_COSP
66       LOGICAL :: ok_cosp
67       INTEGER :: ip_ebil_phy, iflag_rrtm
68       LOGICAL :: ok_strato
69       LOGICAL :: ok_hines
70       INTEGER :: nseuil
71
72       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,              &
73     &     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con       &
74     &     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12         &
75     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt                     &
76     &     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter        &
77     &     , ok_kzmin, fmagic, pmagic                                   &
78     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro                           &
79     &     , lev_histhf, lev_histday, lev_histmth                       &
80     &     , lev_histins, lev_histLES, lev_histdayNMC                   &
81     &     , pasphys, freq_outNMC, freq_calNMC                          &
82     &     , type_run, ok_isccp, ok_regdyn, ok_cosp                     &
83     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
84     &     , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day               &
85     &     , ecrit_mth, ecrit_tra, ecrit_reg                            &
86     &     , freq_ISCCP, ecrit_ISCCP, freq_COSP, ip_ebil_phy            &
87     &     , ok_lic_melt, cvl_corr, aer_type                            &
88     &     , qsol0, iflag_rrtm, ok_strato,ok_hines,ecrit_LES            &
89     &     , co2_ppm0, nseuil
90     
91!$OMP THREADPRIVATE(/clesphys/)
92 
Note: See TracBrowser for help on using the repository browser.