source: LMDZ4/trunk/libf/phylmd/clesphys.h @ 1279

Last change on this file since 1279 was 1279, checked in by Laurent Fairhead, 15 years ago

Merged LMDZ4-dev branch changes r1241:1278 into the trunk
Running trunk and LMDZ4-dev in LMDZOR configuration on local
machine (sequential) and SX8 (4-proc) yields identical results
(restart and restartphy are identical binarily)
Log history from r1241 to r1278 is available by switching to
source:LMDZ4/branches/LMDZ4-dev-20091210

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