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

source: branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namsbc @ 2376

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

v3.3beta: better TKE description, CFG a new Chapter, and correction of Fig references

  • 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   ln_apr_blk  = .false.   !  Patm used in bulk formulation             (T => fill namsbc_apr )
12   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
13   nn_ice      = 2         !  =0 no ice boundary condition   ,
14                           !  =1 use observed ice-cover      ,
15                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
16   ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr)
17   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
18   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
19   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked
20                           !                     =1 set to zero at each time step
21                           !                     =2 set to zero in annual mean
22                           !                     =3 as in case 1 but spread out over erp area
23/
Note: See TracBrowser for help on using the repository browser.