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 @ 994

Last change on this file since 994 was 994, checked in by gm, 16 years ago

trunk - add steven correction + several other things + rename BETA into TexFiles?

  • 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 (fill namsbc_ana )
7   ln_flx      = .false.   ! flux       formulation (fill namsbc_flx )
8   ln_blk_clio = .true.    ! CLIO bulk  formulation (fill namsbc_core)
9   ln_blk_core = .false.   ! CORE bulk  formulation (fill namsbc_clio)
10   ln_cpl      = .false.   ! coupled    formulation (fill namsbc_cpl )
11   nn_ice      = 2         ! ice areas : =0 no ice in the domain
12                           !             =1 specify observed ice-cover
13                           !             =2 use an ice-model            ("key_lim3" or "key_lim2)
14   nn_ico_cpl  = 0         ! ice-ocean stress : =0 LIM-3 old case
15                           !                    =1 stresses computed using now ocean velocity
16                           !                    =2 combination of 0 and 1 cases
17   ln_dm2dc    = .false.   ! Daily mean converted into Diurnal Cycle for short wave (qsr)
18   ln_rnf      = .false.   ! river runoffs (fill namsbc_rnf)
19   ln_ssr      = .false.   ! Sea Surface Restoring on T and/or S (fill namsbc_ssr)
20   nn_fwb      = 0         ! FreshWater Budget : =0 no control                             
21                           !                     =1 annual global mean set to zero
22                           !                     =2 global mean instantaneously set to zero
23/
Note: See TracBrowser for help on using the repository browser.