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 12123 for NEMO/branches/2019/dev_AGRIF-01-05_merged/cfgs/SHARED/field_def_nemo-oce.xml – NEMO

Ignore:
Timestamp:
2019-12-09T13:55:34+01:00 (5 years ago)
Author:
jchanut
Message:

Merge devs from #2199 and #2222 in trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_AGRIF-01-05_merged/cfgs/SHARED/field_def_nemo-oce.xml

    r11536 r12123  
    2727        <field id="soce"         long_name="salinity"                            standard_name="sea_water_practical_salinity"      unit="1e-3"     grid_ref="grid_T_3D"/> 
    2828        <field id="soce_e3t"     long_name="salinity    (thickness weighted)"                                                      unit="1e-3"     grid_ref="grid_T_3D" > soce * e3t </field > 
     29 
     30        <!-- AGRIF sponge --> 
     31        <field id="agrif_spt"         long_name=" AGRIF t-sponge coefficient"   unit=" "                              /> 
    2932 
    3033        <!-- t-eddy viscosity coefficients (ldfdyn) --> 
     
    361364        <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_U_3D" /> 
    362365 
     366 
     367        <!-- AGRIF sponge --> 
     368        <field id="agrif_spu"    long_name=" AGRIF u-sponge coefficient"   unit=" "         /> 
     369 
    363370        <!-- u-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    364371        <field id="ahtu_2d"      long_name=" surface u-eddy diffusivity coefficient"   unit="m2/s or m4/s" /> 
     
    415422        <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_V_3D" /> 
    416423 
     424        <!-- AGRIF sponge --> 
     425        <field id="agrif_spv"    long_name=" AGRIF v-sponge coefficient"   unit=" "         /> 
     426 
    417427        <!-- v-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    418428        <field id="ahtv_2d"      long_name=" surface v-eddy diffusivity coefficient"     unit="m2/s or (m4/s)^1/2" /> 
     
    493503       
    494504      <!-- F grid --> 
     505      <!-- AGRIF sponge --> 
     506      <field id="agrif_spf"    long_name=" AGRIF f-sponge coefficient"   unit=" "                              /> 
     507 
    495508      <!-- f-eddy viscosity coefficients (ldfdyn) --> 
    496509      <field id="ahmf_2d"      long_name=" surface f-eddy viscosity coefficient"   unit="m2/s or m4/s" /> 
Note: See TracChangeset for help on using the changeset viewer.