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 14717 for NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/field_def_nemo-oce.xml – NEMO

Ignore:
Timestamp:
2021-04-16T11:42:56+02:00 (3 years ago)
Author:
clem
Message:

4.0-HEAD: correctly handle diagnostics of mass, salt and heat budgets (see ticket #2652). And fix Pierre ticket #2642

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/cfgs/SHARED/field_def_nemo-oce.xml

    r13648 r14717  
    138138        <field id="cfl_cv"       long_name="v-courant number"   unit="#" /> 
    139139        <field id="cfl_cw"       long_name="w-courant number"   unit="#" /> 
     140 
     141        <!-- fluxes from damping --> 
     142        <field id="sflx_dmp_cea"  long_name="salt flux due to damping"  standard_name="salt_flux_due_to_damping"          unit="g/m2/s"   /> 
     143        <field id="hflx_dmp_cea"  long_name="heat flux due to damping"  standard_name="heat_flux_due_to_damping"          unit="W/m2"     /> 
    140144 
    141145      </field_group> <!-- grid_T --> 
     
    270274          <field id="emp_oce"      long_name="Evap minus Precip over ocean"         standard_name="evap_minus_precip_over_sea_water"                                     unit="kg/m2/s"   /> 
    271275          <field id="emp_ice"      long_name="Evap minus Precip over ice"           standard_name="evap_minus_precip_over_sea_ice"                                       unit="kg/m2/s"   /> 
    272           <field id="saltflx"      long_name="Downward salt flux"                                                                                                        unit="1e-3/m2/s" /> 
     276          <field id="saltflx"      long_name="Downward salt flux"                                                                                                        unit="g/m2/s"    /> 
    273277          <field id="fmmflx"       long_name="Water flux due to freezing/melting"                                                                                        unit="kg/m2/s"   /> 
    274278          <field id="snowpre"      long_name="Snow precipitation"                   standard_name="snowfall_flux"                                                        unit="kg/m2/s"   /> 
     
    335339          <field id="hflx_rain_cea" long_name="heat flux due to rainfall"                                standard_name="temperature_flux_due_to_rainfall_expressed_as_heat_flux_into_sea_water"        unit="W/m2"     /> 
    336340          <field id="hflx_evap_cea" long_name="heat flux due to evaporation"                             standard_name="temperature_flux_due_to_evaporation_expressed_as_heat_flux_out_of_sea_water"   unit="W/m2"     /> 
     341          <field id="hflx_subl_cea" long_name="heat flux due to sublimation (from atm. forcings)"        standard_name="temperature_flux_due_to_sublimation_expressed_as_heat_flux_out_of_sea_ice"     unit="W/m2"     /> 
    337342          <field id="hflx_prec_cea" long_name="heat flux due to all precip"                              standard_name="temperature_flux_due_to_all_precip_expressed_as_heat_flux_into_sea_water"      unit="W/m2"     /> 
    338343          <field id="hflx_snow_cea" long_name="heat flux due to snow falling"                            standard_name="heat_flux_onto_ocean_and_ice_due_to_snow_thermodynamics"                       unit="W/m2"     /> 
     
    341346          <field id="hflx_ice_cea"  long_name="heat flux due to ice thermodynamics"                      standard_name="heat_flux_into_sea_water_due_to_sea_ice_thermodynamics"                        unit="W/m2"     /> 
    342347          <field id="hflx_rnf_cea"  long_name="heat flux due to runoffs"                                 standard_name="temperature_flux_due_to_runoff_expressed_as_heat_flux_into_sea_water"          unit="W/m2"     /> 
     348          <field id="sflx_rnf_cea"  long_name="salt flux due to runoffs"                                 standard_name="salt_flux_due_to_runoffs"                                                      unit="g/m2/s"   /> 
    343349          <field id="hflx_cal_cea"  long_name="heat flux due to calving"                                 standard_name="heat_flux_into_sea_water_due_to_calving"                                       unit="W/m2"     /> 
    344350          <field id="hflx_icb_cea"  long_name="heat flux due to iceberg"                                 standard_name="heat_flux_into_sea_water_due_to_icebergs"                                      unit="W/m2"     /> 
     
    349355          <field id="sntoice_cea"   long_name="Snow-Ice Formation Rate (cell average)"                   standard_name="tendency_of_sea_ice_amount_due_to_snow_conversion"                             unit="kg/m2/s"  /> 
    350356          <field id="ticemel_cea"   long_name="Rate of Melt at Upper Surface of Sea Ice (cell average)"  standard_name="tendency_of_sea_ice_amount_due_to_surface_melting"                             unit="kg/m2/s"  /> 
     357 
     358          <!-- fluxes from relaxation and freshwater budget --> 
     359          <field id="sflx_ssr_cea"  long_name="salt flux due to restoring"    standard_name="salt_flux_due_to_restoring"    unit="g/m2/s"   /> 
     360     <field id="hflx_ssr_cea"  long_name="heat flux due to restoring"    standard_name="heat_flux_due_to_restoring"    unit="W/m2"     /> 
     361     <field id="vflx_ssr_cea"  long_name="volume flux due to restoring"  standard_name="volume_flux_due_to_restoring"  unit="kg/m2/s"  /> 
     362          <field id="hflx_fwb_cea"  long_name="heat flux due to fwb"          standard_name="heat_flux_due_to_fwb"          unit="W/m2"     /> 
     363          <field id="vflx_fwb_cea"  long_name="volume flux due to fwb"        standard_name="volume_flux_due_to_fwb"        unit="kg/m2/s"  /> 
    351364 
    352365          <!-- ice field (nn_ice=1)  --> 
     
    10261039    </field_group>     
    10271040 
     1041    <!--============================--> 
     1042    <!--  CONSERVATION diagnostics  --> 
     1043    <!--============================--> 
     1044     
     1045    <field_group id="OCE_budget"        grid_ref="grid_T_2D" > 
     1046      <field field_ref="sst"                 name="tos"          /> 
     1047      <field field_ref="sss"                 name="sos"          /> 
     1048      <field field_ref="ssh"                 name="zos"          /> 
     1049      <!-- mass flux --> 
     1050      <field field_ref="empmr"               name="empmr"        /> 
     1051      <field field_ref="runoffs"             name="runoffs"      /> 
     1052      <field field_ref="emp_ice"             name="emp_ice"      /> 
     1053      <field field_ref="emp_oce"             name="emp_oce"      /> 
     1054      <field field_ref="iceshelf_cea"        name="iceshelf"     /> 
     1055      <field field_ref="iceberg_cea"         name="iceberg"      /> 
     1056      <field field_ref="calving_cea"         name="calving"      /> 
     1057      <!-- <field field_ref="berg_floating_melt"  name="calving" /> --> 
     1058      <field field_ref="precip"              name="precip"       /> 
     1059      <field field_ref="snowpre"             name="snowpre"      /> 
     1060      <field field_ref="rain"                name="rain"         /> 
     1061      <field field_ref="evap_ao_cea"         name="evap_ao"      /> 
     1062      <field field_ref="subl_ai_cea"         name="subl_ai"      /> 
     1063      <field field_ref="snow_ai_cea"         name="snow_ai"      /> 
     1064      <field field_ref="snow_ao_cea"         name="snow_ao"      /> 
     1065      <!-- heat flux --> 
     1066      <field field_ref="qsr"                 name="qsr"          /> 
     1067      <field field_ref="qns"                 name="qns"          /> 
     1068      <field field_ref="qt_oce"              name="qt_oce"       /> 
     1069      <field field_ref="qemp_oce"            name="qemp_oce"     /> 
     1070      <field field_ref="hflx_rain_cea"       name="hflx_rain"    /> 
     1071      <field field_ref="hflx_evap_cea"       name="hflx_evap"    /> 
     1072      <field field_ref="hflx_snow_cea"       name="hflx_snow"    /> 
     1073      <field field_ref="hflx_snow_ao_cea"    name="hflx_snow_ao" /> 
     1074      <field field_ref="hflx_snow_ai_cea"    name="hflx_snow_ai" /> 
     1075      <field field_ref="hflx_rnf_cea"        name="hflx_rnf"     /> 
     1076      <field field_ref="hflx_icb_cea"        name="hflx_icb"     /> 
     1077      <field field_ref="hflx_isf_cea"        name="hflx_isf"     /> 
     1078      <!-- salt flux (includes ssr) --> 
     1079      <field field_ref="saltflx"             name="saltflx"      /> 
     1080      <field field_ref="sflx_rnf_cea"        name="sflx_rnf"     /> 
     1081      <!-- relaxation and damping --> 
     1082      <field field_ref="hflx_ssr_cea"        name="hflx_ssr"     /> 
     1083      <field field_ref="vflx_ssr_cea"        name="vflx_ssr"     /> 
     1084      <field field_ref="sflx_ssr_cea"        name="sflx_ssr"     /> 
     1085      <field field_ref="hflx_dmp_cea"        name="hflx_dmp"     /> 
     1086      <field field_ref="sflx_dmp_cea"        name="sflx_dmp"     /> 
     1087      <field field_ref="hflx_fwb_cea"        name="hflx_fwb"     /> 
     1088      <field field_ref="vflx_fwb_cea"        name="vflx_fwb"     /> 
     1089    </field_group> 
     1090 
     1091    <field_group id="OCE_globalbudget"  grid_ref="grid_scalar" > 
     1092      <field field_ref="voltot"              name="scvoltot"     /> 
     1093      <field field_ref="saltot"              name="scsaltot"     /> 
     1094      <field field_ref="temptot"             name="sctemtot"     /> 
     1095    </field_group> 
     1096 
    10281097   </field_definition> 
Note: See TracChangeset for help on using the changeset viewer.