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 10253 for branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/namsbc – NEMO

Ignore:
Timestamp:
2018-10-29T15:55:40+01:00 (5 years ago)
Author:
kingr
Message:

Merged AMM15_v3_6_STABLE_package_collate@10237

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_AMM15_package/DOC/TexFiles/Namelist/namsbc

    r10251 r10253  
    99   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    1010   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    11    ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
     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  
    1217   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    1318   nn_ice      = 2         !  =0 no ice boundary condition   , 
    1419                           !  =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) 
     20                           !  =2 ice-model used                         ("key_lim3" or "key_lim2") 
     21   nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    1722                           !  =1 levitating ice with mass and salt exchange but no presure effect 
    1823                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    1924   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    20    ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     25   ln_rnf      = .true.    !  runoffs                                   (T   => fill namsbc_rnf) 
    2126   nn_isf      = 0         !  ice shelf melting/freezing                (/=0 => fill namsbc_isf) 
    2227                           !  0 =no isf                  1 = presence of ISF 
     
    2530                           !  option 1 and 4 need ln_isfcav = .true. (domzgr) 
    2631   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    27    nn_fwb      = 3         !  FreshWater Budget: =0 unchecked 
     32   nn_fwb      = 2         !  FreshWater Budget: =0 unchecked 
    2833                           !     =1 global mean of e-p-r set to zero at each time step 
    2934                           !     =2 annual global mean of e-p-r set to zero 
    30                            !     =3 global emp set to zero and spread out over erp area 
    3135   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
    3236   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
    3337   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 
     38   nn_lsm  = 0             !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
     39                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
     40   nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
     41                           !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
     42                           !  = 0  Average per-category fluxes (forced and coupled mode) 
     43                           !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
     44                           !  = 2  Redistribute a single flux over categories (coupled mode only) 
    3745/ 
Note: See TracChangeset for help on using the changeset viewer.