source: CONFIG/UNIFORM/v6/LMDZREPR_v6/EXPERIMENTS/LMDZREPR/amip/COMP/reprobus.card @ 5963

Last change on this file since 5963 was 5963, checked in by falletti, 2 years ago

LMDZREPR_v6 config: modifications to use output_level in reprobus.card

File size: 2.2 KB
Line 
1# $Id$
2
3[Compatibility]
4libIGCM=1.0
5
6[UserChoices]
7# Specify which output file to activate and at which output_level
8# Use an integer to specify the output level or NONE if to deactivate the file
9# output_level_filename=1     : activate the corresponding file with low output level
10# output_level_filename=10    : activate the corresponding file with high output level
11# output_level_filename=NONE  : the file will not be written
12output_level_reprobus_species  = 5
13output_level_reprobus_speciesm = 5
14
15
16[InitialStateFiles]
17List= ()
18
19[BoundaryFiles]
20List=(${R_IN}/CHM/REPROBUS144142-L79/INPUT/MODELE_2D_AER/CCMI-2022/REFD1/sad_2D-${yyyymm_m1}15.nc, sadm.nc),\
21     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/MODELE_2D_AER/CCMI-2022/REFD1/sad_2D-${year}${month}15.nc, sad.nc),\
22     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/MODELE_2D_AER/CCMI-2022/REFD1/sad_2D-${yyyymm_p1}15.nc, sadp.nc),\
23     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/MODELE_2D_FORC/CCMI-2022/REFD1/forc_2D-${yyyymm_m1}15.nc, forcm.nc),\
24     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/MODELE_2D_FORC/CCMI-2022/REFD1/forc_2D-${year}${month}15.nc, forc.nc),\
25     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/MODELE_2D_FORC/CCMI-2022/REFD1/forc_2D-${yyyymm_p1}15.nc, forcp.nc),\
26     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/TOMCAT_3D/tom_3D-1995${month_m1}.nc, tomm.nc),\
27     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/TOMCAT_3D/tom_3D-1995${month}.nc, tom.nc),\
28     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/TOMCAT_3D/tom_3D-1995${month_p1}.nc, tomp.nc),\
29     (${R_IN}/CHM/REPROBUS144142-L79/INPUT/SOLAR/jstrato/CCMI-2022/REFD1/txt/jstrato.${year}${month}, jstrato)
30
31
32ListNonDel=()
33
34[SmoothFiles]
35List= ()
36
37[ParametersFiles]
38List= (${SUBMIT_DIR}/PARAM/reprobus.def, .),\
39    (${MODIPSL}/modeles/REPROBUS/XML/context_reprobus.xml, .)   ,\
40    (${MODIPSL}/modeles/REPROBUS/XML/field_def_reprobus.xml, .) ,\
41    (${MODIPSL}/modeles/REPROBUS/XML/file_def_reprobus.xml, .)
42
43
44[RestartFiles]
45List= ( NONE )
46
47[OutputText]
48List= (reprobus.def,context_reprobus.xml,field_def_reprobus.xml,file_def_reprobus.xml)
49
50[OutputFiles]
51List= (reprobus_species.nc,      ${R_OUT_CHM_O_D}/${PREFIX}_1D_reprobus_species.nc,    NONE),\
52      (reprobus_speciesm.nc,     ${R_OUT_CHM_O_M}/${PREFIX}_1M_reprobus_speciesm.nc,   NONE)
Note: See TracBrowser for help on using the repository browser.