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.
namsbc in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namsbc @ 2540

Last change on this file since 2540 was 2540, checked in by gm, 13 years ago

v3.3beta: phasing of the DOC and trunk namelists

  • Property svn:executable set to *
File size: 1.7 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc        !   Surface Boundary Condition (surface module)
3!-----------------------------------------------------------------------
4   nn_fsbc     = 5         !  frequency of surface boundary condition computation
5                           !     (also = the frequency of sea-ice model call)
6   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )
7   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx )
8   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)
9   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)
10   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl )
11   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
12   nn_ice      = 2         !  =0 no ice boundary condition   ,
13                           !  =1 use observed ice-cover      ,
14                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
15   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave
16   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
17   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
18   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked
19                           !     =1 global mean of e-p-r set to zero at each time step
20                           !     =2 annual global mean of e-p-r set to zero
21                           !     =3 global emp set to zero and spread out over erp area
22/
Note: See TracBrowser for help on using the repository browser.