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

Last change on this file since 3294 was 3294, checked in by rblod, 12 years ago

Merge of 3.4beta into the trunk

File size: 1.9 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_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs )
11   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl )
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 on short wave
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 global mean of e-p-r set to zero at each time step
21                           !     =2 annual global mean of e-p-r set to zero
22                           !     =3 global emp set to zero and spread out over erp area
23   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave)
24/
Note: See TracBrowser for help on using the repository browser.