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/2016/dev_merge_2016/DOC/Namelists – NEMO

source: branches/2016/dev_merge_2016/DOC/Namelists/namsbc @ 7671

Last change on this file since 7671 was 7671, checked in by flavoni, 7 years ago

DOC: update some SBC namelists

File size: 4.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 & iceberg model call)
6                     ! Type of air-sea fluxes
7   ln_usr      = .false.   !  user defined formulation                  (T => check usrdef_sbc)
8   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx )
9   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk )
10                     ! Type of coupling (Ocean/Ice/Atmosphere) :
11   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 )
12   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 )
13   nn_components = 0       !  configuration of the opa-sas OASIS coupling
14                           !  =0 no opa-sas OASIS coupling: default single executable configuration
15                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component
16                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component
17   nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used)
18                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled
19                           !  = 0  Average per-category fluxes (forced and coupled mode)
20                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled
21                           !  = 2  Redistribute a single flux over categories (coupled mode only)
22                     ! Sea-ice :
23   nn_ice      = 2         !  =0 no ice boundary condition   ,
24                           !  =1 use observed ice-cover      ,   
25                           !  =2 to 4 :  ice-model used (LIM2, LIM3 or CICE)                         ("key_lim3", "key_lim2", or "key_cice")
26   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect)
27                           !  =1 levitating ice with mass and salt exchange but no presure effect
28                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure)
29                     ! Misc. options of sbc :
30   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr)
31   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave
32   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf)
33   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr)
34   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked
35                           !     =1 global mean of e-p-r set to zero at each time step
36                           !     =2 annual global mean of e-p-r set to zero
37   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr )
38   ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf)
39   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave)
40   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave)
41   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)
42   ln_tauoc    = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave)
43   ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave)
44   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) ,
45                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field)
46/
Note: See TracBrowser for help on using the repository browser.