source: CONFIG/UNIFORM/v7/ICOLMDZOR_v7/GENERAL/PARAM/filedef_debug.xml @ 4180

Last change on this file since 4180 was 4180, checked in by jgipsl, 5 years ago

Created new configuration folder ICOLMDZOR_v7. This new configuration will be updated to use DYNAMICO-LMDZ-ORCHIDEE. ICO stands for the 3 last letters in DYNAMICO.

As a start, here copied configuration DYNAMICO_LMDZ:
http://forge.ipsl.jussieu.fr/heat/svn/codes/dynamico_lmdz/config/DYNAMICO_LMDZ
Revision 323

DYNAMICO_LMDZ is a configuration used for running LMDZ with DYNAMICO using betaclim bucket instead of ORCHIDEE. It has been used for simulations together with following model revisions, here on the syntax as in mod.def:
#-H- DYNAMICO_LMDZ.v0 Frozen version of DYNAMICO-LMDZ used for simulation for the Grand Challenge at irene/TGCC
#-M- DYNAMICO_LMDZ.v0 Josefine.Ghattas@…
#-C- DYNAMICO_LMDZ.v0 trunk 606 18 ICOSAGCM modeles
#-C- DYNAMICO_LMDZ.v0 trunk/arch 767 18 arch modeles/ICOSAGCM
#-C- DYNAMICO_LMDZ.v0 LMDZ6/branches/DYNAMICO-conv-GC 3407 11 LMDZ5 modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/IOIPSL 311 19 IOIPSL modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/ARCH 319 19 ARCH modeles
#-C- DYNAMICO_LMDZ.v0 aquaplanet/ICOSA_LMDZ 316 19 ICOSA_LMDZ modeles
#-C- DYNAMICO_LMDZ.v0 config/DYNAMICO_LMDZ 323 19 DYNAMICO_LMDZ config
#-C- DYNAMICO_LMDZ.v0 XIOS/branchs/xios-2.5 1550 12 XIOS modeles
#-C- DYNAMICO_LMDZ.v0 trunk/libIGCM 1471 10 libIGCM .

File size: 1.8 KB
Line 
1<context id="icosagcm" >
2  <calendar type="d360" start_date="2000-01-01 00:00:00" time_origin="2000-01-01 00:00:00"/>
3 
4  <field_definition src="./field_def.xml" />
5
6  <file_definition src="./filedef_dcmip2016.xml" /> 
7  <file_definition src="./filedef_debug.xml" />     
8
9  <file_definition type="one_file" par_access="collective">
10
11    <file id="output" name="output" enabled=".FALSE."  output_freq="2h" sync_freq="2h" output_level="10" >
12      <field_group group_ref="standard_output"/>
13    </file>
14   
15  </file_definition>
16   
17  <axis_definition>
18    <axis id="lev" positive="down" standard_name="atmopshere_hybrid_sigma_pressure_coordinate" long_name="hybrid level at midpoints" />
19    <axis id="levp1" name="ilev"  unit="level" positive="down" standard_name="atmopshere_hybride_sigma_pressure_coordinate" long_name="hybrid level at interface" />
20    <axis id="lev_pressure" positive="down"  n_glo="2" unit="Pa" value="(0,1)[85000 50000]" >
21      <interpolate_axis order="1" coordinate="p" />
22    </axis>   
23  </axis_definition>   
24 
25  <domain_definition>
26   
27     <domain_group id="i"> 
28       <domain id="i"/>     
29     </domain_group> 
30     
31     
32     <domain id="v" />
33     
34     <domain id="regular_half_degree" type="rectilinear" ni_glo="720" nj_glo="360" >
35       <generate_rectilinear_domain />
36       <interpolate_domain order="1"/>
37     </domain> 
38     
39     <domain id="regular_one_degree" type="rectilinear" ni_glo="360" nj_glo="180" >
40       <generate_rectilinear_domain />
41       <interpolate_domain order="1"/>
42     </domain> 
43     
44     <domain id="regular_two_degree" type="rectilinear" ni_glo="180" nj_glo="90" >
45       <generate_rectilinear_domain />
46       <interpolate_domain order="1"/>
47     </domain> 
48     
49  </domain_definition>   
50 
51  <grid_definition>   
52    <grid id="scalar">
53    </grid>
54  </grid_definition>   
55 
56</context>
Note: See TracBrowser for help on using the repository browser.