source: LMDZ5/branches/testing/libf/phylmd/clesphys.h @ 2542

Last change on this file since 2542 was 2542, checked in by Laurent Fairhead, 8 years ago

Merged trunk changes r2487:2541 into testing branch

  • Property copyright set to
    Name of program: LMDZ
    Creation date: 1984
    Version: LMDZ5
    License: CeCILL version 2
    Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
    See the license file in the root directory
  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 6.2 KB
Line 
1
2!
3! $Id: clesphys.h 2542 2016-06-06 14:04:57Z fairhead $
4!
5!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
6!                 veillez \`a n'utiliser que des ! pour les commentaires
7!                 et \`a 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       LOGICAL ok_all_xml
15       INTEGER nbapp_rad, iflag_con,iflag_ener_conserv
16       REAL co2_ppm, co2_ppm0, solaire
17       LOGICAL ok_suntime_rrtm
18       REAL(kind=8) RCO2, RCH4, RN2O, RCFC11, RCFC12 
19       REAL(kind=8) RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act 
20       REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
21!IM ajout CFMIP2/CMIP5
22       LOGICAL ok_4xCO2atm
23       REAL(kind=8) RCO2_per,RCH4_per,RN2O_per,RCFC11_per,RCFC12_per
24       REAL(kind=8) CH4_ppb_per,N2O_ppb_per,CFC11_ppt_per,CFC12_ppt_per
25
26!OM ---> correction du bilan d'eau global
27!OM Correction sur precip KE
28       REAL cvl_corr
29!OM Fonte calotte dans bilan eau
30       LOGICAL ok_lic_melt
31
32!IM simulateur ISCCP
33       INTEGER top_height, overlap
34!IM seuils cdrm, cdrh
35       REAL cdmmax, cdhmax
36!IM param. stabilite s/ terres et en dehors
37       REAL ksta, ksta_ter, f_ri_cd_min
38!IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH
39       LOGICAL ok_kzmin
40!IM, MAFo fmagic, pmagic : parametres - additionnel et multiplicatif - 
41!                          pour regler l albedo sur ocean
42       REAL fmagic, pmagic
43! Hauteur (imposee) du contenu en eau du sol
44           REAL qsol0,albsno0,evap0
45! Frottement au sol (Cdrag)
46       Real f_cdrag_ter,f_cdrag_oce
47       REAL min_wind_speed,f_gust_wk,f_gust_bl,f_qsat_oce,f_z0qh_oce
48       REAL z0m_seaice,z0h_seaice
49       INTEGER iflag_gusts,iflag_z0_oce
50
51! Rugoro
52       Real f_rugoro,z0min
53
54!IM lev_histhf  : niveau sorties 6h
55!IM lev_histday : niveau sorties journalieres
56!IM lev_histmth : niveau sorties mensuelles
57!IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien
58!                    sur 17 niveaux de pression
59       INTEGER lev_histhf, lev_histday, lev_histmth
60       INTEGER lev_histdayNMC
61       Integer lev_histins, lev_histLES 
62!IM ok_histNMC  : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
63!IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
64!IM freq_calNMC : frequences de calcul fis. hist*NMC.nc
65!IM pasphys : pas de temps de physique (secondes)
66       REAL pasphys
67       LOGICAL ok_histNMC(3)
68       INTEGER levout_histNMC(3)
69       REAL freq_outNMC(3) , freq_calNMC(3)
70       CHARACTER(len=4) type_run
71! aer_type: pour utiliser un fichier constant dans readaerosol
72       CHARACTER(len=8) :: aer_type
73       LOGICAL ok_regdyn
74       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
75       REAL ecrit_ins, ecrit_hf, ecrit_day
76       REAL ecrit_mth, ecrit_tra, ecrit_reg
77       REAL ecrit_LES
78       REAL freq_ISCCP, ecrit_ISCCP
79       REAL freq_COSP
80       LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP
81       INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo, NSW, iflag_albedo
82       LOGICAL :: ok_chlorophyll
83       LOGICAL :: ok_strato
84       LOGICAL :: ok_hines, ok_gwd_rando
85       LOGICAL :: ok_qch4
86       LOGICAL :: ok_conserv_q
87
88       COMMON/clesphys/                                                 &
89! REAL FIRST
90     &       co2_ppm, solaire                                           &
91     &     , RCO2, RCH4, RN2O, RCFC11, RCFC12                           &
92     &     , RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act       &
93     &     , RCO2_per, RCH4_per, RN2O_per, RCFC11_per, RCFC12_per       &
94     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt                     &
95     &     , CH4_ppb_per, N2O_ppb_per, CFC11_ppt_per, CFC12_ppt_per     &
96     &     , cdmmax, cdhmax, ksta, ksta_ter, f_ri_cd_min                &
97     &     , fmagic, pmagic                                             &
98     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro,z0min                     &
99     &     , min_wind_speed,f_gust_wk,f_gust_bl,f_qsat_oce,f_z0qh_oce   &
100     &     , z0m_seaice,z0h_seaice                                      &
101     &     , pasphys            , freq_outNMC, freq_calNMC              &
102     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
103     &     , freq_ISCCP, ecrit_ISCCP, freq_COSP                         &
104     &     , cvl_corr                                                   &
105     &     , qsol0,albsno0,evap0                                        &
106     &     , co2_ppm0                                                   &
107     &     , ecrit_LES                                                  &
108     &     , ecrit_ins, ecrit_hf, ecrit_day                             &
109     &     , ecrit_mth, ecrit_tra, ecrit_reg                            &
110! THEN INTEGER AND LOGICALS
111     &     , top_height                                                 &
112     &     , cycle_diurne, soil_model, new_oliq                         &
113     &     , ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con     &
114     &     , iflag_ener_conserv                                         &
115     &     , ok_4xCO2atm                                                & 
116     &     , ok_suntime_rrtm                                            & 
117     &     , overlap                                                    &
118     &     , ok_kzmin                                                   &
119     &     , lev_histhf, lev_histday, lev_histmth                       &
120     &     , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC   &
121     &     , ok_histNMC                                                 &
122     &     , type_run, ok_regdyn, ok_cosp                               &
123     &     , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP                     &
124     &     , ip_ebil_phy                                                &
125     &     , iflag_gusts ,iflag_z0_oce                                  &
126     &     , ok_lic_melt,           aer_type                            &
127     &     , iflag_rrtm, ok_strato,ok_hines, ok_qch4                    &
128     &     , iflag_ice_thermo, ok_gwd_rando, NSW, iflag_albedo          &
129     &     , ok_chlorophyll,ok_conserv_q, ok_all_xml
130     
131       save /clesphys/
132!$OMP THREADPRIVATE(/clesphys/)
Note: See TracBrowser for help on using the repository browser.