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 11549 for NEMO/branches/2019/dev_r10973_AGRIF-01_jchanut_small_jpi_jpj/cfgs – NEMO

Ignore:
Timestamp:
2019-09-16T14:48:51+02:00 (5 years ago)
Author:
jchanut
Message:

#2199: Take into account masked open boundaries in sponge definition. Output sponge values.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10973_AGRIF-01_jchanut_small_jpi_jpj/cfgs/SHARED/field_def_nemo-oce.xml

    r10824 r11549  
    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="fsahm_spt"    long_name=" AGRIF t-sponge viscosity coefficient"   unit="m2/s"                              /> 
    2932 
    3033        <!-- t-eddy viscosity coefficients (ldfdyn) --> 
     
    364367        <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_U_3D" /> 
    365368 
     369 
     370        <!-- AGRIF sponge --> 
     371        <field id="fsaht_spu"    long_name=" AGRIF u-sponge diffusivity coefficient"   unit="m2/s"         /> 
     372 
    366373        <!-- u-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    367374        <field id="ahtu_2d"      long_name=" surface u-eddy diffusivity coefficient"   unit="m2/s or m4/s" /> 
     
    418425        <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_V_3D" /> 
    419426 
     427        <!-- AGRIF sponge --> 
     428        <field id="fsaht_spv"    long_name=" AGRIF v-sponge diffusivity coefficient"   unit="m2/s"         /> 
     429 
    420430        <!-- v-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    421431        <field id="ahtv_2d"      long_name=" surface v-eddy diffusivity coefficient"     unit="m2/s or (m4/s)^1/2" /> 
     
    496506       
    497507      <!-- F grid --> 
     508      <!-- AGRIF sponge --> 
     509      <field id="fsahm_spf"    long_name=" AGRIF f-sponge viscosity coefficient"   unit="m2/s"                              /> 
     510 
    498511      <!-- f-eddy viscosity coefficients (ldfdyn) --> 
    499512      <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.