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

source: branches/2011/dev_INGV_2011/DOC/TexFiles/Namelist/namsbc @ 2994

Last change on this file since 2994 was 2994, checked in by poddo, 12 years ago

ticket #879. Step 4: Add in changes from the 2011/dev_r2802_INGV2_3_blk_wave branch

  • Property svn:executable set to *
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_ecmwf= .false.   !  MFS bulk formulation                      (T => fill namsbc_ecmwf)
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 = .true.        ! true if neutral drag coefficient read from wave model
24/
Note: See TracBrowser for help on using the repository browser.