source: LMDZ5/trunk/libf/phylmd/clesphys.h @ 2240

Last change on this file since 2240 was 2240, checked in by fhourdin, 9 years ago

Revisite de la formule des flux de surface
(en priorité sur l'océan) en tenant compte des bourrasques de
vent et de la différence entre les hauteurs de rugosités pour
la quantité de mouvement, l'enthalpie et éventuellement l'humidité.

Etape 1 :
Introduction d'un calcul de gustiness dans la physique
gustiness(:)=f_gust_bl * ale_bl + f_gust_wk * ame_wk
Cette variable est passée ensuite jusqu'au fin fond de la couche limite.
L'étape 1 est prête à commettre, ne nécessite pas de nouvelles
variables dans les startphy et assure la convergence numérique.

Introduction of gustiness in the surface flux computation.
Gustiness is computed from as
gustiness(:)=f_gust_bl * ale_bl + f_gust_wk * ame_wk
and pass through pbl_surface down to the routines that compute
surface fluxes.

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