source: CONFIG/UNIFORM/v7/IPSLCM7/EXPERIMENTS/ICOLMDZORINCA/LAM/CREATE_amip_ERA5_AER_LAM/COMP/inca.card @ 6843

Last change on this file since 6843 was 6843, checked in by acosce, 6 weeks ago

modification in IPSLCM7_WORK for subconfiguration ICOLMDZORINCA and LMDZORINCA

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