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.
field_def_nemo-innerttrc.xml in NEMO/trunk/cfgs/SHARED – NEMO

source: NEMO/trunk/cfgs/SHARED/field_def_nemo-innerttrc.xml @ 14072

Last change on this file since 14072 was 14072, checked in by laurent, 3 years ago

Merging branch "2020/dev_r13648_ASINTER-04_laurent_bulk_ice", ticket #2369

File size: 4.2 KB
Line 
1<?xml version="1.0"?>
2<!-- $id$ -->
3
4<!--
5============================================================================================================
6=                                  definition of all existing variables                                    =
7=                                            DO NOT CHANGE                                                 =
8============================================================================================================
9-->
10<field_definition level="1" prec="4" operation="average" enabled=".TRUE." default_value="1.e20" > <!-- time step automaticaly defined -->
11
12  <!--
13      ============================================================================================================
14      Inert tracers variables
15      ============================================================================================================
16  -->
17
18
19  <field_group id="inerttrc" grid_ref="grid_T_2D">
20
21    <!-- CFC11 : variables available with ln_cfc11 -->
22    <field id="CFC11"        long_name="Chlorofluoro carbon11 Concentration"      unit="umol/m3"   grid_ref="grid_T_3D" />
23    <field id="CFC11_e3t"    long_name="CFC11 * e3t"                              unit="umol/m2"   grid_ref="grid_T_3D"  > CFC11 * e3t </field >
24    <field id="qtr_CFC11"    long_name="Air-sea flux of CFC-11"                   unit="mol/m2/s"   />
25    <field id="qint_CFC11"   long_name="Cumulative air-sea flux of CFC-11"        unit="mol/m2"     />
26
27    <!-- CFC12 : variables available with ln_cfc12 -->
28    <field id="CFC12"        long_name="Chlorofluoro carbon12 Concentration"      unit="umol/m3"   grid_ref="grid_T_3D" />
29    <field id="CFC12_e3t"    long_name="CFC12 * e3t"                              unit="umol/m2"   grid_ref="grid_T_3D"  > CFC12 * e3t </field >
30    <field id="qtr_CFC12"    long_name="Air-sea flux of CFC12"                    unit="mol/m2/s"   />
31    <field id="qint_CFC12"   long_name="Cumulative air-sea flux of CFC12"         unit="mol/m2"     />
32
33    <!-- SF6 : variables available with ln_sf6 -->
34    <field id="SF6"          long_name="Sulfur hexafluoride Concentration"        unit="umol/m3"   grid_ref="grid_T_3D" />
35    <field id="SF6_e3t"      long_name="SF6 * e3t"                                unit="umol/m2"   grid_ref="grid_T_3D"  > SF6 * e3t </field >
36    <field id="qtr_SF6"      long_name="Air-sea flux of SF6"                      unit="mol/m2/s"   />
37    <field id="qint_SF6"     long_name="Cumulative air-sea flux of SF6"           unit="mol/m2"     />
38
39    <!-- C14 : variables available with ln_c14 -->
40    <field id="RC14"         long_name="Radiocarbon ratio"                        unit="-"         grid_ref="grid_T_3D"  />
41    <field id="RC14_e3t"     long_name="RC14 * e3t"                               unit="m"         grid_ref="grid_T_3D"   > RC14 * e3t </field >
42    <field id="DeltaC14"     long_name="Delta C14"                                unit="permil"    grid_ref="grid_T_3D"  />
43    <field id="C14Age"       long_name="Radiocarbon age"                          unit="yr"        grid_ref="grid_T_3D"  />
44    <field id="RAge"         long_name="Reservoir Age"                            unit="yr"       />
45    <field id="qtr_C14"      long_name="Air-sea flux of C14"                      unit="1/m2/s"   />
46    <field id="qint_C14"     long_name="Cumulative air-sea flux of C14"           unit="1/m2"     />
47    <field id="AtmCO2"       long_name="Global atmospheric CO2"                   unit="ppm"      />
48    <field id="AtmC14"       long_name="Global atmospheric DeltaC14"              unit="permil"   />
49    <field id="K_C14"        long_name="Global 14C/C exchange velocity"           unit="m/yr"     />
50    <field id="K_CO2"        long_name="Global CO2 piston velocity"               unit="cm/h"     />
51    <field id="C14Inv"       long_name="global Radiocarbon ocean inventory"       unit="10^26 atoms"   />
52
53    <!-- AGE : variables available with ln_age -->
54    <field id="Age"          long_name="Sea water age since surface contact"      unit="yr"        grid_ref="grid_T_3D"  />
55    <field id="Age_e3t"      long_name="Age * e3t"                                unit="yr * m"   grid_ref="grid_T_3D"    > Age * e3t </field >
56
57  </field_group>
58
59</field_definition>
Note: See TracBrowser for help on using the repository browser.