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

source: tags/nemo_v3_2/nemo_v3_2/DOC/TexFiles/Namelist/namsbc @ 1878

Last change on this file since 1878 was 1878, checked in by flavoni, 14 years ago

initial test for nemogcm

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 stress recomputed each ocean time step ("key_lim3")
16                           !                       =2 combination of 0 and 1 cases           ("key_lim3")
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      = 0         !  FreshWater Budget: =0 unchecked                              ,
21                           !                     =1 global mean of e-p-r set to zero at each nn_fsbc time step   ,
22                           !                     =2 annual global mean of e-p-r set to zero
23/
Note: See TracBrowser for help on using the repository browser.