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.
Changeset 6808 for branches/NERC/dev_r5549_BDY_ZEROGRAD/DOC/TexFiles/Namelist/namsbc – NEMO

Ignore:
Timestamp:
2016-07-19T10:38:35+02:00 (8 years ago)
Author:
jamesharle
Message:

merge with trunk@6232 for consistency with SSB code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5549_BDY_ZEROGRAD/DOC/TexFiles/Namelist/namsbc

    r5120 r6808  
    33!----------------------------------------------------------------------- 
    44   nn_fsbc     = 5         !  frequency of surface boundary condition computation 
    5                            !     (also = the frequency of sea-ice model call) 
     5                           !     (also = the frequency of sea-ice & iceberg model call) 
     6                     ! Type of air-sea fluxes  
    67   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana ) 
    78   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
     
    910   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    1011   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 ) 
     12                     ! Type of coupling (Ocean/Ice/Atmosphere) : 
     13   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     14   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
     15   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
     16                           !  =0 no opa-sas OASIS coupling: default single executable configuration 
     17                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
     18                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
     19   nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
     20                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
     21                           !  = 0  Average per-category fluxes (forced and coupled mode) 
     22                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
     23                           !  = 2  Redistribute a single flux over categories (coupled mode only) 
     24                     ! Sea-ice : 
    1325   nn_ice      = 2         !  =0 no ice boundary condition   , 
    1426                           !  =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) 
     27                           !  =2 ice-model used                         ("key_lim3", "key_lim2", "key_cice") 
     28   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    1729                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    1830                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    19    ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
     31                     ! Misc. options of sbc :  
     32   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr ) 
     33      ln_dm2dc = .false.      !  daily mean to diurnal cycle on short wave 
    2034   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) 
    2635   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    27    nn_fwb      = 3         !  FreshWater Budget: =0 unchecked 
     36   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
    2837                           !     =1 global mean of e-p-r set to zero at each time step 
    2938                           !     =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 
     39   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     40   ln_isf      = .false.   !  ice shelf melting/freezing                (T => fill namsbc_isf) 
     41   ln_wave = .false.       !  coupling with surface wave                    (T => fill namsbc_wave) 
     42   nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     43                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
    3744/ 
Note: See TracChangeset for help on using the changeset viewer.