Mercurial > dive4elements > gnv-client
annotate gnv-artifacts/doc/conf/meshwidth.xml @ 605:e8ebdbc7f1e3
First step of removing the cache blob. The static part of the describe document will be created by using the input data stored at each state. Some TODOs left (see ChangeLog).
gnv-artifacts/trunk@671 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 09 Feb 2010 14:27:55 +0000 |
parents | 12ab08de9de5 |
children | 520a3b4da484 |
rev | line source |
---|---|
511
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
2 <mesh-widths> |
512
12ab08de9de5
Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
Tim Englich <tim.englich@intevation.de>
parents:
511
diff
changeset
|
3 <!-- |
12ab08de9de5
Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
Tim Englich <tim.englich@intevation.de>
parents:
511
diff
changeset
|
4 id = ID des Meshes in der Datenbank |
12ab08de9de5
Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
Tim Englich <tim.englich@intevation.de>
parents:
511
diff
changeset
|
5 width = Durchschnittlicher Abstand zwischen zwei Netzpunkten in Grad |
12ab08de9de5
Added Description of the sense of the different Attributes of the Configurationfile meshwidth.xml.
Tim Englich <tim.englich@intevation.de>
parents:
511
diff
changeset
|
6 --> |
511
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
7 <mesh id="1" width="0.03" description="Küstenmodell"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
8 <mesh id="2" width="0.30" description="Ostseemodell"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
9 <mesh id="3" width="0.15" description="SST"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
10 <mesh id="4" width="0.03" description="Küstenmodell Tagesmittel"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
11 <mesh id="5" width="0.16" description="Nord-Ostseemodell Tagesmittel"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
12 <mesh id="321" width="0.30" description="SST"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
13 <mesh id="641" width="0.30" description="Eisdaten"/> |
c5ed4ea8fb64
Make the mean with of an Mesh configurable issue93
Tim Englich <tim.englich@intevation.de>
parents:
diff
changeset
|
14 </mesh-widths> |