source: CONFIG/UNIFORM/v6/IPSLCM6/GENERAL/PARAM/context_nemo.xml @ 2789

Last change on this file since 2789 was 2690, checked in by aclsce, 9 years ago
  • Adapted xml files and cards to new NEMO revision
  • Fixed small bugs in lmdz.card and AA_make
File size: 3.1 KB
Line 
1<!-- =========================================================================================================== -->
2<!-- NEMO context                                                                                                -->
3<!-- =========================================================================================================== -->
4<context id="nemo" time_origin="1900-01-01 00:00:00" >   
5  <!-- $id$ -->
6   
7    <!--
8============================================================================================================
9=                                  definition of all existing variables                                    =
10=                                            DO NOT CHANGE                                                 =
11============================================================================================================
12    -->
13    <field_definition src="./field_def_nemo.xml"/>
14    <!--
15============================================================================================================
16=                                           output files definition                                        =
17=                                            Define your own files                                         =
18=                                         put the variables you want...                                    =
19============================================================================================================
20    -->
21   
22    <file_definition src="./file_def_nemo.xml"/>
23   
24    <!--
25============================================================================================================
26= grid definition = = DO NOT CHANGE =
27============================================================================================================
28    -->
29   
30   <axis_definition> 
31      <axis id="deptht" long_name="Vertical T levels" unit="m" positive="down" />
32      <axis id="depthu" long_name="Vertical U levels" unit="m" positive="down" />
33      <axis id="depthv" long_name="Vertical V levels" unit="m" positive="down" />
34      <axis id="depthw" long_name="Vertical W levels" unit="m" positive="down" />
35      <axis id="nfloat" long_name="Float number"      unit="-"  />
36      <axis id="icbcla" long_name="Iceberg class"     unit="-"  />
37      <axis id="ncatice" long_name="Ice categories"   unit="-"  />
38   </axis_definition> 
39   
40   <domain_definition src="./domain_def_nemo.xml"/>
41   
42   <grid_definition>   
43     <grid id="grid_T_2D" domain_ref="grid_T"/>
44     <grid id="grid_T_3D" domain_ref="grid_T" axis_ref="deptht"/>
45     <grid id="grid_U_2D" domain_ref="grid_U"/>
46     <grid id="grid_U_3D" domain_ref="grid_U" axis_ref="depthu"/>
47     <grid id="grid_V_2D" domain_ref="grid_V"/>
48     <grid id="grid_V_3D" domain_ref="grid_V" axis_ref="depthv"/>
49     <grid id="grid_W_2D" domain_ref="grid_W"/>
50     <grid id="grid_W_3D" domain_ref="grid_W" axis_ref="depthw"/>
51     <grid id="gznl_T_2D" domain_ref="gznl"/> 
52     <grid id="gznl_T_3D" domain_ref="gznl" axis_ref="deptht"/> 
53     <grid id="gznl_W_3D" domain_ref="gznl" axis_ref="depthw"/>
54    </grid_definition>   
55  </context>
56 
57 
Note: See TracBrowser for help on using the repository browser.