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

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: phasing of the DOC and trunk namelists

File:
1 edited

Legend:

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

    r2376 r2540  
    33!----------------------------------------------------------------------- 
    44   nn_fsbc     = 5         !  frequency of surface boundary condition computation  
    5                            !               (= the frequency of sea-ice model call) 
     5                           !     (also = the frequency of sea-ice model call) 
    66   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )  
    77   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)  
     8   ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
     9   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core)  
    1010   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
    11    ln_apr_blk  = .false.   !  Patm used in bulk formulation             (T => fill namsbc_apr ) 
    1211   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    1312   nn_ice      = 2         !  =0 no ice boundary condition   , 
    1413                           !  =1 use observed ice-cover      , 
    1514                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
    16    ln_dm2dc    = .false.   !  daily mean to diurnal cycle short wave (qsr) 
     15   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    1716   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    1817   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    1918   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked  
    20                            !                     =1 set to zero at each time step  
    21                            !                     =2 set to zero in annual mean 
    22                            !                     =3 as in case 1 but spread out over erp area 
     19                           !     =1 global mean of e-p-r set to zero at each time step  
     20                           !     =2 annual global mean of e-p-r set to zero 
     21                           !     =3 global emp set to zero and spread out over erp area 
    2322/ 
Note: See TracChangeset for help on using the changeset viewer.