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 12229 for NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs – NEMO

Ignore:
Timestamp:
2019-12-12T17:41:04+01:00 (4 years ago)
Author:
acc
Message:

2019/dev_r11943_MERGE_2019: Merge in dev_AGRIF-01-05_merged. Fully SETTE tested

Location:
NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED/axis_def_nemo.xml

    r12193 r12229  
    2222      <axis id="basin"   long_name="Sub-basin mask (1=Global 2=Atlantic 3=Indo-Pacific 4=Indian, 5=Pacific)"  unit="1" /> 
    2323      <axis id="nstrait" long_name="Number of straits" unit="1" /> 
     24      <!-- ABL vertical axis definition --> 
     25      <axis id="ght_abl" long_name="ABL Vertical T levels" unit="m" positive="up"   /> 
     26      <axis id="ghw_abl" long_name="ABL Vertical W levels" unit="m" positive="up"   /> 
    2427      <axis id="section"     n_glo="16" /> 
    2528      <axis id="section_ice" n_glo="4" /> 
  • NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED/field_def_nemo-oce.xml

    r12205 r12229  
    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) --> 
     
    420422   </field_group> 
    421423    
    422    <!-- scalar variables --> 
    423    <field_group id="SBC_0D"  grid_ref="grid_1point" > 
    424    </field_group> 
    425424 
    426425      </field_group> <!-- SBC --> 
     
    492491        <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_U_3D" /> 
    493492        <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> 
    494  
     493        <!-- AGRIF sponge --> 
     494        <field id="agrif_spu"    long_name=" AGRIF u-sponge coefficient"   unit=" " /> 
    495495        <!-- u-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    496496        <field id="ahtu_2d"      long_name=" surface u-eddy diffusivity coefficient"   unit="m2/s or m4/s" /> 
     
    550550        <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="1e-3*m/s"   grid_ref="grid_V_3D" /> 
    551551        <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> 
    552  
     552        <!-- AGRIF sponge --> 
     553        <field id="agrif_spv"    long_name=" AGRIF v-sponge coefficient"   unit=" " /> 
    553554        <!-- v-eddy diffusivity coefficients (available if ln_traldf_OFF=F) --> 
    554555        <field id="ahtv_2d"      long_name=" surface v-eddy diffusivity coefficient"     unit="m2/s or (m4/s)^1/2" /> 
     
    639640       
    640641      <!-- F grid --> 
     642      <!-- AGRIF sponge --> 
     643      <field id="agrif_spf"    long_name=" AGRIF f-sponge coefficient"   unit=" " /> 
    641644      <!-- f-eddy viscosity coefficients (ldfdyn) --> 
    642645      <field id="ahmf_2d"      long_name=" surface f-eddy viscosity coefficient"   unit="m2/s or m4/s" /> 
     
    691694 
    692695       
    693       <!-- variables available with key_float --> 
     696      <!-- variables available with ln_floats --> 
    694697 
    695698      <field_group id="floatvar" grid_ref="grid_T_nfloat"  operation="instant" > 
  • NEMO/branches/2019/dev_r11943_MERGE_2019/cfgs/SHARED/namelist_ref

    r12205 r12229  
    633633&namagrif      !  AGRIF zoom                                            ("key_agrif") 
    634634!----------------------------------------------------------------------- 
     635   ln_agrif_2way = .true.  !  activate two way nesting 
    635636   ln_spc_dyn    = .true.  !  use 0 as special value for dynamics 
    636637   rn_sponge_tra = 2880.   !  coefficient for tracer   sponge layer [m2/s] 
    637638   rn_sponge_dyn = 2880.   !  coefficient for dynamics sponge layer [m2/s] 
     639   rn_trelax_tra = 0.01    !  inverse of relaxation time (in steps) for tracers [] 
     640   rn_trelax_dyn = 0.01    !  inverse of relaxation time (in steps) for dynamics [] 
    638641   ln_chk_bathy  = .false. !  =T  check the parent bathymetry 
    639642/ 
Note: See TracChangeset for help on using the changeset viewer.