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 9353 for branches/2018/dev_r8864_nemo_v3_6_ZTILDE/NEMOGCM/CONFIG/SHARED – NEMO

Ignore:
Timestamp:
2018-02-23T16:52:00+01:00 (6 years ago)
Author:
jchanut
Message:

Tilde coordinate update: first draft

Location:
branches/2018/dev_r8864_nemo_v3_6_ZTILDE/NEMOGCM/CONFIG/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2018/dev_r8864_nemo_v3_6_ZTILDE/NEMOGCM/CONFIG/SHARED/field_def.xml

    r8627 r9353  
    9696         <field id="tpt_dep"      long_name="T-point depth"                  standard_name="depth_below_geoid"   unit="m"   grid_ref="grid_T_3D" /> 
    9797         <field id="e3tdef"       long_name="T-cell thickness deformation"                                       unit="%"   grid_ref="grid_T_3D" /> 
     98         <field id="stiff_tilde"  long_name="Stiffness"                                                          unit=" "   grid_ref="grid_T_3D" /> 
     99         <field id="depw_tilde"   long_name="Interface displacement"                                             unit="m"   grid_ref="grid_W_3D" /> 
     100         <field id="dz_tilde"     long_name="Vertical grid deformation"                                          unit=" "   grid_ref="grid_W_3D" /> 
     101         <field id="dh_tilde"     long_name="Horizontal grid deformation"                                        unit=" "   grid_ref="grid_W_3D" /> 
    98102      </field_group> 
    99103 
     
    403407         <field id="uocet"        long_name="ocean transport along i-axis times temperature (CRS)"                                               unit="degree_C*m/s"   grid_ref="grid_U_3D" /> 
    404408         <field id="uoces"        long_name="ocean transport along i-axis times salinity (CRS)"                                                  unit="0.001*m/s"   grid_ref="grid_U_3D" /> 
     409         <field id="un_lf_tilde"  long_name="Sea Water X Velocity (low pass)"                        standard_name="low_pass_sea_water_x_velocity"     unit="m/s"        grid_ref="grid_U_3D" /> 
     410 
    405411 
    406412         <!-- variables available with MLE --> 
     
    445451         <field id="vocet"        long_name="ocean transport along j-axis times temperature (CRS)"                                               unit="degree_C*m/s"   grid_ref="grid_V_3D" /> 
    446452         <field id="voces"        long_name="ocean transport along j-axis times salinity (CRS)"                                                  unit="0.001*m/s"   grid_ref="grid_V_3D" /> 
     453         <field id="vn_lf_tilde"  long_name="Sea Water Y Velocity (low pass)"                  standard_name="low_pass_sea_water_y_velocity"     unit="m/s"        grid_ref="grid_U_3D" /> 
    447454 
    448455         <!-- variables available with MLE --> 
  • branches/2018/dev_r8864_nemo_v3_6_ZTILDE/NEMOGCM/CONFIG/SHARED/namelist_ref

    r8601 r9353  
    820820   ln_vvl_layer  = .false.          !  full layer vertical coordinate 
    821821   ln_vvl_ztilde_as_zstar = .false. !  ztilde vertical coordinate emulating zstar 
    822    ln_vvl_zstar_at_eqtor = .false.  !  ztilde near the equator 
    823    rn_ahe3       = 0.0e0            !  thickness diffusion coefficient 
     822   ln_vvl_zstar_at_eqtor  = .false. !  revert to zstart at equator 
     823   ln_vvl_zstar_on_shelf  = .false. !  revert to zstar on shelves 
     824   ln_vvl_adv_cn2 = .false.         !  Centred thickness advection scheme 
     825   ln_vvl_adv_fct = .true.          !  FCT thickness advection scheme 
     826   ln_vvl_lap = .false.             !  Laplacian thickness diffusion 
     827      rn_ahe3_lap =  0.e0 
     828   ln_vvl_blp = .false.             !  Bilaplacian thickness diffusion 
     829      rn_ahe3_blp = -2.e8 
    824830   rn_rst_e3t    = 30.e0            !  ztilde to zstar restoration timescale [days] 
    825831   rn_lf_cutoff  = 5.0e0            !  cutoff frequency for low-pass filter  [days] 
     832   ln_vvl_regrid = .true.           !  Vertical regriding to ensure layer separation 
    826833   rn_zdef_max   = 0.9e0            !  maximum fractional e3t deformation 
    827834   ln_vvl_dbg    = .true.           !  debug prints    (T/F) 
Note: See TracChangeset for help on using the changeset viewer.