Changeset 8130 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/CONFIG/SHARED/field_def_bgc.xml
- Timestamp:
- 2017-06-02T16:17:00+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/CONFIG/SHARED/field_def_bgc.xml
r7516 r8130 107 107 <field id="CFC11" long_name="CFC-11 Concentration" unit="umol/m3" /> 108 108 <field id="CFC11_E3T" long_name="CFC11 * E3T" unit="umol/m2" > CFC11 * e3t </field > 109 <!-- CFC12 : variables available with key_cfc --> 110 <field id="CFC12" long_name="CFC-12 Concentration" unit="umol/m3" /> 111 <field id="CFC12_E3T" long_name="CFC12 * E3T" unit="umol/m2" > CFC12 * e3t </field > 112 <!-- SF6 : variables available with key_cfc --> 113 <field id="SF6" long_name="SF6 Concentration" unit="umol/m3" /> 114 <field id="SF6_E3T" long_name="SF6 * E3T" unit="umol/m2" > SF6 * e3t </field > 109 115 <!-- Bomb C14 : variables available with key_c14b --> 110 116 <field id="C14B" long_name="Bomb C14 Concentration" unit="1" /> … … 227 233 <field id="qtrCFC11" long_name="Air-sea flux of CFC-11" unit="mol/m2/s" /> 228 234 <field id="qintCFC11" long_name="Cumulative air-sea flux of CFC-11" unit="mol/m2" /> 235 <!-- CFC12 : variables available with key_cfc --> 236 <field id="qtrCFC12" long_name="Air-sea flux of CFC-12" unit="mol/m2/s" /> 237 <field id="qintCFC12" long_name="Cumulative air-sea flux of CFC-12" unit="mol/m2" /> 238 <!-- SF6 : variables available with key_cfc --> 239 <field id="qtrSF6" long_name="Air-sea flux of SF6" unit="mol/m2/s" /> 240 <field id="qintSF6" long_name="Cumulative air-sea flux of SF6" unit="mol/m2" /> 229 241 230 242 <!-- Bomb C14 : variables available with key_c14b --> … … 543 555 544 556 <field_group id="groupCFC" > 545 <field field_ref="CFC11" name="CFC11" /> 557 <field field_ref="CFC11" name="CFC11" /> 558 <field field_ref="CFC11_E3T" name="CFC11_E3T" /> 559 <field field_ref="CFC12" name="CFC12" /> 560 <field field_ref="CFC12_E3T" name="CFC12_E3T" /> 561 <field field_ref="SF6" name="SF6" /> 562 <field field_ref="SF6_E3T" name="SF6_E3T" /> 546 563 </field_group> 547 564 … … 549 566 <field field_ref="qtrCFC11" name="qtrCFC11" /> 550 567 <field field_ref="qintCFC11" name="qintCFC11" /> 568 <field field_ref="qtrCFC12" name="qtrCFC12" /> 569 <field field_ref="qintCFC12" name="qintCFC12" /> 570 <field field_ref="qtrSF6" name="qtrSF6" /> 571 <field field_ref="qintSF6" name="qintSF6" /> 551 572 </field_group> 552 573
Note: See TracChangeset
for help on using the changeset viewer.