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_sbc_tot in trunk/NEMO/DOC/BETA/Namelist – NEMO

source: trunk/NEMO/DOC/BETA/Namelist/nam_sbc_tot @ 705

Last change on this file since 705 was 705, checked in by smasson, 17 years ago

Historical date: first beta version of the documentation, see ticket:1

  • Property svn:executable set to *
File size: 2.4 KB
Line 
1!-----------------------------------------------------------------------
2&namtau   !   surface wind stress
3!-----------------------------------------------------------------------
4   ntau000 =      0        !  gently increase the stress over the first ntau_rst time-steps
5   tau0x   =      0.e0     !  uniform value used as default surface heat flux
6   tau0y   =      0.e0     !  uniform value used as default solar radiation flux
7/
8!-----------------------------------------------------------------------
9&namflx   !   surface fluxes
10!-----------------------------------------------------------------------
11   q0      =      0.e0     !  uniform value used as default surface heat flux
12   qsr0    =      0.e0     !  uniform value used as default solar radiation flux
13   emp0    =      0.e0     !  uniform value used as default surface freswater budget (E-P)
14   dqdt0   =      -40.     !  feedback coefficient for SST damping (W/m2/K)
15   deds0   =        0.     !  feedback coefficient for SSS damping (mm/day)
16/
17!-----------------------------------------------------------------------
18&namqsr   !   penetrative solar radiation
19!-----------------------------------------------------------------------
20   ln_traqsr = .true.      !  penetrative solar radiation (T) or not (F)   
21   rabs     =   0.58       !  fraction of qsr associated with xsi1
22   xsi1     =   0.35       !  first depth of extinction
23   xsi2     =   23.0       !  second depth of extinction
24/
25!-----------------------------------------------------------------------
26&namfwb   !   freshwater budget correction
27!-----------------------------------------------------------------------
28   ln_fwb    = .true.      !  flag for freshwater budget correction (0 annual mean)
29/
30!-----------------------------------------------------------------------
31&namalb   !   albedo parameters
32!-----------------------------------------------------------------------
33   cgren    =      0.06    !  correction of the snow or ice albedo to take into account
34   albice   =      0.5     !  albedo of melting ice in the arctic and antarctic
35   alphd    =      0.80    !  coefficients for linear interpolation used to
36   alphc    =      0.65    !  compute albedo between two extremes values
37   alphdi   =      0.72    !  (Pyane, 1972)
38/
39!-----------------------------------------------------------------------
40&namcpl   !   coupled ocean/atmosphere model   ("key_coupled")
41!-----------------------------------------------------------------------
42/
Note: See TracBrowser for help on using the repository browser.