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 13002 for NEMO/branches/UKMO/NEMO_4.0.1_GM_rossby_radius_cutoff/cfgs – NEMO

Ignore:
Timestamp:
2020-06-02T09:03:47+02:00 (4 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.1_GM_rossby_radius_cutoff : Add two versions of a ramp in addition to the abrupt cutoff on the RR/GS ratio.

Location:
NEMO/branches/UKMO/NEMO_4.0.1_GM_rossby_radius_cutoff/cfgs/SHARED
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_GM_rossby_radius_cutoff/cfgs/SHARED/field_def_nemo-oce.xml

    r12867 r13002  
    7070        <field id="bn2"          long_name="squared Brunt-Vaisala frequency"                                           unit="s-1"    grid_ref="grid_T_3D" /> 
    7171        <field id="rhop"         long_name="potential density (sigma0)"        standard_name="sea_water_sigma_theta"   unit="kg/m3"  grid_ref="grid_T_3D" /> 
     72        <field id="N_2d"         long_name="Depth-mean N"                                                              unit="m/s" /> 
    7273        <field id="RossRad"      long_name="Rossby radius"                                                             unit="m" /> 
     74        <field id="RR_GS"        long_name="Rossby radius / min(dx,dy)"                                                unit="1" /> 
     75        <field id="GS_RR"        long_name="min(dx,dy) / Rossby radius"                                                unit="1" /> 
    7376 
    7477        <!-- Energy - horizontal divergence --> 
  • NEMO/branches/UKMO/NEMO_4.0.1_GM_rossby_radius_cutoff/cfgs/SHARED/namelist_ref

    r11715 r13002  
    828828      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    829829      !                        !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
    830       rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
    831       rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     830      rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aei_ijk_t= 0, 10, 20, 30) 
     831      rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aei_ijk_t= 0, 10) 
    832832      ! 
    833833      ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     834      nn_ldfeiv_shape = 0           !  shape of bounding coefficient    (nn_aei_ijk_t= 21 only) 
    834835/ 
    835836!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.