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

source: branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namsbc @ 3989

Last change on this file since 3989 was 3989, checked in by clevy, 11 years ago

Configuration setting/Step3 and doc, see ticket:#1074

File size: 2.4 KB
RevLine 
[994]1!-----------------------------------------------------------------------
[1225]2&namsbc        !   Surface Boundary Condition (surface module)
[994]3!-----------------------------------------------------------------------
[3989]4   nn_fsbc     = 5         !  frequency of surface boundary condition computation
[2540]5                           !     (also = the frequency of sea-ice model call)
[3989]6   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )
[2349]7   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx )
[3989]8   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)
9   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)
[3294]10   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs )
[2349]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 )
[1225]13   nn_ice      = 2         !  =0 no ice boundary condition   ,
14                           !  =1 use observed ice-cover      ,
[2349]15                           !  =2 ice-model used                         ("key_lim3" or "key_lim2)
[3989]16   nn_ice_embd = 0         !  =0 levitating ice (no mass exchange, concentration/dilution effect)
17                           !  =1 levitating ice with mass and salt exchange but no presure effect
18                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure)
[2540]19   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave
[2349]20   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
21   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
[3989]22   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked
23                           !     =1 global mean of e-p-r set to zero at each time step
[2540]24                           !     =2 annual global mean of e-p-r set to zero
25                           !     =3 global emp set to zero and spread out over erp area
[3989]26   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave)
[3294]27   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave)
[3989]28   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave)
[2349]29/
Note: See TracBrowser for help on using the repository browser.