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/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/DOC/TexFiles/Namelist – NEMO

source: branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/DOC/TexFiles/Namelist/namsbc @ 5600

Last change on this file since 5600 was 5600, checked in by andrewryan, 9 years ago

merged in latest version of trunk alongside changes to SAO_SRC to be compatible with latest OBS

File size: 3.1 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   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)
19   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave
20   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
21   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf)
22                           !  0 =no isf                  1 = presence of ISF
23                           !  2 = bg03 parametrisation   3 = rnf file for isf
24                           !  4 = ISF fwf specified
25                           !  option 1 and 4 need ln_isfcav = .true. (domzgr)
26   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
27   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked
28                           !     =1 global mean of e-p-r set to zero at each time step
29                           !     =2 annual global mean of e-p-r set to zero
30                           !     =3 global emp set to zero and spread out over erp area
31   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave)
32   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave)
33   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave)
34   nn_lsm  = 0             !  =0   land/sea mask for input fields is not applied (the field land/sea mask filename
35                           !       is left empty in namelist)  ,
36                           !  =1:n number of iterations of land/sea mask application for input fields
37/
Note: See TracBrowser for help on using the repository browser.