New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8130 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/CONFIG/SHARED/field_def_bgc.xml – NEMO

Ignore:
Timestamp:
2017-06-02T16:17:00+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- CFC module debugg - CFC12 and SF6 up-to-date and in action from now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/CONFIG/SHARED/field_def_bgc.xml

    r7516 r8130  
    107107       <field id="CFC11"       long_name="CFC-11 Concentration"                     unit="umol/m3" /> 
    108108       <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 > 
    109115       <!-- Bomb C14 : variables available with key_c14b --> 
    110116       <field id="C14B"        long_name="Bomb C14 Concentration"                   unit="1"         /> 
     
    227233       <field id="qtrCFC11"    long_name="Air-sea flux of CFC-11"                  unit="mol/m2/s"   /> 
    228234       <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"     /> 
    229241 
    230242       <!-- Bomb C14 : variables available with key_c14b --> 
     
    543555 
    544556    <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"   /> 
    546563    </field_group> 
    547564 
     
    549566      <field field_ref="qtrCFC11"    name="qtrCFC11"   /> 
    550567      <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"    /> 
    551572    </field_group> 
    552573 
Note: See TracChangeset for help on using the changeset viewer.