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 8865 for branches/UKMO/ROMS_WAD_7832/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2017-12-01T05:41:32+01:00 (6 years ago)
Author:
deazer
Message:

Moving Changes from CS15mini config into NEMO main src
Updating TEST configs to run wit this version of the code
all sette tests pass at this revision other than AGRIF
Includes updates to dynnxt and tranxt required for 3D rives in WAD case to be conservative.

Next commit will update naming conventions and tidy the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/ROMS_WAD_7832/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg

    r8841 r8865  
    88   rn_dx = 1000.0 
    99   rn_dz = 1.0 
    10    nn_wad_test = 7 
     10   nn_wad_test = 1 
    1111/ 
    1212!----------------------------------------------------------------------- 
     
    142142&nambdy        !  unstructured open boundaries 
    143143!----------------------------------------------------------------------- 
    144     ln_bdy         = .true.             
    145     nb_bdy         = 1                    !  number of open boundary sets 
     144    ln_bdy         = .false.             
     145    nb_bdy         = 0                    !  number of open boundary sets 
    146146    ln_coords_file = .false.              !  =T : read bdy coordinates from file 
    147147    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
     
    394394!----------------------------------------------------------------------- 
    395395   ln_glo_trd  = .false.   ! (T) global domain averaged diag for T, T^2, KE, and PE 
    396    ln_dyn_trd  = .true.   ! (T) 3D momentum trend output 
     396   ln_dyn_trd  = .false.   ! (T) 3D momentum trend output 
    397397   ln_dyn_mxl  = .FALSE.   ! (T) 2D momentum trends averaged over the mixed layer (not coded yet) 
    398398   ln_vor_trd  = .FALSE.   ! (T) 2D barotropic vorticity trends (not coded yet) 
    399399   ln_KE_trd   = .false.   ! (T) 3D Kinetic   Energy     trends 
    400400   ln_PE_trd   = .false.   ! (T) 3D Potential Energy     trends 
    401    ln_tra_trd  = .true.    ! (T) 3D tracer trend output 
     401   ln_tra_trd  = .false.    ! (T) 3D tracer trend output 
    402402   ln_tra_mxl  = .false.   ! (T) 2D tracer trends averaged over the mixed layer (not coded yet) 
    403403   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
     
    444444&namwad  !   Wetting and drying 
    445445!----------------------------------------------------------------------- 
    446    ln_wd             = .false.  ! T/F activation of NOC  wetting and drying scheme 
     446   ln_wd             = .false  ! T/F activation of NOC  wetting and drying scheme 
    447447   ln_rwd            = .true.   ! T/F activation of ROMS wetting and drying scheme 
     448   ln_rwd_bc         = .true. 
    448449   ln_rwd_rmp        = .true.   ! Turn on the limiter 
    449    ln_rwd_bc         = .true.   ! ROMS Baroclinic option 
    450450   ln_wd_diag        = .false.   ! T/F activation of diagnostics for ROMS wd scheme 
    451    rn_wdmin0         =  0.50     ! Rmp value for NOCL option 
    452    rn_wdmin1         =  0.150    ! Minimum wet depth on dried cells 
    453    rn_wdmin2         =  0.001    ! Tolerance of min wet depth on dried cells 
    454    rn_ssh_ref        =  3.0     ! reference level 
     451   rn_wdmin0         =  0.30     ! Minimum wet depth on dried cells 
     452   rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
     453   rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
    455454   rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
    456455   nn_wdit           =   20     ! Max iterations for W/D limiter 
    457456   jn_wd_i           =  22      ! i index of diagnostics 
    458457   jn_wd_j           =   3      ! j index of diagnostics 
    459    jn_wd_k           =   3      ! k index of diagnostics 
    460 / 
     458  
     459/ 
Note: See TracChangeset for help on using the changeset viewer.