1 | ## $Header: /home/cvsroot/LMDZ4/physiq.def,v 1.2 2004/06/22 11:45:18 lmdzadmin Exp $ |
---|
2 | # |
---|
3 | # PARAMETRES ANCIENNEMENT DANS gcm.def |
---|
4 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
5 | ## Cycle diurne ou non |
---|
6 | cycle_diurne=y |
---|
7 | ## Soil Model ou non |
---|
8 | soil_model=y |
---|
9 | ## Orodr ou non pour l orographie |
---|
10 | ok_orodr=n |
---|
11 | ## Orolf ou non pour l orographie |
---|
12 | ok_orolf=n |
---|
13 | ## Gravity Waves non-orographiques |
---|
14 | ok_gw_nonoro=n |
---|
15 | ## Nombre d'appels des routines de rayonnements ( par jour) |
---|
16 | nbapp_rad=2000 |
---|
17 | ## Nombre d'appels des routines de chimie ( par jour) |
---|
18 | nbapp_chim=1 |
---|
19 | ## Flag pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect |
---|
20 | iflag_con=0 |
---|
21 | # |
---|
22 | # |
---|
23 | # Parametres fichiers de sortie |
---|
24 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
25 | # |
---|
26 | ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc |
---|
27 | ### Pour Venus, ca n'a pas de sens |
---|
28 | OK_journe=n |
---|
29 | ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc |
---|
30 | ### Pour Venus, seul fichier de sorties moyennees |
---|
31 | OK_mensuel=y |
---|
32 | ## frequence (en jours ) de l'ecriture du fichier histmth pour Venus |
---|
33 | # regle la frequence d'ecriture dans histmth (mensuel) et/ou histins |
---|
34 | ecritphy=0.1 |
---|
35 | ### OK_instan=y, ecrire sorties "instantanees" (meme freq que histmth) |
---|
36 | OK_instan=n |
---|
37 | # |
---|
38 | # parametres niveau de sorties differents fichiers |
---|
39 | # |
---|
40 | #niveau de sortie "day" lev_histday |
---|
41 | # - lev_hist*=1 => basiques, 2D |
---|
42 | # - lev_hist*=2 => basiques, 3D (defaut) |
---|
43 | # - lev_hist*=3 => transfert radiatif |
---|
44 | # - lev_hist*=4 => champs tendances 3d |
---|
45 | # - lev_hist*=5 => traceurs, autres |
---|
46 | lev_histday=2 |
---|
47 | #niveau de sortie "mth" lev_histmth |
---|
48 | lev_histmth=4 |
---|
49 | #niveau de sortie "ins" lev_histins avec |
---|
50 | lev_histins=4 |
---|
51 | # |
---|
52 | # parametres climatiques |
---|
53 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
54 | # |
---|
55 | # VENUS ## |
---|
56 | # R_ecc = 0.006787 |
---|
57 | R_ecc = 0. |
---|
58 | R_peri = 0. |
---|
59 | # R_incl = 177.4 |
---|
60 | R_incl = 0. |
---|
61 | # solaire: effective, rapportee a 1 UA |
---|
62 | solaire = 328. |
---|
63 | # |
---|
64 | # parameters for the tracers |
---|
65 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
66 | # |
---|
67 | # 0: nothing (passive tracers) |
---|
68 | # 1: pseudo-chemistry relaxation (phytrac_relax) |
---|
69 | # 2: surface emission (phytrac_emiss) |
---|
70 | # 3: full chemistry (phytrac_chem) |
---|
71 | tr_scheme = 0 |
---|
72 | # |
---|
73 | # parameters for chemistry and microphysics |
---|
74 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
75 | # |
---|
76 | reinit_trac=n |
---|
77 | ok_cloud=n |
---|
78 | ok_chem=n |
---|
79 | ok_sedim=n |
---|
80 | # |
---|
81 | # parametres boundary layer |
---|
82 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
83 | # |
---|
84 | iflag_pbl=8 |
---|
85 | z0 = 0.01 |
---|
86 | lmixmin = 35. |
---|
87 | ksta = 1.e-7 |
---|
88 | ok_kzmin=n |
---|
89 | # |
---|
90 | inertie=2000 |
---|
91 | # |
---|
92 | # parametre convection seche |
---|
93 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
94 | # |
---|
95 | iflag_ajs = 1 |
---|
96 | # |
---|
97 | # parametres nlte |
---|
98 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
99 | # |
---|
100 | ##Pour avoir acces a tmoy |
---|
101 | moyzon_ch=y |
---|
102 | ##Physique non-LTE ou non |
---|
103 | callnlte=n |
---|
104 | ## choix pour profil des especes |
---|
105 | nltemodel=2 |
---|
106 | ##Absorption IR du CO2 ou non |
---|
107 | callnirco2=n |
---|
108 | ##Choix modele absorption IR du CO2 |
---|
109 | nircorr=0 |
---|
110 | ##Thermosphere ou non |
---|
111 | callthermos=n |
---|
112 | |
---|
113 | ## Thermospheric options |
---|
114 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
115 | #Method to include solar variability? |
---|
116 | #0-> Old method 1-> Variability with E10.7 as observed |
---|
117 | solvarmod=0 |
---|
118 | |
---|
119 | ## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0 |
---|
120 | solarcondate = 1993.4 |
---|
121 | |
---|
122 | # value for the UV heating efficiency |
---|
123 | ##(experimental values between 0.19 and 0.23, lower values may |
---|
124 | ## be used to compensate for low 15 um cooling) |
---|
125 | euveff = 0.21 |
---|
126 | |
---|