source: LMDZ5/branches/LF-private/libf/phylmd/clesphys.h @ 2942

Last change on this file since 2942 was 1877, checked in by Laurent Fairhead, 11 years ago

Ménage sur le code pour éliminer les calculs spécifiques ISCCP hors COSP
Un certain nombre de variables non utilisées dans physiq.F90 ont aussi
été supprimée. Environ 840 lignes supprimées du code physiq.F90


Code cleanup to eliminate specific references to ISCCP outside the COSP
library. Unused variables have been cleaned up from the physiq.F90 routine
as well.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.8 KB
Line 
1
2!
3! $Id: clesphys.h 1877 2013-09-25 13:35:04Z dcugnet $
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,iflag_ener_conserv
15       REAL co2_ppm, co2_ppm0, solaire
16       REAL(kind=8) RCO2, RCH4, RN2O, RCFC11, RCFC12 
17       REAL(kind=8) RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act 
18       REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
19!IM ajout CFMIP2/CMIP5
20       REAL co2_ppm_per
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
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
44! Frottement au sol (Cdrag)
45       Real f_cdrag_ter,f_cdrag_oce
46! Rugoro
47       Real f_rugoro
48
49!IM lev_histhf  : niveau sorties 6h
50!IM lev_histday : niveau sorties journalieres
51!IM lev_histmth : niveau sorties mensuelles
52!IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien
53!                    sur 17 niveaux de pression
54       INTEGER lev_histhf, lev_histday, lev_histmth
55       INTEGER lev_histdayNMC
56       Integer lev_histins, lev_histLES 
57!IM ok_histNMC  : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
58!IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
59!IM freq_calNMC : frequences de calcul fis. hist*NMC.nc
60!IM pasphys : pas de temps de physique (secondes)
61       REAL pasphys
62       LOGICAL ok_histNMC(3)
63       INTEGER levout_histNMC(3)
64       REAL freq_outNMC(3) , freq_calNMC(3)
65       CHARACTER(len=4) type_run
66! aer_type: pour utiliser un fichier constant dans readaerosol
67       CHARACTER*8 :: aer_type
68       LOGICAL ok_regdyn
69       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
70       REAL ecrit_ins, ecrit_hf, ecrit_day
71       REAL ecrit_mth, ecrit_tra, ecrit_reg
72       REAL ecrit_LES
73       REAL freq_ISCCP, ecrit_ISCCP
74       REAL freq_COSP
75       LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP
76       INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo
77       LOGICAL :: ok_strato
78       LOGICAL :: ok_hines
79
80       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,              &
81     &     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con       &
82     &     , iflag_ener_conserv                                         &
83     &     , co2_ppm, solaire                                           &
84     &     , RCO2, RCH4, RN2O, RCFC11, RCFC12                           &
85     &     , RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act       &
86     &     , ok_4xCO2atm                                                & 
87     &     , RCO2_per, RCH4_per, RN2O_per, RCFC11_per, RCFC12_per       &
88     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt                     &
89     &     , CH4_ppb_per, N2O_ppb_per, CFC11_ppt_per, CFC12_ppt_per     &
90     &     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter        &
91     &     , ok_kzmin, fmagic, pmagic                                   &
92     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro                           &
93     &     , lev_histhf, lev_histday, lev_histmth                       &
94     &     , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC   &
95     &     , pasphys, ok_histNMC, freq_outNMC, freq_calNMC              &
96     &     , type_run, ok_regdyn, ok_cosp                               &
97     &     , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP                     &
98     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
99     &     , ecrit_ins, ecrit_hf, ecrit_day                             &
100     &     , ecrit_mth, ecrit_tra, ecrit_reg                            &
101     &     , freq_ISCCP, ecrit_ISCCP, freq_COSP, ip_ebil_phy            &
102     &     , ok_lic_melt, cvl_corr, aer_type                            &
103     &     , qsol0, iflag_rrtm, ok_strato,ok_hines,ecrit_LES            &
104     &     , co2_ppm0, iflag_ice_thermo
105     
106       save /clesphys/
107!$OMP THREADPRIVATE(/clesphys/)
108 
Note: See TracBrowser for help on using the repository browser.