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 4147 for branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/namsbc – NEMO

Ignore:
Timestamp:
2013-11-04T12:51:55+01:00 (10 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/namsbc

    r3294 r4147  
    22&namsbc        !   Surface Boundary Condition (surface module) 
    33!----------------------------------------------------------------------- 
    4    nn_fsbc     = 5         !  frequency of surface boundary condition computation  
     4   nn_fsbc     = 5         !  frequency of surface boundary condition computation 
    55                           !     (also = the frequency of sea-ice model call) 
    6    ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana )  
     6   ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana ) 
    77   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    8    ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio)  
    9    ln_blk_core = .true.    !  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_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
    1111   ln_cpl      = .false.   !  Coupled formulation                       (T => fill namsbc_cpl ) 
     
    1414                           !  =1 use observed ice-cover      , 
    1515                           !  =2 ice-model used                         ("key_lim3" or "key_lim2) 
     16   nn_ice_embd = 0         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
     17                           !  =1 levitating ice with mass and salt exchange but no presure effect 
     18                           !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
    1619   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    1720   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    1821   ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    19    nn_fwb      = 3         !  FreshWater Budget: =0 unchecked  
    20                            !     =1 global mean of e-p-r set to zero at each time step  
     22   nn_fwb      = 3         !  FreshWater Budget: =0 unchecked 
     23                           !     =1 global mean of e-p-r set to zero at each time step 
    2124                           !     =2 annual global mean of e-p-r set to zero 
    2225                           !     =3 global emp set to zero and spread out over erp area 
     26   ln_wave = .false.       !  Activate coupling with wave (either Stokes Drift or Drag coefficient, or both)  (T => fill namsbc_wave) 
    2327   ln_cdgw = .false.       !  Neutral drag coefficient read from wave model (T => fill namsbc_wave) 
     28   ln_sdw  = .false.       !  Computation of 3D stokes drift                (T => fill namsbc_wave) 
    2429/ 
Note: See TracChangeset for help on using the changeset viewer.