source: LMDZ6/trunk/libf/phylmd/clesphys.h @ 4629

Last change on this file since 4629 was 4537, checked in by fhourdin, 15 months ago

Travail preparatoire au couplage avec mesoNH

Travail preparatoire aux test d'integration de la physique de MesoNH
et plus generalement a la reecriture du moniteur de la physique.
phylmd appelle phylmdex si une cle iflag_physiq=2 est ajoutee dans run.def
Il a ete necessaire en plus d'eliminer un certain nombre d'appels dans
phyetat0 et phyredem.

  • 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: 7.4 KB
RevLine 
[1279]1! $Id: clesphys.h 4537 2023-05-14 23:03:18Z dcugnet $
[524]2!
[793]3!  ATTENTION!!!!: ce fichier include est compatible format fixe/format libre
[2110]4!                 veillez \`a n'utiliser que des ! pour les commentaires
5!                 et \`a bien positionner les & des lignes de continuation
[793]6!                 (les placer en colonne 6 et en colonne 73)
7!
8!..include cles_phys.h
[4352]9
[4458]10       ! threshold on to activate SSO schemes
11       REAL zrel_oro_t, zpmm_orodr_t, zpmm_orolf_t, zstd_orodr_t
[3317]12       INTEGER iflag_cycle_diurne
13       LOGICAL soil_model,new_oliq,ok_orodr,ok_orolf
[524]14       LOGICAL ok_limitvrai
[2114]15       LOGICAL ok_all_xml
[3048]16       LOGICAL ok_lwoff
[2730]17       INTEGER nbapp_rad, iflag_con, nbapp_cv, nbapp_wk, iflag_ener_conserv
[1279]18       REAL co2_ppm, co2_ppm0, solaire
[4089]19       INTEGER iflag_thermals,nsplit_thermals
[4537]20       INTEGER iflag_physiq
[4089]21       REAL tau_thermals
22
[2952]23!FC
24       REAL Cd_frein
[2524]25       LOGICAL ok_suntime_rrtm
[1279]26       REAL(kind=8) RCO2, RCH4, RN2O, RCFC11, RCFC12 
[1539]27       REAL(kind=8) RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act 
[1279]28       REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt
[1539]29!IM ajout CFMIP2/CMIP5
30       REAL(kind=8) RCO2_per,RCH4_per,RN2O_per,RCFC11_per,RCFC12_per
31       REAL(kind=8) CH4_ppb_per,N2O_ppb_per,CFC11_ppt_per,CFC12_ppt_per
[766]32
[793]33!OM ---> correction du bilan d'eau global
34!OM Correction sur precip KE
[766]35       REAL cvl_corr
[793]36!OM Fonte calotte dans bilan eau
[766]37       LOGICAL ok_lic_melt
[2946]38!OB Depot de vapeur d eau sur la calotte pour le bilan eau
39       LOGICAL ok_lic_cond
[766]40
[793]41!IM simulateur ISCCP
[524]42       INTEGER top_height, overlap
[793]43!IM seuils cdrm, cdrh
[524]44       REAL cdmmax, cdhmax
[793]45!IM param. stabilite s/ terres et en dehors
[2126]46       REAL ksta, ksta_ter, f_ri_cd_min
[793]47!IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH
[524]48       LOGICAL ok_kzmin
[900]49!IM, MAFo fmagic, pmagic : parametres - additionnel et multiplicatif - 
50!                          pour regler l albedo sur ocean
51       REAL fmagic, pmagic
[889]52! Hauteur (imposee) du contenu en eau du sol
[1894]53           REAL qsol0,albsno0,evap0
[1279]54! Frottement au sol (Cdrag)
55       Real f_cdrag_ter,f_cdrag_oce
[2254]56       REAL min_wind_speed,f_gust_wk,f_gust_bl,f_qsat_oce,f_z0qh_oce
[2243]57       REAL z0m_seaice,z0h_seaice
[4245]58       REAL z0m_landice, z0h_landice
[2243]59       INTEGER iflag_gusts,iflag_z0_oce
[2240]60
[1279]61! Rugoro
[2243]62       Real f_rugoro,z0min
[1279]63
[3327]64! tau_gl : constante de rappel de la temperature a la surface de la glace
65       REAL tau_gl
66
[793]67!IM lev_histhf  : niveau sorties 6h
68!IM lev_histday : niveau sorties journalieres
69!IM lev_histmth : niveau sorties mensuelles
[1352]70!IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien
71!                    sur 17 niveaux de pression
[524]72       INTEGER lev_histhf, lev_histday, lev_histmth
[1352]73       INTEGER lev_histdayNMC
[1279]74       Integer lev_histins, lev_histLES 
[1374]75!IM ok_histNMC  : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
[1352]76!IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
77!IM freq_calNMC : frequences de calcul fis. hist*NMC.nc
[1374]78       LOGICAL ok_histNMC(3)
[1828]79       INTEGER levout_histNMC(3)
[1352]80       REAL freq_outNMC(3) , freq_calNMC(3)
[1279]81       CHARACTER(len=4) type_run
82! aer_type: pour utiliser un fichier constant dans readaerosol
[1938]83       CHARACTER(len=8) :: aer_type
[1877]84       LOGICAL ok_regdyn
[644]85       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
[1563]86       REAL ecrit_ins, ecrit_hf, ecrit_day
[684]87       REAL ecrit_mth, ecrit_tra, ecrit_reg
[1054]88       REAL ecrit_LES
[828]89       REAL freq_ISCCP, ecrit_ISCCP
[2580]90       REAL freq_COSP, freq_AIRS
[1368]91       LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP
[2580]92       LOGICAL :: ok_airs
[4062]93       INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo, NSW, iflag_albedo
94       LOGICAL :: ok_ice_sursat, ok_plane_h2o, ok_plane_contrail
[2227]95       LOGICAL :: ok_chlorophyll
[1001]96       LOGICAL :: ok_strato
[1938]97       LOGICAL :: ok_hines, ok_gwd_rando
[2136]98       LOGICAL :: ok_qch4
[2007]99       LOGICAL :: ok_conserv_q
[2788]100       LOGICAL :: adjust_tropopause
101       LOGICAL :: ok_daily_climoz
[3999]102       LOGICAL :: ok_new_lscp
[4523]103       LOGICAL :: ok_bs, ok_rad_bs
[2973]104! flag to bypass or not the phytrac module
105       INTEGER :: iflag_phytrac
[524]106
[1961]107       COMMON/clesphys/                                                 &
108! REAL FIRST
[2007]109     &       co2_ppm, solaire                                           &
[1539]110     &     , RCO2, RCH4, RN2O, RCFC11, RCFC12                           &
111     &     , RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act       &
112     &     , RCO2_per, RCH4_per, RN2O_per, RCFC11_per, RCFC12_per       &
[793]113     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt                     &
[1539]114     &     , CH4_ppb_per, N2O_ppb_per, CFC11_ppt_per, CFC12_ppt_per     &
[4448]115     &     , cdmmax,cdhmax,ksta,ksta_ter,f_ri_cd_min                    &
[1961]116     &     , fmagic, pmagic                                             &
[3327]117     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro,z0min,tau_gl              &
[2254]118     &     , min_wind_speed,f_gust_wk,f_gust_bl,f_qsat_oce,f_z0qh_oce   &
[4245]119     &     , z0m_seaice,z0h_seaice,z0m_landice,z0h_landice              &
[3435]120     &     , freq_outNMC, freq_calNMC                                   &
[1961]121     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
[2580]122     &     , freq_ISCCP, ecrit_ISCCP, freq_COSP, freq_AIRS              &
[1961]123     &     , cvl_corr                                                   &
124     &     , qsol0,albsno0,evap0                                        &
125     &     , co2_ppm0                                                   &
[2952]126!FC
[4458]127     &     , Cd_frein,zrel_oro_t,zpmm_orodr_t,zpmm_orolf_t,zstd_orodr_t &
[1961]128     &     , ecrit_LES                                                  &
129     &     , ecrit_ins, ecrit_hf, ecrit_day                             &
130     &     , ecrit_mth, ecrit_tra, ecrit_reg                            &
131! THEN INTEGER AND LOGICALS
132     &     , top_height                                                 &
[4059]133     &     , iflag_cycle_diurne, soil_model, new_oliq                   &
[2707]134     &     , ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad                &
[2730]135     &     , iflag_con, nbapp_cv, nbapp_wk                              &
[1961]136     &     , iflag_ener_conserv                                         &
[2524]137     &     , ok_suntime_rrtm                                            & 
[1961]138     &     , overlap                                                    &
139     &     , ok_kzmin                                                   &
[900]140     &     , lev_histhf, lev_histday, lev_histmth                       &
[1828]141     &     , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC   &
[1961]142     &     , ok_histNMC                                                 &
[2580]143     &     , type_run, ok_regdyn, ok_cosp, ok_airs                      &
[1368]144     &     , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP                     &
[1961]145     &     , ip_ebil_phy                                                &
[2243]146     &     , iflag_gusts ,iflag_z0_oce                                  &
[2946]147     &     , ok_lic_melt, ok_lic_cond, aer_type                         &
[2136]148     &     , iflag_rrtm, ok_strato,ok_hines, ok_qch4                    &
[4062]149     &     , iflag_ice_thermo, ok_ice_sursat                            & 
150     &     , ok_plane_h2o, ok_plane_contrail                            & 
[4059]151     &     , ok_gwd_rando, NSW, iflag_albedo                            &
[2788]152     &     , ok_chlorophyll,ok_conserv_q, adjust_tropopause             &
[3048]153     &     , ok_daily_climoz, ok_all_xml, ok_lwoff                      &
[4523]154     &     , iflag_phytrac, ok_new_lscp, ok_bs, ok_rad_bs               &
[4537]155     &     ,  iflag_thermals,nsplit_thermals, tau_thermals              &
156     &     , iflag_physiq
[1572]157       save /clesphys/
[793]158!$OMP THREADPRIVATE(/clesphys/)
Note: See TracBrowser for help on using the repository browser.