Last change
on this file since 12375 was
10075,
checked in by nicolasmartin, 3 years ago
|
Update of namelist blocks for inclusion in the NEMO manual
Add simple script to check if a block is missing in the documentation
|
-
Property svn:mime-type set to
text/x-fortran
|
File size:
698 bytes
|
Rev | Line | |
---|
[8810] | 1 | !----------------------------------------------------------------------- |
---|
[10075] | 2 | &namdrg_bot ! BOTTOM friction (ln_OFF =F) |
---|
[8810] | 3 | !----------------------------------------------------------------------- |
---|
[10075] | 4 | rn_Cd0 = 1.e-3 ! drag coefficient [-] |
---|
| 5 | rn_Uc0 = 0.4 ! ref. velocity [m/s] (linear drag=Cd0*Uc0) |
---|
| 6 | rn_Cdmax = 0.1 ! drag value maximum [-] (logarithmic drag) |
---|
| 7 | rn_ke0 = 2.5e-3 ! background kinetic energy [m2/s2] (non-linear cases) |
---|
| 8 | rn_z0 = 3.e-3 ! roughness [m] (ln_loglayer=T) |
---|
| 9 | ln_boost = .false. ! =T regional boost of Cd0 ; =F constant |
---|
| 10 | rn_boost = 50. ! local boost factor [-] |
---|
[8810] | 11 | / |
---|
Note: See
TracBrowser
for help on using the repository browser.