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 12191 for NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED – NEMO

Ignore:
Timestamp:
2019-12-11T16:56:06+01:00 (5 years ago)
Author:
jchanut
Message:

Add dev_AGRIF-01-05_merged branch, e.g. 2019 AGRIF dev

Location:
NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/field_def_nemo-oce.xml

    r12184 r12191  
    127127        <field id="toce_vmean300"     field_ref="toce_e3t_vsum300"  unit="degree_C"     grid_ref="grid_T_vsum"  detect_missing_value="true" > toce_e3t_vsum300/e3t_vsum300 </field> 
    128128 
     129        <!-- AGRIF sponge --> 
     130        <field id="agrif_spt"         long_name=" AGRIF t-sponge coefficient"   unit=" " /> 
    129131 
    130132        <!-- t-eddy viscosity coefficients (ldfdyn) --> 
     
    489491        <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_U_3D" /> 
    490492        <field id="ssuww"        long_name="ocean surface wind work along i-axis"                   standard_name="surface_x_wind_work"         unit="N/m*s"                            > utau * ssu </field> 
    491  
     493        <!-- AGRIF sponge --> 
     494        <field id="agrif_spu"    long_name=" AGRIF u-sponge coefficient"   unit=" " /> 
    492495        <!-- u-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    493496        <field id="ahtu_2d"      long_name=" surface u-eddy diffusivity coefficient"   unit="m2/s or m4/s" /> 
     
    547550        <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_V_3D" /> 
    548551        <field id="ssvww"        long_name="ocean surface wind work along j-axis"                   standard_name="surface_y_wind_work"         unit="N/m*s"                            > vtau * ssv </field> 
    549  
     552        <!-- AGRIF sponge --> 
     553        <field id="agrif_spv"    long_name=" AGRIF v-sponge coefficient"   unit=" " /> 
    550554        <!-- v-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    551555        <field id="ahtv_2d"      long_name=" surface v-eddy diffusivity coefficient"     unit="m2/s or (m4/s)^1/2" /> 
     
    636640       
    637641      <!-- F grid --> 
     642      <!-- AGRIF sponge --> 
     643      <field id="agrif_spf"    long_name=" AGRIF f-sponge coefficient"   unit=" " /> 
    638644      <!-- f-eddy viscosity coefficients (ldfdyn) --> 
    639645      <field id="ahmf_2d"      long_name=" surface f-eddy viscosity coefficient"   unit="m2/s or m4/s" /> 
  • NEMO/branches/2019/dev_r12072_MERGE_OPTION2_2019/cfgs/SHARED/namelist_ref

    r12184 r12191  
    637637&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    638638!----------------------------------------------------------------------- 
     639   ln_agrif_2way = .true.  !  activate two way nesting 
    639640   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    640641   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    641642   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     643   rn_trelax_tra = 0.01    !  inverse of relaxation time (in steps) for tracers [] 
     644   rn_trelax_dyn = 0.01    !  inverse of relaxation time (in steps) for dynamics [] 
    642645   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    643646/ 
Note: See TracChangeset for help on using the changeset viewer.