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 1225 for trunk/DOC/TexFiles/Namelist/namsbc – NEMO

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

phase the namelist with NEMO v3 + update the references & figures see ticket #284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namsbc

    r994 r1225  
    11!----------------------------------------------------------------------- 
    2 &namsbc       Surface Boundary Condition (surface module) 
     2&namsbc        !   Surface Boundary Condition (surface module) 
    33!----------------------------------------------------------------------- 
    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 (fill namsbc_ana ) 
    7    ln_flx      = .false.   ! flux       formulation (fill namsbc_flx )  
    8    ln_blk_clio = .true.    ! CLIO bulk  formulation (fill namsbc_core)  
    9    ln_blk_core = .false.   ! CORE bulk  formulation (fill namsbc_clio) 
    10    ln_cpl      = .false.   ! coupled    formulation (fill namsbc_cpl )  
    11    nn_ice      = 2         ! ice areas : =0 no ice in the domain 
    12                            !             =1 specify observed ice-cover 
    13                            !             =2 use an ice-model            ("key_lim3" or "key_lim2) 
    14    nn_ico_cpl  = 0         ! ice-ocean stress : =0 LIM-3 old case  
    15                            !                    =1 stresses computed using now ocean velocity 
    16                            !                    =2 combination of 0 and 1 cases 
    17    ln_dm2dc    = .false.   ! Daily mean converted into Diurnal Cycle for short wave (qsr) 
    18    ln_rnf      = .false.   ! river runoffs (fill namsbc_rnf) 
    19    ln_ssr      = .false.   ! Sea Surface Restoring on T and/or S (fill namsbc_ssr) 
    20    nn_fwb      = 0         ! FreshWater Budget : =0 no control                             
    21                            !                     =1 annual global mean set to zero 
    22                            !                     =2 global mean instantaneously set to zero 
     4   nn_fsbc     = 5         !  frequency of surface boundary condition computation  
     5                           !               (= 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 ) 
     11   nn_ice      = 2         !  =0 no ice boundary condition   , 
     12                           !  =1 use observed ice-cover      , 
     13                           !  =2 ice-model used                             ("key_lim3" or "key_lim2) 
     14   nn_ico_cpl  = 0         !  ice-ocean coupling : =0 each nn_fsbc  
     15                           !                       =1 stress recomputed each ocean time step ("key_lim3") 
     16                           !                       =2 combination of 0 and 1 cases           ("key_lim3") 
     17   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   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked                              ,  
     21                           !                     =1 global mean of e-p-r set to zero at each nn_fsbc time step   , 
     22                           !                     =2 annual global mean of e-p-r set to zero 
    2323/ 
Note: See TracChangeset for help on using the changeset viewer.