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 14342 for NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/cfgs – NEMO

Ignore:
Timestamp:
2021-01-25T17:40:50+01:00 (3 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.4_GO8_package: Add Gent-McWilliams? variants.

Location:
NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/cfgs/SHARED
Files:
2 edited

Legend:

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

    r14285 r14342  
    129129        <field id="beta"         long_name="haline contraction"                                                        unit="1e3"    grid_ref="grid_T_3D" /> 
    130130        <field id="rhop"         long_name="potential density (sigma0)"        standard_name="sea_water_sigma_theta"   unit="kg/m3"  grid_ref="grid_T_3D" /> 
     131        <field id="N_2d"         long_name="Depth-mean N"                                                              unit="m/s" /> 
     132        <field id="modslp"       long_name="sqrt( slpi^2 + slpj^2 )"                                                   unit="1"      grid_ref="grid_T_3D" /> 
     133        <field id="RossRad"      long_name="Rossby radius"                                                             unit="m" /> 
     134        <field id="RossRadlim"   long_name="Rossby radius (limited)"                                                   unit="m" /> 
     135        <field id="Tclinic_recip" long_name="recip of baroclinic timescale"                                            unit="s-1" /> 
     136        <field id="RR_GS"        long_name="Rossby radius / min(dx,dy)"                                                unit="1" /> 
    131137 
    132138        <!-- Energy - horizontal divergence --> 
  • NEMO/branches/UKMO/NEMO_4.0.4_GO8_package/cfgs/SHARED/namelist_ref

    r14078 r14342  
    838838      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    839839      !                        !  time invariant coefficients:  aei0 = 1/2  Ue*Le  
    840       rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
    841       rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     840      rn_Ue        = 0.02           !  lateral diffusive velocity [m/s] (nn_aei_ijk_t= 0, 10, 20, 30) 
     841      rn_Le        = 200.e+3        !  lateral diffusive length   [m]   (nn_aei_ijk_t= 0, 10) 
    842842      ! 
    843843      ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     844      nn_ldfeiv_shape = 0           !  shape of bounding coefficient    (nn_aei_ijk_t= 21 only) 
    844845/ 
    845846!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.