source: CONFIG/UNIFORM/v7/ICOLMDZORINCA_v7/EXPERIMENTS/ICOLMDZORINCA/CREATE_etat0/COMP/inca.card @ 5849

Last change on this file since 5849 was 5694, checked in by acosce, 3 years ago

Add create_etat0 directory to create start0 file for dynamico with values for tracers regrid from regular file

File size: 2.6 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_veget=NONE
40output_frequency_reacflux=NONE
41output_frequency_phtrate=NONE
42output_frequency_invariants=NONE
43
44
45[InitialStateFiles]
46List= ()
47       
48[BoundaryFiles]
49List=()
50
51ListNonDel= ()
52
53
54[ParametersFiles]
55List=   (${SUBMIT_DIR}/PARAM/inca.def, .),\
56        (${MODIPSL}/modeles/INCA/src/INCA_XML/context_inca.xml, .)   ,\
57        (${MODIPSL}/modeles/INCA/src/INCA_XML/field_def_inca.xml, .) ,\
58        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_restart.xml, file_def_inca_restart.xml ), \
59        (${MODIPSL}/modeles/INCA/src/INCA_XML/file_def_inca_AER.xml, file_def_inca.xml ), \
60        (${MODIPSL}/bin/inca_${OptMode}_GES.dat, inca.dat)
61
62[RestartFiles]
63# List restart that have to be saved/restored each loop (file out, saved, and in) :
64List= (NONE)
65 
66
67
68[OutputText]
69List=(inca.out, inca.def,context_inca.xml,field_def_inca.xml,file_def_inca.xml, inca_IDxml.out)
70
71[OutputFiles]
72List=   ()
Note: See TracBrowser for help on using the repository browser.