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 13553 for NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/cfgs/WED025/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2020-10-01T13:33:30+02:00 (4 years ago)
Author:
hadcv
Message:

Merge in trunk up to [13550]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13383_HPC-02_Daley_Tiling/cfgs/WED025/EXPREF/namelist_cfg

    r13208 r13553  
    362362!!                                                                    !! 
    363363!!   namdrg        top/bottom drag coefficient                          (default: NO selection) 
    364 !!   namdrg_top    top    friction                                      (ln_OFF=F & ln_isfcav=T) 
    365 !!   namdrg_bot    bottom friction                                      (ln_OFF=F) 
     364!!   namdrg_top    top    friction                                      (ln_drg_OFF=F & ln_isfcav=T) 
     365!!   namdrg_bot    bottom friction                                      (ln_drg_OFF=F) 
    366366!!   nambbc        bottom temperature boundary condition                (default: OFF) 
    367367!!   nambbl        bottom boundary layer scheme                         (default: OFF) 
     
    374374/ 
    375375!----------------------------------------------------------------------- 
    376 &namdrg_top    !   TOP friction                                         (ln_OFF =F & ln_isfcav=T) 
     376&namdrg_top    !   TOP friction                                         (ln_drg_OFF =F & ln_isfcav=T) 
    377377!----------------------------------------------------------------------- 
    378378   rn_Cd0      =  2.5e-3    !  drag coefficient [-] 
    379379/ 
    380380!----------------------------------------------------------------------- 
    381 &namdrg_bot    !   BOTTOM friction                                      (ln_OFF =F) 
     381&namdrg_bot    !   BOTTOM friction                                      (ln_drg_OFF =F) 
    382382!----------------------------------------------------------------------- 
    383383   rn_Cd0      =  2.5e-3    !  drag coefficient [-] 
Note: See TracChangeset for help on using the changeset viewer.