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 5102 for trunk/NEMOGCM/CONFIG – NEMO

Changeset 5102 for trunk/NEMOGCM/CONFIG


Ignore:
Timestamp:
2015-02-23T10:42:04+01:00 (9 years ago)
Author:
timgraham
Message:

Merge of branches/2014/dev_r4650_UKMO3_masked_damping into trunk

Location:
trunk/NEMOGCM/CONFIG
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/C1D_PAPA/EXP00/namelist_cfg

    r4667 r5102  
    241241!----------------------------------------------------------------------- 
    242242   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    243    nn_zdmp     =   -1      !  vertical   shape =0    damping throughout the water column 
    244    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    245243/ 
    246244!----------------------------------------------------------------------- 
  • trunk/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r4990 r5102  
    245245!----------------------------------------------------------------------- 
    246246   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    247    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
    248    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    249247/ 
    250248!----------------------------------------------------------------------- 
  • trunk/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r4990 r5102  
    244244!----------------------------------------------------------------------- 
    245245   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    246    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
    247    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    248246/ 
    249247!----------------------------------------------------------------------- 
  • trunk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r4990 r5102  
    155155!----------------------------------------------------------------------- 
    156156   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    157    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
    158    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    159157/ 
    160158!----------------------------------------------------------------------- 
  • trunk/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg

    r4373 r5102  
    216216!----------------------------------------------------------------------- 
    217217   ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    218    nn_zdmp     =    1      !  vertical   shape =0    damping throughout the water column 
    219    nn_file     =    1      !  create a damping.coeff NetCDF file (=1) or not (=0) 
    220218/ 
    221219!----------------------------------------------------------------------- 
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5029 r5102  
    791791!----------------------------------------------------------------------- 
    792792   ln_tradmp   =  .true.   !  add a damping termn (T) or not (F) 
    793    nn_hdmp     =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    794                            !                   =XX, damping poleward of XX degrees (XX>0) 
    795                            !                      + F(distance-to-coast) + Red and Med Seas 
    796793   nn_zdmp     =    0      !  vertical   shape =0    damping throughout the water column 
    797794                           !                   =1 no damping in the mixing layer (kz  criteria) 
    798795                           !                   =2 no damping in the mixed  layer (rho crieria) 
    799    rn_surf     =   50.     !  surface time scale of damping   [days] 
    800    rn_bot      =  360.     !  bottom  time scale of damping   [days] 
    801    rn_dep      =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
    802    nn_file     =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
     796   cn_resto    = 'resto.nc' ! Name of file containing restoration coefficient field (use dmp_tools to create this) 
    803797/ 
    804798 
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r4340 r5102  
    7676&namtrc_dmp    !   passive tracer newtonian damping    
    7777!----------------------------------------------------------------------- 
    78    nn_hdmp_tr  =   -1      !  horizontal shape =-1, damping in Med and Red Seas only 
    79                            !                   =XX, damping poleward of XX degrees (XX>0) 
    80                            !                      + F(distance-to-coast) + Red and Med Seas 
    8178   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column 
    8279                           !                   =1 no damping in the mixing layer (kz  criteria) 
    8380                           !                   =2 no damping in the mixed  layer (rho crieria) 
    84    rn_surf_tr  =   50.     !  surface time scale of damping   [days] 
    85    rn_bot_tr   =  360.     !  bottom  time scale of damping   [days] 
    86    rn_dep_tr   =  800.     !  depth of transition between rn_surf and rn_bot [meters] 
    87    nn_file_tr  =    0      !  create a damping.coeff NetCDF file (=1) or not (=0) 
     81   cn_resto_tr  = 'resto_tr.nc'    !  create a damping.coeff NetCDF file (=1) or not (=0) 
    8882/ 
    8983!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.