source: LMDZ4/branches/LMDZ4_AR5/libf/phylmd/clesphys.h @ 1500

Last change on this file since 1500 was 1500, checked in by Laurent Fairhead, 13 years ago

Modification to take into account precipitation over ice.
The ok_precip_fonte parameter needs to be put to .false. in one of
the *.def files to ensure that the model will give comparable results to
already submitted AR5 simulations


Modification pour prendre en compte les précipitations sur la glace.
Pour assurer la continuité avec les simulations AR5 déjà 'soumises', le
paramètre ok_precip_fonte doit être à .false.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 4.0 KB
RevLine 
[524]1!
[1279]2! $Id: clesphys.h 1500 2011-03-15 12:19:24Z fairhead $
[524]3!
[793]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!
[524]11       LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf
12       LOGICAL ok_limitvrai
13       INTEGER nbapp_rad, iflag_con
[1279]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
[766]17
[793]18!OM ---> correction du bilan d'eau global
19!OM Correction sur precip KE
[766]20       REAL cvl_corr
[793]21!OM Fonte calotte dans bilan eau
[766]22       LOGICAL ok_lic_melt
23
[793]24!IM simulateur ISCCP
[524]25       INTEGER top_height, overlap
[793]26!IM seuils cdrm, cdrh
[524]27       REAL cdmmax, cdhmax
[793]28!IM param. stabilite s/ terres et en dehors
[524]29       REAL ksta, ksta_ter
[793]30!IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH
[524]31       LOGICAL ok_kzmin
[900]32!IM, MAFo fmagic, pmagic : parametres - additionnel et multiplicatif - 
33!                          pour regler l albedo sur ocean
34       REAL fmagic, pmagic
[889]35! Hauteur (imposee) du contenu en eau du sol
36           REAL qsol0
[1279]37! Frottement au sol (Cdrag)
38       Real f_cdrag_ter,f_cdrag_oce
39! Rugoro
40       Real f_rugoro
41
[793]42!IM lev_histhf  : niveau sorties 6h
43!IM lev_histday : niveau sorties journalieres
44!IM lev_histmth : niveau sorties mensuelles
[1352]45!IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien
46!                    sur 17 niveaux de pression
[524]47       INTEGER lev_histhf, lev_histday, lev_histmth
[1352]48       INTEGER lev_histdayNMC
[1279]49       Integer lev_histins, lev_histLES 
[1374]50!IM ok_histNMC  : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
[1352]51!IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC)
52!IM freq_calNMC : frequences de calcul fis. hist*NMC.nc
53!IM pasphys : pas de temps de physique (secondes)
54       REAL pasphys
[1374]55       LOGICAL ok_histNMC(3)
[1352]56       REAL freq_outNMC(3) , freq_calNMC(3)
[1279]57       CHARACTER(len=4) type_run
58! aer_type: pour utiliser un fichier constant dans readaerosol
[1146]59       CHARACTER*8 :: aer_type
[644]60       LOGICAL ok_isccp, ok_regdyn
61       REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins
[684]62       REAL ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day
63       REAL ecrit_mth, ecrit_tra, ecrit_reg
[1054]64       REAL ecrit_LES
[828]65       REAL freq_ISCCP, ecrit_ISCCP
[1279]66       REAL freq_COSP
[1368]67       LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP
[998]68       INTEGER :: ip_ebil_phy, iflag_rrtm
[1001]69       LOGICAL :: ok_strato
70       LOGICAL :: ok_hines
[1500]71       LOGICAL :: ok_precip_fonte
[524]72
[793]73       COMMON/clesphys/cycle_diurne, soil_model, new_oliq,              &
74     &     ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con       &
75     &     , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12         &
76     &     , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt                     &
77     &     , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter        &
[900]78     &     , ok_kzmin, fmagic, pmagic                                   &
[1279]79     &     , f_cdrag_ter,f_cdrag_oce,f_rugoro                           &
[900]80     &     , lev_histhf, lev_histday, lev_histmth                       &
[1352]81     &     , lev_histins, lev_histLES, lev_histdayNMC                   &
[1374]82     &     , pasphys, ok_histNMC, freq_outNMC, freq_calNMC              &
[1279]83     &     , type_run, ok_isccp, ok_regdyn, ok_cosp                     &
[1368]84     &     , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP                     &
[793]85     &     , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins             &
86     &     , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day               &
87     &     , ecrit_mth, ecrit_tra, ecrit_reg                            &
[1279]88     &     , freq_ISCCP, ecrit_ISCCP, freq_COSP, ip_ebil_phy            &
[1146]89     &     , ok_lic_melt, cvl_corr, aer_type                            &
[1279]90     &     , qsol0, iflag_rrtm, ok_strato,ok_hines,ecrit_LES            &
[1500]91     &     , co2_ppm0, ok_precip_fonte
[766]92     
[793]93!$OMP THREADPRIVATE(/clesphys/)
[766]94 
Note: See TracBrowser for help on using the repository browser.