[6] | 1 | ## $Header: /home/cvsroot/LMDZ4/physiq.def,v 1.2 2004/06/22 11:45:18 lmdzadmin Exp $ |
---|
[5] | 2 | # |
---|
[6] | 3 | # PARAMETRES ANCIENNEMENT DANS gcm.def |
---|
| 4 | ## Cycle diurne ou non |
---|
| 5 | cycle_diurne=y |
---|
| 6 | ## Soil Model ou non |
---|
| 7 | soil_model=y |
---|
| 8 | ## Orodr ou non pour l orographie |
---|
| 9 | ok_orodr=n |
---|
| 10 | ## Orolf ou non pour l orographie |
---|
| 11 | ok_orolf=n |
---|
| 12 | ## Gravity Waves non-orographiques |
---|
| 13 | ok_gw_nonoro=n |
---|
| 14 | ## Nombre d'appels des routines de rayonnements ( par jour) |
---|
| 15 | nbapp_rad=10 |
---|
| 16 | ## Nombre d'appels des routines de chimie ( par jour) |
---|
| 17 | nbapp_chim=1 |
---|
| 18 | ## Flag pour la convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(nvlle version JYG), 30 KE(version IPCC AR4), 4 KE vect |
---|
| 19 | iflag_con=0 |
---|
[5] | 20 | # |
---|
[6] | 21 | # |
---|
| 22 | # Parametres fichiers de sortie |
---|
| 23 | # |
---|
| 24 | ### OK_mensuel= y sortir fichier mensuel histmth.nc, =n pas de fichier histmth.nc |
---|
[5] | 25 | OK_mensuel=y |
---|
[6] | 26 | ### OK_journe= y sortir fichier journalier histday.nc, =n pas de fichier histday.nc |
---|
[5] | 27 | OK_journe=y |
---|
[6] | 28 | ### OK_instan=y, ecrire sorties "instantanees" (chaque pas de temps de la physique) |
---|
[5] | 29 | OK_instan=n |
---|
| 30 | # |
---|
[6] | 31 | # Parametres niveau de sorties differents fichiers |
---|
| 32 | # |
---|
[5] | 33 | #niveau de sortie "mth" lev_histmth |
---|
| 34 | # - lev_histmth=1 => basiques, 2D |
---|
| 35 | # - lev_histmth=2 => basiques, 3D (defaut) |
---|
| 36 | # - lev_histmth=3 => transfert radiatif |
---|
| 37 | # - lev_histmth=4 => champs tendances 3d |
---|
| 38 | # - lev_histmth=5 => traceurs, autres |
---|
| 39 | lev_histmth=4 |
---|
| 40 | # |
---|
| 41 | #niveau de sortie "day" ET "ins" lev_histday |
---|
| 42 | # - lev_histday=1 => basiques, 2D |
---|
| 43 | # - lev_histday=2 => basiques, 3D (defaut) |
---|
| 44 | # - lev_histday=3 => transfert radiatif |
---|
| 45 | # - lev_histday=4 => champs tendances 3d |
---|
| 46 | # - lev_histday=5 => traceurs, autres |
---|
| 47 | lev_histday=2 |
---|
| 48 | # |
---|
| 49 | # parametres climatiques |
---|
| 50 | # |
---|
| 51 | # TITAN ## |
---|
| 52 | year_day = 673. |
---|
| 53 | peri_day = 533. |
---|
| 54 | periheli = 1354.5 |
---|
| 55 | aphelie = 1506.0 |
---|
| 56 | obliquit = 26.7 |
---|
| 57 | # solaire: effective, rapportee a 1 UA A REVOIR |
---|
| 58 | solaire = 2620. |
---|
| 59 | # |
---|
| 60 | # parametres boundary layer |
---|
| 61 | # |
---|
| 62 | iflag_pbl = 8 |
---|
| 63 | z0 = 0.01 |
---|
| 64 | lmixmin = 35. |
---|
| 65 | ksta = 1.e-7 |
---|
| 66 | ok_kzmin=n |
---|
| 67 | # |
---|
| 68 | inertie=2000. |
---|
| 69 | # |
---|
| 70 | # parametres convection seche |
---|
| 71 | # |
---|
| 72 | iflag_ajs = 1 |
---|
| 73 | # |
---|
| 74 | # parametres chimie |
---|
| 75 | # |
---|
| 76 | chimi = y |
---|
| 77 | # version chimie -> 1=complete / 2=pseudo (rappel) |
---|
| 78 | vchim = 1 |
---|
| 79 | # production des aerosols par la chimie |
---|
| 80 | aerprod=1 |
---|
| 81 | # recombinaison heterogene H->H2 |
---|
| 82 | htoh2 = 1 |
---|
| 83 | # T=utilise Lell dans radtitan, F= utilise la compo incluse |
---|
| 84 | ylellouch=y |
---|
| 85 | # (si ylell=F) prise en compte de HCN dans le transfert radiatif |
---|
| 86 | hcnrad = n |
---|
| 87 | # |
---|
| 88 | # parametres microphysique |
---|
| 89 | # |
---|
| 90 | microfi=1 |
---|
| 91 | # facteur pour les aerosols |
---|
| 92 | tx = 1. |
---|
| 93 | # facteur de correction |
---|
| 94 | tcorrect=1. |
---|
| 95 | # 1 pour albedo ok ; 2 pour T tropopause ok |
---|
| 96 | cutoff=2 |
---|