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 2349 for branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namsbc – NEMO

Ignore:
Timestamp:
2010-11-01T15:21:01+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: #658 phasing of the doc - key check + many minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namsbc

    r2282 r2349  
    44   nn_fsbc     = 5         !  frequency of surface boundary condition computation  
    55                           !               (= 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 = .true.    !  CLIO bulk formulation  (T => fill namsbc_clio)  
    9    ln_blk_core = .false.   !  CORE bulk formulation  (T => fill namsbc_core)  
    10    ln_cpl      = .false.   !  Coupled formulation    (T => fill namsbc_cpl ) 
     6   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )  
     7   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
     8   ln_blk_clio = .true.    !  CLIO bulk formulation                     (T => fill namsbc_clio)  
     9   ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core)  
     10   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
     11   ln_apr_blk  = .false.   !  Patm used in bulk formulation             (T => fill namsbc_apr ) 
     12   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    1113   nn_ice      = 2         !  =0 no ice boundary condition   , 
    1214                           !  =1 use observed ice-cover      , 
    13                            !  =2 ice-model used                             ("key_lim3" or "key_lim2) 
     15                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    1416   nn_ico_cpl  = 0         !  ice-ocean coupling : =0 each nn_fsbc  
    15                            !                       =1 stresses recomputed each ocean time step ("key_lim3" only) 
    16                            !                       =2 combination of 0 and 1 cases             ("key_lim3" only) 
     17                           !                       =1 stress recomputed each ocean time step ("key_lim3" only) 
     18                           !                       =2 combination of 0 and 1 cases           ("key_lim3" only) 
    1719   ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
    18    ln_rnf      = .true.    !  runoffs (T => fill namsbc_rnf) 
    19    ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S (T => fill namsbc_ssr) 
     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) 
    2022   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked  
    21                            !                     =1 global mean of e-p-r set to zero at each time step  
    22                            !                     =2 annual global mean of e-p-r set to zero 
    23                            !                     =3 global emp set to zero and spread out over erp area 
     23                           !                     =1 set to zero at each time step  
     24                           !                     =2 set to zero in annual mean 
     25                           !                     =3 as in case 1 but spread out over erp area 
    2426/ 
Note: See TracChangeset for help on using the changeset viewer.