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 5682 for branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/CONFIG/SHARED/namelist_top_ref – NEMO

Ignore:
Timestamp:
2015-08-12T17:46:45+02:00 (9 years ago)
Author:
mattmartin
Message:

OBS simplification changes committed to branch after running SETTE tests to make sure we get the same results as the trunk for ORCA2_LIM_OBS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5072_UKMO2_OBS_simplification/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r4340 r5682  
    2121                           !                  = 2 calendar parameters read in the restart file 
    2222   cn_trcrst_in  = "restart_trc"   !  suffix of pass. sn_tracer restart name (input) 
     23   cn_trcrst_indir = "."           !  directory from which to read input passive tracer restarts 
    2324   cn_trcrst_out = "restart_trc"   !  suffix of pass. sn_tracer restart name (output) 
     25   cn_trcrst_outdir = "."          !  directory to which to write output passive tracer restarts 
    2426/ 
    2527!----------------------------------------------------------------------- 
     
    5052&namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    5153!----------------------------------------------------------------------- 
    52    ln_trcldf_diff   =  .true.   !  performs lateral diffusion (T) or not (F) 
    5354!                               !  Type of the operator :  
    5455   ln_trcldf_lap    =  .true.   !     laplacian operator        
     
    7677&namtrc_dmp    !   passive tracer newtonian damping    
    7778!----------------------------------------------------------------------- 
    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 
    8179   nn_zdmp_tr  =    1      !  vertical   shape =0    damping throughout the water column 
    8280                           !                   =1 no damping in the mixing layer (kz  criteria) 
    8381                           !                   =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) 
     82   cn_resto_tr  = 'resto_tr.nc'    !  create a damping.coeff NetCDF file (=1) or not (=0) 
     83/ 
     84!----------------------------------------------------------------------- 
     85&namtrc_ice       !    Representation of sea ice growth & melt effects 
     86!----------------------------------------------------------------------- 
     87   nn_ice_tr   =  -1        !  tracer concentration in sea ice  
     88                           !    =-1 (no vvl: identical cc in ice and ocean / vvl: cc_ice = 0) 
     89                           !    = 0 (no vvl: cc_ice = zero / vvl: cc_ice = ) 
     90                           !    = 1 prescribed to a namelist value (implemented in pisces only) 
    8891/ 
    8992!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.