source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZORINCA/CREATE_etat0/COMP/inca.card @ 6892

Last change on this file since 6892 was 6892, checked in by acosce, 5 days ago

fixed 2 bugs with create_etat0
1- in tracers_AER_dynamico.xml there were errors in variables names
2- in inca.card we need to modify the name of tracers_${confchem}_dynamico.xml on tracers_dynamico.xml for the simulation

File size: 2.8 KB
Line 
1
2#- $Id: inca.card 70 2007-06-21 14:20:42Z acosce $
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Set LDMZ_10m_winds to choose if the simulation will use online 10m wind (=y) or offline (=n)
8LMDZ_10m_winds=y
9#choose threshold (10m winds)  parameter value
10wind_parameter=0.78
11#choose seasalt correctif
12seasalt_corr=1.06
13# heat fluxes computed with feedback corresponding to 0 --> no aerosol effects, 1--> aerosol effects selected by ok_ade, ok_aie
14feedb=0
15#coupled model with ORCH
16#if yes, you need to put to CHEMISTRY_BVOC=y in orchidee.def and decomment lines for fertilizer and bbg in orchidee.card
17CoupOrchInca=n
18#active or not chemistry flux in output
19calcul_flux=n
20#choose which type of aircraft you will use (0 - 1 - 2 - 3) (no aircraft / old inca aircraft / new subsonic inca aircraft / subsonic + hypersonic inca aircraft)
21flag_plane=1
22#choose which time interpolation you want to interpolate sflx file. ( 0 - 1) (no interpolation / point to point interpolation)
23#be careful name of sflx file change with the choice of emi_interp_time ( no file / sflx_p2p.nc)
24emi_interp_time=1
25
26# Specify output frequency for output files
27# File aerosols_from_inca will be systematically write in output with a monthly frequency - you cannot manage it from this card
28# for other files you can choose the frequency 1d (daily), 1mo (monthly), other (1ts, 5d, etc.) or NONE if to deactivate it
29# if you choose 1d the file will be store in CHM/Output/DA
30# if you choose 1mo the file will be store in CHM/Output/MO
31# if you choose another frequency, the file will be store in CHM/Output/DA by default
32output_frequency_chem=1d
33output_frequency_emi=1d
34output_frequency_species=1d
35output_frequency_forcage=1d
36output_frequency_aero=1d
37output_frequency_dep=1d
38output_frequency_washrate=NONE
39output_frequency_coupling=NONE
40output_frequency_reacflux=NONE
41output_frequency_phtrate=NONE
42output_frequency_invariants=NONE
43
44
45[InitialStateFiles]
46List= ()
47       
48[BoundaryFiles]
49List=()
50
51ListNonDel=(${R_IN}/CHM/CE0L_ICO/${ConfChem}_mmr_ce0l_ico.nc, tracers_mmr_inca.nc)
52
53
54
55[ParametersFiles]
56List=   (${SUBMIT_DIR}/PARAM/INCA/inca.def                                      , .                             ),\
57        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml                  , .                             ),\
58        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml                , .                             ),\
59        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_restart.xml         , file_def_inca_restart.xml     ),\
60        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_${ConfChem}.xml     , file_def_inca.xml             ),\
61        (${SUBMIT_DIR}/PARAM/INCA/CE0L_ICO/tracers_${ConfChem}_dynamico.xml     , tracers_dynamico.xml          ),\
62        (${MODIPSL}/bin/inca_${ConfChem}.dat                                    , inca.dat                      )
63
64[RestartFiles]
65# List restart that have to be saved/restored each loop (file out, saved, and in) :
66List= (NONE)
67 
68
69
70[OutputText]
71List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml, inca_IDxml.out)
72
73[OutputFiles]
74List=   ()
Note: See TracBrowser for help on using the repository browser.