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 9490 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/WAD/EXP00/namelist_cfg

    r9356 r9490  
    44! 
    55!----------------------------------------------------------------------- 
    6 &namusr_def 
    7 !----------------------------------------------------------------------- 
    8    rn_dx = 1000.0 
    9    rn_dz = 1.0 
    10    nn_wad_test = 1 
     6&namusr_def    !    Wetting and Drying TEST CASE 
     7!----------------------------------------------------------------------- 
     8   rn_dx       = 1000.0    ! horizontal resolution 
     9   rn_dz       = 1.0       ! vertical   resolution 
     10   nn_wad_test = 1         ! ??? 
    1111/ 
    1212!----------------------------------------------------------------------- 
     
    3939/ 
    4040!----------------------------------------------------------------------- 
    41 &namtsd        !   data : Temperature  & Salinity 
    42 !----------------------------------------------------------------------- 
    43    cn_dir        = './'      !  root directory for the location of the runoff files 
    44    ln_tsd_init   = .false.   !  Initialisation of ocean T & S with T &S input data (T) or not (F) 
    45    ln_tsd_tradmp = .false.   !  damping of ocean T & S toward T &S input data (T) or not (F) 
    46 / 
    47 !----------------------------------------------------------------------- 
    48 &namwad        !   Wetting and drying  default is no WAD 
    49 !----------------------------------------------------------------------- 
    50    ln_wd_il          = .false   ! T/F activation of iterative limiter for  wetting and drying scheme 
    51    ln_wd_dl          = .true.   ! T/F activation of directional llimiter for wetting drying scheme 
    52    ln_wd_dl_bc       = .true.   ! T/F Directional limiteer Baroclinic option 
    53    ln_wd_dl_rmp      = .true.   ! T/F Turn on directional limiter ramp 
    54    rn_wdmin0         =  0.30    ! dpoth at which wetting/drying starts 
    55    rn_wdmin1         =  0.2     ! Minimum wet depth on dried cells 
    56    rn_wdmin2         =  0.0001  ! Tolerance of min wet depth on dried cells 
    57    rn_wdld           =  2.5     ! Land elevation below which wetting/drying is allowed 
    58    nn_wdit           =   20     ! Max iterations for W/D limiter 
    59 / 
    60 !----------------------------------------------------------------------- 
    61 &namcrs        !   coarsened grid (for outputs and/or TOP)              (ln_crs =T) 
    62 !----------------------------------------------------------------------- 
    63 / 
    64 !----------------------------------------------------------------------- 
    65 &namc1d        !   1D configuration options                             ("key_c1d") 
    66 !----------------------------------------------------------------------- 
    67 / 
    68 !----------------------------------------------------------------------- 
    69 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d") 
    70 !----------------------------------------------------------------------- 
    71 / 
    72 !----------------------------------------------------------------------- 
    73 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d") 
    74 !----------------------------------------------------------------------- 
    75 / 
     41&namwad        !   Wetting and Drying (WaD)                             (default: NO) 
     42!----------------------------------------------------------------------- 
     43   ln_wd_il    = .false    ! T/F activation of iterative   limiter 
     44   ln_wd_dl    = .true.    ! T/F activation of directional limiter 
     45   ln_wd_dl_bc = .true.    ! T/F Directional limiteer Baroclinic option 
     46   ln_wd_dl_rmp= .true.    ! T/F Turn on directional limiter ramp 
     47   rn_wdmin0   =  0.30     ! depth at which WaD starts 
     48   rn_wdmin1   =  0.2      ! Minimum wet depth on dried cells 
     49   rn_wdmin2   =  0.0001   ! Tolerance of min wet depth on dried cells 
     50   rn_wdld     =  2.5      ! Land elevation below which WaD is allowed 
     51   nn_wdit     =   20      ! Max iterations for WaD limiter 
     52/ 
     53 
     54!!====================================================================== 
     55!!            ***  Surface Boundary Condition namelists  ***          !! 
     56!!====================================================================== 
     57! 
    7658!----------------------------------------------------------------------- 
    7759&namsbc        !   Surface Boundary Condition (surface module) 
     
    8062   !                       !     (also = the frequency of sea-ice model call) 
    8163   ln_usr      = .true.    !  analytical formulation                    (T => check usrdef_sbc) 
    82    ln_blk      = .false.   !  CORE bulk formulation                     (T => fill namsbc_blk ) 
    8364   nn_ice      = 0         !  =0 no ice boundary condition   , 
    8465   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf ) 
     
    281262/ 
    282263!----------------------------------------------------------------------- 
    283 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    284 !----------------------------------------------------------------------- 
    285 / 
    286 !----------------------------------------------------------------------- 
    287264&namtra_ldf    !   lateral diffusion scheme for tracers                 (default: NO selection) 
    288265!----------------------------------------------------------------------- 
     
    305282   !                       !  Coefficients: 
    306283   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    307    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
    308    !                                !   =  0           constant  
    309    !                                !   = 10 F(k)      =ldf_c1d  
    310    !                                !   = 20 F(i,j)    =ldf_c2d  
    311    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    312    !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    313    !                                !   = 31 F(i,j,k,t)=F(local velocity) 
    314    rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    315    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    316 / 
    317 !----------------------------------------------------------------------- 
    318 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    319 !----------------------------------------------------------------------- 
    320    ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    321 / 
    322 !----------------------------------------------------------------------- 
    323 &namtra_dmp    !   tracer: T & S newtonian damping                      (default: NO) 
    324 !----------------------------------------------------------------------- 
    325    ln_tradmp   =  .false.  !  add a damping termn (T) or not (F) 
    326 / 
     284      !                             !  =  0  constant  
     285      !                        !  time invariant coefficients :  aht = 1/2  Uv*Lv   (lap case)  
     286      !                             !                            or  = 1/12 Uv*Lv^3 (blp case) 
     287      rn_Ud      = 0.2              !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     288      rn_Ld      = 10.e+3           !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
     289/ 
     290 
     291!!====================================================================== 
     292!!                      ***  Dynamics namelists  ***                  !! 
     293!!====================================================================== 
     294! 
    327295!----------------------------------------------------------------------- 
    328296&nam_vvl       !   vertical coordinate options                          (default: z-star) 
     
    374342   !                       !  Coefficient 
    375343   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    376    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    377    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    378    !                                !  =  0  constant  
    379    !                                !  = 10  F(k)=c1d 
    380    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    381    !                                !  = 30  F(i,j,k)=c2d*c1d 
    382    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    383    rn_ahm_0      = 1000.        !  horizontal laplacian eddy viscosity   [m2/s] 
    384    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    385    rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    386 / 
     344      !                             !  =  0  constant  
     345      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     346      !                             !                            or  = 1/12 Uv*Lv^3 (blp case) 
     347      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     348      rn_Lv      = 10.e+3           !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     349/ 
     350 
    387351!!====================================================================== 
    388352!!                     vertical physics namelists                     !! 
Note: See TracChangeset for help on using the changeset viewer.