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 11769 for NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/cfgs/SHARED/field_def_nemo-oce.xml – NEMO

Ignore:
Timestamp:
2019-10-23T12:08:33+02:00 (5 years ago)
Author:
jchanut
Message:

#2222 1) change sponge definition to add time relaxation in addition to Laplacian diffusion (WRF like): Add new parameters in namelist.
2) Reduce sponge width by 1 child grid point to match coarse grid cells.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/cfgs/SHARED/field_def_nemo-oce.xml

    r11574 r11769  
    2929 
    3030        <!-- AGRIF sponge --> 
    31         <field id="fsahm_spt"    long_name=" AGRIF t-sponge viscosity coefficient"   unit="m2/s"                              /> 
     31        <field id="agrif_spt"         long_name=" AGRIF t-sponge coefficient"   unit=" "                              /> 
    3232 
    3333        <!-- t-eddy viscosity coefficients (ldfdyn) --> 
     
    366366 
    367367        <!-- AGRIF sponge --> 
    368         <field id="fsaht_spu"    long_name=" AGRIF u-sponge diffusivity coefficient"   unit="m2/s"         /> 
     368        <field id="agrif_spu"    long_name=" AGRIF u-sponge coefficient"   unit=" "         /> 
    369369 
    370370        <!-- u-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
     
    423423 
    424424        <!-- AGRIF sponge --> 
    425         <field id="fsaht_spv"    long_name=" AGRIF v-sponge diffusivity coefficient"   unit="m2/s"         /> 
     425        <field id="agrif_spv"    long_name=" AGRIF v-sponge coefficient"   unit=" "         /> 
    426426 
    427427        <!-- v-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
     
    504504      <!-- F grid --> 
    505505      <!-- AGRIF sponge --> 
    506       <field id="fsahm_spf"    long_name=" AGRIF f-sponge viscosity coefficient"   unit="m2/s"                              /> 
     506      <field id="agrif_spf"    long_name=" AGRIF f-sponge coefficient"   unit=" "                              /> 
    507507 
    508508      <!-- f-eddy viscosity coefficients (ldfdyn) --> 
Note: See TracChangeset for help on using the changeset viewer.