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.
nam_wad_tc7 in branches/2016/dev_merge_2016/NEMOGCM/CONFIG/WAD_TEST_CASES/MY_DOCS/Namelists – NEMO

source: branches/2016/dev_merge_2016/NEMOGCM/CONFIG/WAD_TEST_CASES/MY_DOCS/Namelists/nam_wad_tc7 @ 7609

Last change on this file since 7609 was 7609, checked in by acc, 7 years ago

Branch 2016/dev_merge_2016. Additional WAD test case with a sinusoidally forced open boundary. Changes include additions to usrdef routines (WAD_TEST_CASES/MYSRC), configuration namelist and documentation only

File size: 972 bytes
Line 
1!-----------------------------------------------------------------------
2&namusr_def
3!-----------------------------------------------------------------------
4   nn_wad_test = 7
5/
6!-----------------------------------------------------------------------
7&namrun        !   parameters of the run
8!-----------------------------------------------------------------------
9   nn_itend    =      9600  !  last  time step
10/
11!-----------------------------------------------------------------------
12&nambdy        !  unstructured open boundaries
13!-----------------------------------------------------------------------
14    ln_bdy         = .true.             
15    nb_bdy         = 1                    !  number of open boundary sets
16/
17!-----------------------------------------------------------------------
18&namwad  !   Wetting and drying
19!-----------------------------------------------------------------------
20   rn_wdmin1         =  0.150   ! Minimum wet depth on dried cells
21/
Note: See TracBrowser for help on using the repository browser.