~fluidity-core/fluidity/sea-ice-branch

« back to all changes in this revision

Viewing changes to schemas/flredecomp.rng

  • Committer: Simon Mouradian
  • Date: 2012-10-19 10:35:59 UTC
  • mfrom: (3520.32.371 fluidity)
  • Revision ID: simon.mouradian06@imperial.ac.uk-20121019103559-y36qa47phc69q8sc
mergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        </element>
39
39
      </optional>
40
40
      <optional>
 
41
        <element name="field_weighted_partitions">
 
42
          <element name="scalar_field">
 
43
            <a:documentation>Field weighted partitions: turning on this option allows one to 
 
44
weight mesh partitions, based upon a prescribed scalar field.
 
45
Note that the field should have a minimum value of 0 and a maximum
 
46
value of 1 (no normalisation is done within the code).</a:documentation>
 
47
            <attribute name="rank">
 
48
              <value>0</value>
 
49
            </attribute>
 
50
            <attribute name="name">
 
51
              <value>FieldWeightedPartitionValues</value>
 
52
            </attribute>
 
53
            <element name="prescribed">
 
54
              <ref name="coordinate_mesh_choice"/>
 
55
              <ref name="prescribed_scalar_field"/>
 
56
            </element>
 
57
          </element>
 
58
        </element>
 
59
      </optional>
 
60
      <optional>
41
61
        <element name="zoltan_debug">
42
62
          <a:documentation>Zoltan Debugging
43
63