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 branches/DEV_r1826_DOC/DOC/TexFiles/Namelist – NEMO

source: branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namsbc @ 1831

Last change on this file since 1831 was 1831, checked in by gm, 14 years ago

cover, namelist, rigid-lid, e3t, appendices, see ticket: #658

  • Property svn:executable set to *
File size: 1.8 KB
Line 
1!-----------------------------------------------------------------------
2&namsbc        !   Surface Boundary Condition (surface module)
3!-----------------------------------------------------------------------
4   nn_fsbc     = 5         !  frequency of surface boundary condition computation
5                           !               (= 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 = .true.    !  CLIO bulk formulation  (T => fill namsbc_clio)
9   ln_blk_core = .false.   !  CORE bulk formulation  (T => fill namsbc_core)
10   ln_cpl      = .false.   !  Coupled formulation    (T => fill namsbc_cpl )
11   nn_ice      = 2         !  =0 no ice boundary condition   ,
12                           !  =1 use observed ice-cover      ,
13                           !  =2 ice-model used                             ("key_lim3" or "key_lim2)
14   nn_ico_cpl  = 0         !  ice-ocean coupling : =0 each nn_fsbc
15                           !                       =1 stresses recomputed each ocean time step ("key_lim3" only)
16                           !                       =2 combination of 0 and 1 cases             ("key_lim3" only)
17   ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr)
18   ln_rnf      = .true.    !  runoffs (T => fill namsbc_rnf)
19   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S (T => fill namsbc_ssr)
20   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked
21                           !                     =1 global mean of e-p-r set to zero at each time step
22                           !                     =2 annual global mean of e-p-r set to zero
23                           !                     =3 global emp set to zero and spread out over erp area
24/
Note: See TracBrowser for help on using the repository browser.