Changeset 2056 for LMDZ5/branches/testing/DefLists/iodef.xml
- Timestamp:
- Jun 11, 2014, 3:46:46 PM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1998,2000-2023,2025-2029,2032,2034,2036-2049,2051-2055
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/DefLists/iodef.xml
r1910 r2056 1 1 <?xml version="1.0"?> 2 2 <simulation> 3 <context id="LMDZ" calendar_type="D360" start_date="1980-01-01 00:00:00">4 5 <!-- Définition des variables -->6 <field_definition src="./iodef_fields.xml"/>7 8 <!-- Définition des fichiers de sortie9 Chaque fichier contient la liste de toutes les variables10 et leur niveau de sortie pour ce fichier, afin de coller11 à l'utilisation des niveaux de sortie que fait LMDZ. -->12 13 <file_definition src="./iodef_file_histday.xml"/>14 <file_definition src="./iodef_file_histhf.xml"/>15 <file_definition src="./iodef_file_histins.xml"/>16 <file_definition src="./iodef_file_histLES.xml"/>17 <file_definition src="./iodef_file_histmth.xml"/>18 <file_definition src="./iodef_file_histstn.xml"/>19 20 <!-- Définition des domaines et groupes de domaines -->21 <domain_definition>22 <domain id="dom_glo" data_dim="2" />23 </domain_definition>24 25 <!-- Définition des groupes d'axes verticaux26 (LMDZ va ensuite déclarer dans chaque groupe un axe différent par fichier) -->27 <axis_definition>28 <axis_group id="presnivs" standard_name="Vertical levels" unit="Pa">29 </axis_group>30 <axis_group id="Ahyb" standard_name="Ahyb comp of Hyb Cord" unit="Pa">31 </axis_group>32 <axis_group id="Bhyb" standard_name="Bhyb comp of Hyb Cord" unit="">33 </axis_group>34 <axis_group id="Alt" standard_name="Height approx for scale heigh of 8km at levels" unit="Km">35 </axis_group>36 </axis_definition>37 </context>38 3 39 4 <context id="xios"> … … 50 15 </variable_definition> 51 16 </context> 17 18 19 <context id="LMDZ" src="./context_lmdz.xml"/> 20 21 52 22 </simulation>
Note: See TracChangeset
for help on using the changeset viewer.