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.xml in branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/CONFIG/SHARED – NEMO

source: branches/2016/v3_6_CMIP6_ice_diagnostics/NEMOGCM/CONFIG/SHARED/field_def.xml @ 8177

Last change on this file since 8177 was 8177, checked in by vancop, 7 years ago

namelists and XIOS xmls

File size: 38.7 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      <field_group id="SBC" grid_ref="grid_T_2D" > <!-- time step automaticaly defined based on nn_fsbc -->
13         <!-- SIMIP LIM fields -->
14         <field id="icethic"      long_name="Sea-ice thickness"                                    standard_name="sea_ice_thickness"                          unit="m"            />
15         <field id="icevel"       long_name="Sea-ice speed"                                        standard_name="sea_ice_speed"                              unit="m/s"          />
16
17         <field id="icepres"      long_name="Fraction of time steps with sea ice"                  standard_name="sea_ice_time_fraction"                      unit=""             />
18         <field id="iceconc"      long_name="Sea-ice area fraction"                                standard_name="sea_ice_area_fraction"                      unit=""             />
19         <field id="iceconc_pct"  long_name="Sea-ice area fraction in percent"                     standard_name="sea_ice_area_fraction_in_percent"           unit="%"             > iceconc * 100. </field >
20         <field id="icemass"      long_name="Sea-ice mass per area"                                standard_name="sea_ice_amount"                             unit="kg/m2"        />
21         <field id="icevolu"      long_name="Sea-ice volume per area"                              standard_name="sea_ice_volume"                             unit="m"            />
22         <field id="snomass"      long_name="Snow mass pare area"                                  standard_name="liquid_water_content_of_surface_snow"       unit="kg/m2"        />
23         <field id="snowthic"     long_name="Snow thickness"                                       standard_name="surface_snow_thickness"                     unit="m"            />
24
25         <field id="iceconc_cat"  long_name="Sea-ice area fractions in thickness categories"       standard_name="sea_ice_area_fraction_over_categories"      unit=""   grid_ref="grid_T_3D_ncatice" />
26         <field id="icethic_cat"  long_name="Sea-ice thickness in thickness categories"            standard_name="sea_ice_thickness_over_categories"          unit="m"  grid_ref="grid_T_3D_ncatice" />
27         <field id="snowthic_cat"  long_name="Snow thickness in thickness categories"              standard_name="snow_thickness_over_categories"             unit="m"  grid_ref="grid_T_3D_ncatice" />
28
29         <field id="icestK"       long_name="ice surface temperature"                              standard_name="sea_ice_surface_temperature        "        unit="C"     > icest + 273.15  </field >
30         <field id="icesntK"      long_name="Temperature at snow-ice interface"                    standard_name="sea_ice_snow_interface_temperature"         unit="degC"  > icesnt + 273.15 </field >
31         <field id="icebotK"      long_name="Temperature at ice-ocean interface"                   standard_name="sea_ice_bottom_temperature"                 unit="degC"  > icebot + 273.15 </field >
32         <field id="icebotK"      long_name="Temperature at ice-ocean interface"                   standard_name="sea_ice_bottom_temperature"                 unit="degC"  > icebot + 273.15 </field >
33
34         <field id="miceage"      long_name="Age of sea ice"                                       standard_name="age_of_sea_ice"                             unit="s"            />
35         <field id="alb_ice"      long_name="Sea-ice or snow albedo"                               standard_name="sea_ice_albedo"                             unit=""             />
36         <field id="icesmass"     long_name="Mass of salt in sea ice per area"                     standard_name="sea_ice_salt_mass"                          unit="kg/m2"        />
37
38         <field id="micesalt"     long_name="Sea ice salinity"                                     standard_name="sea_ice_salinity"                           unit="g/kg"         />
39         <field id="icefb"        long_name="Sea-ice freeboard"                                    standard_name="sea_ice_freeboard"                          unit="m"            />
40
41         <field id="icehcneg"     long_name="Sea-ice heat content per unit area"  standard_name="integral_of_sea_ice_temperature_wrt_depth_expressed_as_heat_content" unit="J/m2" > (-1.0)*icehc </field>
42         <field id="isnhcneg"     long_name="Snow-heat content per unit area"     standard_name="thermal_energy_content_of_surface_snow"                              unit="J/m2" > (-1.0)*isnowhc      </field>
43
44         <field id="wfxsum"       long_name="Freshwater flux from sea-ice surface"               standard_name="freshwater_flux_from_ice_surface"                   unit="kg/m2/s"      />
45
46         <field id="afxthd"       long_name="sea-ice area fraction change from thermodynamics"   standard_name="tendency_of_sea_ice_area_fraction_due_to_dynamics"  unit="s-1"   />
47         <field id="afxdyn"       long_name="sea-ice area fraction change from dynamics"         standard_name="tendency_of_sea_ice_area_fraction_due_to_dynamics"  unit="s-1"   />
48
49         <field id="dmithd"       long_name="sea-ice mass change from thermodynamics"            standard_name="tendency_of_sea_ice_amount_due_to_thermodynamics"   unit="kg/m2/s" />
50         <field id="dmidyn"       long_name="sea-ice mass change from dynamics"                  standard_name="tendency_of_sea_ice_amount_due_to_dynamics"         unit="kg/m2/s" />
51         <field id="dmiopw"       long_name="sea-ice mass change through growth in supercooled open water (aka frazil)"   standard_name="tendency_of_sea_ice_amount_due_to_freezing_in_open_water"   unit="kg/m2/s" />
52         <field id="dmibog"       long_name="sea-ice mass change through basal growth"           standard_name="tendency_of_sea_ice_amount_due_to_congelation_ice_accumulation"  unit="kg/m2/s" />
53         <field id="dmisni"       long_name="sea-ice mass change through snow-to-ice conversion" standard_name="tendency_of_sea_ice_amount_due_to_snow_conversion"               unit="kg/m2/s" />
54         <field id="dmtsub"       long_name="snow and sea ice mass change through sublimation"   standard_name="tendency_of_snow_and_ice_amount_due_to_sublimation"              unit="kg/m2/s" />
55         <field id="dmssub"       long_name="sea-ice mass change through evaporation and sublimation" standard_name="water_evaporation_flux"                                     unit="kg/m2/s" />
56         <field id="dmisub"       long_name="snow mass change through evaporation or sublimation"     standard_name="surface_snow_sublimation_flux"           unit="kg/m2/s" />
57         <field id="dmisum"       long_name="sea-ice mass change through surface melting"        standard_name="tendency_of_sea_ice_amount_due_to_surface_melting"               unit="kg/m2/s" />
58         <field id="dmibom"       long_name="sea-ice mass change through bottom melting"         standard_name="tendency_of_sea_ice_amount_due_to_basal_melting"                 unit="kg/m2/s" />
59
60         <field id="dmsspr"       long_name="snow mass change through snow fall"                 standard_name="snowfall_flux"                                                   unit="kg/m2/s" />
61         <field id="dmsmel"       long_name="snow mass change through melt"                      standard_name="surface_snow_melt_flux"                                          unit="kg/m2/s" />
62         <field id="dmsdyn"       long_name="snow mass change through advection by sea-ice dynamics" standard_name="tendency_of_snow_mass_due_to_sea_ice_dynamics"               unit="kg/m2/s" />
63         <field id="dmsssi"       long_name="snow mass change through snow-to-ice conversion"    standard_name="tendency_of_snow_mass_due_to_snow_to_ice_conversion"             unit="kg/m2/s" />
64
65         <field id="hfxturneg"    long_name="Net sensible heat flux under sea ice"               standard_name="ice_ocean_heat_flux"                          unit="W/m2" > (-1.0)*hfxtur </field>
66         <field id="hfxconsu"     long_name="Net conductive heat flux in ice at the surface"     standard_name="conductive_heat_flux_at_sea_ice_surface"      unit="W/m2" /> 
67         <field id="hfxconbo"     long_name="Net conductive heat fluxes in ice at the bottom"    standard_name="conductive_heat_flux_at_sea_ice_bottom"       unit="W/m2" />
68
69         <field id="msfx"         long_name="Salt flux from sea ice"                             standard_name="salt_flux_from_ice"                           unit="kg/m2/s" > sfx/86400000. </field>
70         <field id="wfxtot"       long_name="Freshwater flux from sea ice"                       standard_name="freshwater_flux_from_ice"                     unit="kg/m2/s" /> 
71
72         <field id="utau_ice"     long_name="X-component of atmospheric stress on sea ice"       standard_name="surface_downward_x_stress"                    unit="N/m2"    />
73         <field id="vtau_ice"     long_name="Y-component of atmospheric stress on sea ice"       standard_name="surface_downward_y_stress"                    unit="N/m2"    />
74
75         <field id="utau_oi"      long_name="X-component of ocean stress on sea ice"             standard_name="sea_ice_base_upward_x_stress"                 unit="N/m2"    />
76         <field id="vtau_oi"      long_name="Y-component of ocean stress on sea ice"             standard_name="sea_ice_base_upward_y_stress"                 unit="N/m2"    />
77
78         <field id="icestr"       long_name="Compressive sea ice strength"                       standard_name="compressive_strength_of_sea_ice"              unit="N/m"     />
79
80         <field id="dssh_dx"      long_name="Sea-surface tilt term in force balance (x-component)"  standard_name="sea_surface_tilt_force_on_sea_ice_x"       unit="N/m2"    />
81         <field id="dssh_dy"      long_name="Sea-surface tilt term in force balance (y-component)"  standard_name="sea_surface_tilt_force_on_sea_ice_y"       unit="N/m2"    />
82
83         <field id="corstrx"      long_name="Coriolis force term in force balance (x-component)"    standard_name="coriolis_force_on_sea_ice_x"               unit="N/m2"    />
84         <field id="corstry"      long_name="Coriolis force term in force balance (y-component)"    standard_name="coriolis_force_on_sea_ice_y"               unit="N/m2"    />
85
86         <field id="intstrx"      long_name="Internal stress term in force balance (x-component)"   standard_name="internal_stress_in_sea_ice_x"              unit="N/m2"    />
87         <field id="intstry"      long_name="Internal stress term in force balance (y-component)"   standard_name="internal_stress_in_sea_ice_y"              unit="N/m2"    />
88
89         <field id="xmtrpice"     long_name="X-component of ice mass transport"                  standard_name="ice_x_transport"                              unit="kg/s" />
90         <field id="ymtrpice"     long_name="Y-component of ice mass transport"                  standard_name="ice_y_transport"                              unit="kg/s" />
91
92         <field id="xmtrpsnw"     long_name="X-component of snw mass transport"                  standard_name="snw_x_transport"                              unit="kg/s" />
93         <field id="ymtrpsnw"     long_name="Y-component of snw mass transport"                  standard_name="snw_y_transport"                              unit="kg/s" />
94
95         <field id="xatrp"        long_name="X-component of ice area transport"                  standard_name="area_x_transport"                             unit="m2/s" />
96         <field id="yatrp"        long_name="Y-component of ice area transport"                  standard_name="area_y_transport"                             unit="m2/s" />
97
98         <field id="xmtrptot"     long_name="X-component of sea-ice mass transport"              standard_name="sea_ice_x_transport"                          unit="kg/s" > xmtrpice + xmtrpsnw </field>
99         <field id="ymtrptot"     long_name="Y-component of sea-ice mass transport"              standard_name="sea_ice_y_transport"                          unit="kg/s" > ymtrpice + ymtrpsnw </field>
100
101         <field id="normstr"      long_name="Average normal stress in sea ice"                   standard_name="average_normal_stress"                        unit="N/m"     />
102         <field id="sheastr"      long_name="Maximum shear stress in sea ice"                    standard_name="maximum_shear_stress"                         unit="N/m"     />
103
104         <field id="idive"        long_name="Divergence of the sea-ice velocity field"           standard_name="divergence_of_sea_ice_velocity"               unit="s-1"     />
105         <field id="ishear"       long_name="Maximum shear of sea-ice velocity field"            standard_name="maximum_shear_of_sea_ice_velocity"            unit="s-1"     />
106
107         <!-- ice LIM fields -->
108         <field id="ice_cover"    long_name="Ice fraction"                                                 standard_name="sea_ice_area_fraction"                              unit="1"            />
109
110         <field id="qsr_ai_cea"   long_name="Air-Ice downward solar heat flux (cell average)"              standard_name="surface_downwelling_shortwave_flux_in_air"          unit="W/m2"         />
111         <field id="qns_ai_cea"   long_name="Air-Ice downward non-solar heat flux (cell average)"                                                                             unit="W/m2"         />
112         <field id="qla_ai_cea"   long_name="Air-Ice downward Latent heat flux (cell average)"             standard_name="surface_downward_latent_heat_flux"                  unit="W/m2"         />
113         
114         <field id="qsr_io_cea"   long_name="Ice-Oce downward solar heat flux (cell average)"              standard_name="net_downward_shortwave_flux_at_sea_water_surface"   unit="W/m2"         />
115         <field id="qns_io_cea"   long_name="Ice-Oce downward non-solar heat flux (cell average)"                                                                             unit="W/m2"         />
116         
117         <field id="iceprod_cea"  long_name="Ice production (cell average)"                                                                                                   unit="m/s"          />
118         <field id="iiceconc"     long_name="Ice concentration"                                            standard_name="sea_ice_area_fraction"                              unit="1"            />
119         
120         <field id="ice_pres"     long_name="Ice presence"                                                                                                                    unit=""             />
121         <field id="ist_cea"      long_name="Ice surface temperature (cell average)"                       standard_name="surface_temperature"                                unit="degC"         />
122         <field id="ist_ipa"      long_name="Ice surface temperature (ice presence average)"               standard_name="surface_temperature"                                unit="degC"         />     
123         <field id="uice_ipa"     long_name="X-component of sea ice velocity"                              standard_name="sea_ice_x_velocity"                                 unit="m/s"          /> 
124         <field id="vice_ipa"     long_name="Y-component of sea ice velocity"                              standard_name="sea_ice_y_velocity"                                 unit="m/s"          />     
125         <field id="emp_x_sst"    long_name="Concentration/Dilution term on SST"                                                                                              unit="kg*degC/m2/s" />
126         <field id="emp_x_sss"    long_name="Concentration/Dilution term on SSS"                                                                                              unit="kg*1e-3/m2/s" />       
127          <field id="isst"         long_name="sea surface temperature"                                      standard_name="sea_surface_temperature"                            unit="degC"         />
128         <field id="isss"         long_name="sea surface salinity"                                         standard_name="sea_surface_salinity"                               unit="1e-3"         /> 
129         <field id="qt_oce"       long_name="total flux at ocean surface"                                  standard_name="surface_downward_heat_flux_in_sea_water"            unit="W/m2"         />
130         <field id="qsr_oce"      long_name="solar heat flux at ocean surface"                             standard_name="net_downward_shortwave_flux_at_sea_water_surface"   unit="W/m2"         />
131         <field id="qns_oce"      long_name="non-solar heat flux at ocean surface"                                                                                            unit="W/m2"         />
132         <field id="qt_ice"       long_name="total heat flux at ice surface: sum over categories"          standard_name="surface_downward_heat_flux_in_air"                  unit="W/m2"         />
133         <field id="qsr_ice"      long_name="solar heat flux at ice surface: sum over categories"          standard_name="surface_downwelling_shortwave_flux_in_air"          unit="W/m2"         />
134         <field id="qns_ice"      long_name="non-solar heat flux at ice surface: sum over categories"                                                                         unit="W/m2"         />
135         <field id="qtr_ice"      long_name="solar heat flux transmitted through ice: sum over categories"                                                                    unit="W/m2"         />
136         <field id="qemp_ice"     long_name="Downward Heat Flux from E-P over ice"                                                                                            unit="W/m2"         />
137         <field id="albedo"       long_name="Mean albedo over sea ice and ocean"                                                                                              unit=""             />
138
139         <field id="iceage_cat"   long_name="Ice age for categories"                                       unit="days"   grid_ref="grid_T_3D_ncatice" />
140         <field id="snowthic_cat" long_name="Snow thicknessi for categories"                               unit="m"      grid_ref="grid_T_3D_ncatice" />
141         <field id="salinity_cat" long_name="Sea-Ice Bulk salinity for categories"                         unit="g/kg"   grid_ref="grid_T_3D_ncatice" />
142         <field id="brinevol_cat" long_name="Brine volume for categories"                                  unit="%"      grid_ref="grid_T_3D_ncatice" />
143         <field id="icetemp_cat"  long_name="Ice temperature for categories"                               unit="degC"   grid_ref="grid_T_3D_ncatice" />
144         <field id="snwtemp_cat"  long_name="Snow temperature for categories"                              unit="degC"   grid_ref="grid_T_3D_ncatice" />
145
146         <field id="micet"        long_name="Mean ice temperature"                                         unit="degC"     />
147         <field id="icehc"        long_name="ice total heat content"                                       unit="J/m2"     /> 
148         <field id="isnowhc"      long_name="snow total heat content"                                      unit="10^9J"    />
149         <field id="icest"        long_name="ice surface temperature"                                      unit="degC"     />
150         <field id="icesnt"       long_name="Temperature at snow-ice interface"                            unit="degC"     />
151         <field id="icebot"       long_name="Temperature at ice-ocean interface"                           unit="degC"     />
152         <field id="ibrinv"       long_name="brine volume"                                                 unit="%"        />
153         <field id="icecolf"      long_name="frazil ice collection thickness"                              unit="m"        />
154         <field id="snowvol"      long_name="snow volume"                                                  unit="m"        />
155
156         <field id="icetrp"       long_name="ice volume transport"                                         unit="m/day"          />
157         <field id="snwtrp"       long_name="snw volume transport"                                         unit="m/day"          />
158         <field id="saltrp"       long_name="salt content transport"                                       unit="1e-3*kg/m2/day" />
159         <field id="deitrp"       long_name="advected ice enthalpy"                                        unit="W/m2"           />
160         <field id="destrp"       long_name="advected snw enthalpy"                                        unit="W/m2"           />
161
162         <field id="sfxbri"       long_name="brine salt flux"                                              unit="1e-3*kg/m2/day" />
163         <field id="sfxdyn"       long_name="salt flux from ridging rafting"                               unit="1e-3*kg/m2/day" />
164         <field id="sfxres"       long_name="salt flux from lipupdate (resultant)"                         unit="1e-3*kg/m2/day" />
165         <field id="sfxbog"       long_name="salt flux from bot growth"                                    unit="1e-3*kg/m2/day" />
166         <field id="sfxbom"       long_name="salt flux from bot melt"                                      unit="1e-3*kg/m2/day" />
167         <field id="sfxsum"       long_name="salt flux from surf melt"                                     unit="1e-3*kg/m2/day" />
168         <field id="sfxsni"       long_name="salt flux from snow-ice formation"                            unit="1e-3*kg/m2/day" />
169         <field id="sfxopw"       long_name="salt flux from open water ice formation"                      unit="1e-3*kg/m2/day" />
170         <field id="sfxsub"       long_name="salt flux from sublimation"                                   unit="1e-3*kg/m2/day" />
171         <field id="sfx"          long_name="Salt flux from sea ice"                                       unit="1e-3*kg/m2/day" />
172
173         <field id="vfxbog"       long_name="daily bottom thermo ice prod."                                unit="m/day"   />
174         <field id="vfxdyn"       long_name="daily  dynamic ice prod."                                     unit="m/day"   />
175         <field id="vfxopw"       long_name="daily lateral thermo ice prod."                               unit="m/day"   />
176         <field id="vfxsni"       long_name="daily snowice ice prod."                                      unit="m/day"   />
177         <field id="vfxsum"       long_name="surface melt"                                                 unit="m/day"   />
178         <field id="vfxbom"       long_name="bottom melt"                                                  unit="m/day"   />
179         <field id="vfxres"       long_name="daily resultant ice prod./melting from limupdate"             unit="m/day"   />
180         <field id="vfxice"       long_name="ice melt/growth"                                              unit="m/day"   />
181         <field id="vfxsnw"       long_name="snw melt/growth"                                              unit="m/day"   />
182         <field id="vfxsub"       long_name="snw sublimation"                                              unit="m/day"   />
183         <field id="vfxspr"       long_name="snw precipitation on ice"                                     unit="m/day"   />
184         <field id="vfxthin"      long_name="daily thermo ice prod. for thin ice(&lt;20cm) + open water"   unit="m/day"   />
185
186         <field id="afxtot"       long_name="area tendency (total)"                                        unit="s-1"   />
187
188         <field id="hfxsum"       long_name="heat fluxes causing surface ice melt"                         unit="W/m2"  />
189         <field id="hfxbom"       long_name="heat fluxes causing bottom ice melt"                          unit="W/m2"  />
190         <field id="hfxbog"       long_name="heat fluxes causing bottom ice growth"                        unit="W/m2"  />
191         <field id="hfxdif"       long_name="heat fluxes causing ice temperature change"                   unit="W/m2"  />
192         <field id="hfxopw"       long_name="heat fluxes causing open water ice formation"                 unit="W/m2"  />
193         <field id="hfxsnw"       long_name="heat fluxes causing snow melt"                                unit="W/m2"  />
194         <field id="hfxerr"       long_name="heat fluxes error after heat diffusion"                       unit="W/m2"  />
195         <field id="hfxerr_rem"   long_name="heat fluxes error after remapping"                            unit="W/m2"  />
196         <field id="hfxout"       long_name="total heat fluxes received by the ocean"                      unit="W/m2"  />
197         <field id="hfxin"        long_name="total heat fluxes at the ice/ocean surface"                   unit="W/m2"  />
198
199         <!-- heat flux associated with mass exchange -->
200         <field id="hfxthd"       long_name="heat fluxes from ice-ocean mass exchange during thermo"       unit="W/m2"  />
201         <field id="hfxdyn"       long_name="heat fluxes from ice-ocean mass exchange during dynamic"      unit="W/m2"  />
202         <field id="hfxres"       long_name="heat fluxes from ice-ocean mass exchange during resultant"    unit="W/m2"  />
203         <field id="hfxsub"       long_name="heat fluxes from ice-atm. mass exchange during sublimation"   unit="W/m2"  />
204         <field id="hfxspr"       long_name="heat fluxes from ice-atm. mass exchange during snow precip"   unit="W/m2"  />
205
206         <!-- diags -->
207         <field id="hfxdhc"       long_name="Heat content variation in snow and ice"                       unit="W/m2" />
208         <field id="hfxtur"       long_name="turbulent heat flux at the ice base"                          unit="W/m2" />
209    <!-- sbcssm variables -->
210         <field id="sst_m"    unit="degC" />
211         <field id="sss_m"    unit="psu"  />
212         <field id="ssu_m"    unit="m/s"  />
213         <field id="ssv_m"    unit="m/s"  />
214         <field id="ssh_m"    unit="m"    />
215         <field id="e3t_m"    unit="m"    />
216         <field id="frq_m"    unit="-"    />
217
218      </field_group>
219
220      <field_group id="SBC_scalar" grid_ref="grid_T_2D" >
221         <field id="ibgfrcvoltop"    long_name="global mean ice/snow forcing at interface ice/snow-atm (volume equivalent ocean volume)"   unit="km3"        />
222         <field id="ibgfrcvolbot"    long_name="global mean ice/snow forcing at interface ice/snow-ocean (volume equivalent ocean volume)" unit="km3"        />
223         <field id="ibgfrctemtop"    long_name="global mean heat on top of ice/snw/ocean-atm "                                             unit="1e20J"      />
224         <field id="ibgfrctembot"    long_name="global mean heat below ice (on top of ocean) "                                             unit="1e20J"      />
225         <field id="ibgfrcsal"       long_name="global mean ice/snow forcing (salt equivalent ocean volume)"                               unit="pss*km3"    />
226         <field id="ibgfrchfxtop"    long_name="global mean heat flux on top of ice/snw/ocean-atm "                                        unit="W/m2"       />
227         <field id="ibgfrchfxbot"    long_name="global mean heat flux below ice (on top of ocean) "                                        unit="W/m2"       />
228 
229         <field id="ibgvolume"       long_name="drift in ice/snow volume (equivalent ocean volume)"                                        unit="km3"        />
230         <field id="ibgsaltco"       long_name="drift in ice salt content (equivalent ocean volume)"                                       unit="pss*km3"    />
231         <field id="ibgheatco"       long_name="drift in ice/snow heat content"                                                            unit="1e20J"      />
232         <field id="ibgheatfx"       long_name="drift in ice/snow heat flux"                                                               unit="W/m2"       />
233
234         <field id="ibgvol_tot"      long_name="global mean ice volume"                                                                    unit="km3"        />
235         <field id="sbgvol_tot"      long_name="global mean snow volume"                                                                   unit="km3"        />
236         <field id="ibgarea_tot"     long_name="global mean ice area"                                                                      unit="km2"        />
237         <field id="ibgsalt_tot"     long_name="global mean ice salt content"                                                              unit="1e-3*km3"   />
238         <field id="ibgheat_tot"     long_name="global mean ice heat content"                                                              unit="1e20J"      />
239         <field id="sbgheat_tot"     long_name="global mean snow heat content"                                                             unit="1e20J"      />
240
241         <field id="NH_iceextt"      long_name="Sea ice extent North"                            standard_name="sea_ice_extent_n"          unit="1e6_km2"    />
242         <field id="SH_iceextt"      long_name="Sea ice extent South"                            standard_name="sea_ice_extent_s"          unit="1e6_km2"    />
243         <field id="NH_icevolu"      long_name="Sea ice volume North"                            standard_name="sea_ice_volume_n"          unit="1e3_km3"    />
244         <field id="SH_icevolu"      long_name="Sea ice volume South"                            standard_name="sea_ice_volume_s"          unit="1e3_km3"    />
245         <field id="NH_icearea"      long_name="Sea ice area North"                              standard_name="sea_ice_area_n"            unit="1e6_km2"    />
246         <field id="SH_icearea"      long_name="Sea ice area South"                              standard_name="sea_ice_area_s"            unit="1e6_km2"    />
247
248         <field id="strait_mifl"     long_name="Sea ice mass flux through straits"      standard_name="sea_ice_mass_transport_across_line" unit="kg/s"  grid_ref="grid_4strait"   />
249         <field id="strait_arfl"     long_name="Sea ice area flux through straits"      standard_name="sea_ice_area_transport_across_line" unit="m2/s"  grid_ref="grid_4strait"   /> 
250         <field id="strait_msfl"     long_name="Sea ice snow flux through straits"      standard_name="snow_mass_transport_across_line"    unit="kg/s"  grid_ref="grid_4strait"   />
251
252      </field_group>
253
254      <!-- LIM3 scalar variables -->
255      <field_group id="ICE_globalbudget">
256
257      <field field_ref="ibgvol_tot"     grid_ref="grid_1point"  name="ibgvol_tot"   />
258       <field field_ref="sbgvol_tot"     grid_ref="grid_1point"  name="sbgvol_tot"   />
259      <field field_ref="ibgarea_tot"    grid_ref="grid_1point"  name="ibgarea_tot"  />
260      <field field_ref="ibgsalt_tot"    grid_ref="grid_1point"  name="ibgsalt_tot"  />
261      <field field_ref="ibgheat_tot"    grid_ref="grid_1point"  name="ibgheat_tot"  />
262      <field field_ref="sbgheat_tot"    grid_ref="grid_1point"  name="sbgheat_tot"  />
263
264      <field field_ref="ibgvolume"      grid_ref="grid_1point"  name="ibgvolume"    />
265      <field field_ref="ibgsaltco"      grid_ref="grid_1point"  name="ibgsaltco"    />
266      <field field_ref="ibgheatco"      grid_ref="grid_1point"  name="ibgheatco"    />
267        <field field_ref="ibgheatfx"      grid_ref="grid_1point"  name="ibgheatfx"    />
268
269      <field field_ref="ibgfrcvoltop"   grid_ref="grid_1point"  name="ibgfrcvoltop" />
270      <field field_ref="ibgfrcvolbot"   grid_ref="grid_1point"  name="ibgfrcvolbot" />
271      <field field_ref="ibgfrctemtop"   grid_ref="grid_1point"  name="ibgfrctemtop" />
272      <field field_ref="ibgfrctembot"   grid_ref="grid_1point"  name="ibgfrctembot" />
273      <field field_ref="ibgfrcsal"      grid_ref="grid_1point"  name="ibgfrcsal"    />
274        <field field_ref="ibgfrchfxtop"   grid_ref="grid_1point"  name="ibgfrchfxtop" />
275        <field field_ref="ibgfrchfxbot"   grid_ref="grid_1point"  name="ibgfrchfxbot" />
276
277      </field_group>
278
279
280      <!--============================-->
281      <!-- SIMIP sea ice field groups -->
282      <!-- Notz et al 2016            -->
283      <!--============================-->
284
285      <!-- SIMIP monthly scalar variables -->
286      <field_group id="SImon_scalars">
287        <!-- Integrated quantities -->
288        <field field_ref="NH_iceextt"     grid_ref="grid_1point"  name="siextentn"    />
289        <field field_ref="SH_iceextt"     grid_ref="grid_1point"  name="siextents"    />
290        <field field_ref="NH_icevolu"     grid_ref="grid_1point"  name="sivoln"       />
291        <field field_ref="SH_icevolu"     grid_ref="grid_1point"  name="sivols"       />
292        <field field_ref="NH_icearea"     grid_ref="grid_1point"  name="siarean"      />
293        <field field_ref="SH_icearea"     grid_ref="grid_1point"  name="siareas"      />
294      </field_group>
295
296      <!-- SIMIP daily fields -->
297      <field_group id="SIday_fields">
298          <field field_ref="iceconc_pct"      name="siconc"       />
299          <field field_ref="snowthic"         name="sisnthick"    />
300          <field field_ref="icevel"           name="sispeed" />
301          <field field_ref="icestK"           name="sitemptop"    />
302          <field field_ref="icethic"          name="sithick"      />
303          <field field_ref="icepres"          name="sitimefrac"   />
304          <field field_ref="uice_ipa"         name="siu"              />
305          <field field_ref="vice_ipa"         name="siv"              />
306      </field_group>
307
308      <!-- SIMIP monthly fields -->
309      <field_group id="SImon_fields">
310          <!-- Sea-ice state variables -->
311          <field field_ref="icepres"          name="sitimefrac"   />
312          <field field_ref="iceconc_pct"      name="siconc"       />
313          <field field_ref="icemass"          name="simass"       />
314          <field field_ref="icevolu"          name="sivol"        />
315          <field field_ref="snomass"          name="sisnmass"     />
316          <field field_ref="snowthic"         name="sisnthick"    />
317          <field field_ref="icethic"          name="sithick"      />
318          <field field_ref="icevel"           name="sispeed" />
319
320          <!-- category-dependent fields -->
321          <field field_ref="iceconc_cat"      name="siitdconc"    />
322          <field field_ref="icethic_cat"      name="siitdthick"   />
323          <field field_ref="snowthic_cat"     name="siitdsnthick" />
324
325          <!-- additional state variables-->
326          <field field_ref="icestK"           name="sitemptop"    />
327          <field field_ref="icesntK"          name="sitempsnic"   />
328          <field field_ref="icebotK"          name="sitempbot"    />
329          <field field_ref="miceage"          name="siage"        />
330          <field field_ref="alb_ice"          name="sialb"        />
331          <field field_ref="icesmass"         name="sisaltmass"   />
332          <field field_ref="micesalt"         name="sisali"       />
333          <field field_ref="icefb"            name="sifb"         />
334          <field field_ref="icehcneg"         name="sihc"         />
335          <field field_ref="isnhcneg"         name="sisnhc"       />
336
337          <!-- freshwater fluxes -->
338          <field field_ref="wfxtot"           name="siflfwbot"    />
339          <field field_ref="wfxsum"           name="siflfwdrain"  />
340
341          <!-- area balance -->
342          <field field_ref="afxthd"           name="sidconcth"    />
343          <field field_ref="afxdyn"           name="sidconcdyn"   />
344
345          <!-- mass balance -->
346          <field field_ref="dmithd"           name="sidmassth"    />
347          <field field_ref="dmidyn"           name="sidmassdyn"   />
348          <field field_ref="dmiopw"           name="sidmassgrowthwat" />
349          <field field_ref="dmibog"           name="sidmassgrowthbot" />
350          <field field_ref="dmisni"           name="sidmasssi"        />
351          <field field_ref="dmisub"           name="sidmassevapsubl"  />
352          <field field_ref="dmisum"           name="sidmassmelttop"   />
353          <field field_ref="dmibom"           name="sidmassmeltbot"   />
354          <field field_ref="dmsspr"           name="sndmasssnf"       />
355          <field field_ref="dmsmel"           name="sndmassmelt"      />
356          <field field_ref="dmssub"           name="sndmasssubl"      />
357          <field field_ref="dmsdyn"           name="sndmassdyn"       />
358          <field field_ref="dmsssi"           name="sndmasssi"        />
359
360          <!-- heat balance -->
361          <field field_ref="hfxturneg"        name="siflsensupbot"    />
362          <field field_ref="hfxconsu"         name="siflcondtop"      />
363          <field field_ref="hfxconbo"         name="siflcondbot"      />
364
365          <!-- salt balance -->
366          <field field_ref="msfx"             name="siflsaltbot"      />
367
368          <!-- sea-ice dynamics -->
369          <field field_ref="uice_ipa"         name="siu"              />
370          <field field_ref="vice_ipa"         name="siv"              />
371
372          <field field_ref="utau_ice"         name="sistrxdtop"       />
373          <field field_ref="vtau_ice"         name="sistrydtop"       />
374
375          <field field_ref="utau_oi"          name="sistrxubot"       />
376          <field field_ref="vtau_oi"          name="sistryubot"       />
377
378          <field field_ref="icestr"           name="sicompstren"      />
379
380          <field field_ref="dssh_dx"          name="siforcetiltx"     />
381          <field field_ref="dssh_dy"          name="siforcetilty"     />
382
383          <field field_ref="corstrx"          name="siforcecoriolx"   />
384          <field field_ref="corstry"          name="siforcecorioly"   />
385
386          <field field_ref="intstrx"          name="siforceintstrx"   />
387          <field field_ref="intstry"          name="siforceintstry"   />
388
389          <field field_ref="xmtrptot"         name="sidmasstranx"     />
390          <field field_ref="ymtrptot"         name="sidmasstrany"     />
391
392          <field field_ref="normstr"          name="sistresave"       operation="instant" />
393          <field field_ref="sheastr"          name="sistremax"        operation="instant" />
394
395          <field field_ref="idive"            name="sidivvel"         operation="instant" />
396          <field field_ref="ishear"           name="sishevel"         operation="instant" />
397
398          <!-- sea ice fluxes across straits: 2D arrays to be post-processed  -->
399          <field field_ref="xmtrpice"         name="simassacrossline_x" />
400          <field field_ref="ymtrpice"         name="simassacrossline_y" />
401          <field field_ref="xmtrpsnw"         name="snmassacrossline_x" />
402          <field field_ref="ymtrpsnw"         name="snmassacrossline_y" />
403          <field field_ref="xatrp"            name="siareaacrossline_x" />
404          <field field_ref="yatrp"            name="siareaacrossline_y" />
405
406      </field_group>
407
408   </field_definition>
Note: See TracBrowser for help on using the repository browser.