source: branches/ORCHIDEE_2_2/ORCHIDEE_OL/OOL_SEC_STO_FG2nd/COMP/orchideedriver.card @ 7421

Last change on this file since 7421 was 7421, checked in by agnes.ducharne, 2 years ago

Configurations for new driver : FG2nd created with CRUJRA2.2 twodeg and no routing, FG2 updated to use the same forcing files; FG2nd and FG3nd with all required keuwords in run.def and default SPREAD_PREC_SEC as in old driver.

File size: 1.1 KB
Line 
1#D-- Compatibility -
2[Compatibility]
3libIGCM=1.0
4
5[UserChoices]
6# Use XIOS as output library instead of IOIPSL
7XIOS=y
8
9[InitialStateFiles]
10List=()
11
12[BoundaryFiles]
13List=  (${R_IN}/SRF/METEO/CRUJRA/v2.2/twodeg/crujra_twodeg_v2.2_${year_m1}.nc, forcing_yearm1.nc),\
14       (${R_IN}/SRF/METEO/CRUJRA/v2.2/twodeg/crujra_twodeg_v2.2_${year}.nc, forcing_year.nc),\
15       (${R_IN}/SRF/METEO/CRUJRA/v2.2/twodeg/crujra_twodeg_v2.2_${year_p1}.nc, forcing_yearp1.nc)
16ListNonDel= ()
17
18[ParametersFiles]
19List=   (${SUBMIT_DIR}/PARAM/run.def, .) ,\
20        (${SUBMIT_DIR}/PARAM/iodef.xml, .)   ,\
21        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_orchidee.xml, .)   ,\
22        (${MODIPSL}/modeles/ORCHIDEE/src_xml/context_input_orchidee.xml, .)  ,\
23        (${MODIPSL}/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml, .)  ,\
24        (${MODIPSL}/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml, .)
25
26
27[RestartFiles]
28List=   (NONE)
29
30[OutputText]
31List=   (run.def, used_run.def, out_orchidee_ol, iodef.xml, context_orchidee.xml, context_input_orchidee.xml, field_def_orchidee.xml, file_def_*orchidee.xml, xios_client_*)
32
33[OutputFiles]
34List= ()
Note: See TracBrowser for help on using the repository browser.