source: CONFIG/IPSL_ESM/IPSLCM5CHEM_uni/GENERAL/PARAM/output.def_low @ 1670

Last change on this file since 1670 was 1550, checked in by jgipsl, 13 years ago
  • Added choice of config.def file : set ConfType?=preind/actuel/annuel in lmdz.card. The file config.def_$ConfType? will be used. The differences are :

preind : aer_type = preind, solar and GHG pre-industrial values, pmagic=0 (as piControl, CpiControl?)
actuel : aer_type = actuel, solar and GHG present values, pmagic=0.008 (as EXP00)
annuel : aer_type = annuel, solar and GHG must be updated with annual values from file, pmagic=0.008 (as historical,Chistorical)

  • For pisces, take same value for CO2 as for LMDZ except for CarbonCycle?=y (same treatment as before).

NB! I suppose that LMDZ ATM_Uptdate always is done before pisces MBG_Update.

  • Added choice of output.def file : set OutLev?=low(as EXP00)/medium(as piControl)/high(as histrical) in lmdz.card. The output are now the same as original IPSLCM5A for each experience.

=> In EXPALL, all 5 experiences correspond to original IPSLCM5A experiences, including possibility of new physics in LMDZ as IPSLCM5B and carbon cycle as IPSLCM5C. More testing is needed.

File size: 2.1 KB
Line 
1#
2# Parametres fichiers de sortie
3#
4# Noms des fichiers
5phys_out_filenames=      histmth histday histhf   histhf3h  histhf3hm histstn
6# Sortir ou non les fichiers
7phys_out_filekeys=       n       n       n        n         n         n
8# Niveaux de sorties
9phys_out_filelevels=     5       2       2        5         5         5
10### Type de fichier : global (n) ou stations (y)
11phys_out_filestations =  n       n       n        n         n         y
12### Frequences des sorties
13phys_out_filetimesteps = 1.mth,  1.day,  0.25day, 0.125day, 0.125day, 1800.s
14#
15#
16# Parametres niveau de sorties differents fichiers
17#
18### parametres pour hist*NMC.nc
19#lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier
20#                histdayNMC: 8 ou 17
21lev_histdayNMC=8
22### - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence
23ok_histNMC = y, n, n
24
25#
26# Parametres simulateur COSP (CFMIP Observational Simulator Package)
27#
28### ok_cosp=y/n flag simulateur COSP
29ok_cosp=n
30### freq_COSP = frequence d'appel de COSP en secondes
31freq_COSP=10800.
32### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc
33ok_mensuelCOSP=y
34### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc
35ok_journeCOSP=y
36### ok_hfCOSP=y/n, ecrire sorties  haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc
37ok_hfCOSP=n
38
39#
40# Parametres simulateur ISCCP
41#
42### ok_isccp=y/n flag simulateur ISCCP
43ok_isccp=n
44### freqin_isccp = frequence input en secondes du simulateur ISCCP
45freq_ISCCP=10800.
46### freqout_isccp = frequence output en jours du simulateur ISCCP
47ecrit_ISCCP=_ecrit-ISCCP_
48### top_height = flag choix calcul nuages par le simulateur en utilisant
49# -              les donnees IR et/ou VIS et l algorithme ISCCP-D1
50# - top_height = 1 -> algo IR-VIS
51# - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)"
52# - top_height = 3 -> algo IR
53top_height = 1
54### overlap =    Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP
55# - overlap=1    Max overlap
56# - overlap=2    Random overlap
57# - overlap=3    Max/Random overlap
58overlap = 3
59
60
Note: See TracBrowser for help on using the repository browser.