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 9019 for branches/2017/dev_merge_2017/DOC/Namelists/namsbc – NEMO

Ignore:
Timestamp:
2017-12-13T15:58:53+01:00 (6 years ago)
Author:
timgraham
Message:

Merge of dev_CNRS_2017 into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/Namelists/namsbc

    r6997 r9019  
    55                           !     (also = the frequency of sea-ice & iceberg model call) 
    66                     ! Type of air-sea fluxes  
    7    ln_ana      = .false.   !  analytical formulation                    (T => fill namsbc_ana ) 
     7   ln_usr      = .false.   !  user defined formulation                  (T => check usrdef_sbc) 
    88   ln_flx      = .false.   !  flux formulation                          (T => fill namsbc_flx ) 
    9    ln_blk_clio = .false.   !  CLIO bulk formulation                     (T => fill namsbc_clio) 
    10    ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    11    ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
     9   ln_blk      = .false.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    1210                     ! Type of coupling (Ocean/Ice/Atmosphere) : 
    1311   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
    1412   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
    1513   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
    16                            !  =0 no opa-sas OASIS coupling: default single executable configuration 
    17                            !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
    18                            !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
    19    nn_limflx = -1          !  LIM3 Multi-category heat flux formulation (use -1 if LIM3 is not used) 
    20                            !  =-1  Use per-category fluxes, bypass redistributor, forced mode only, not yet implemented coupled 
    21                            !  = 0  Average per-category fluxes (forced and coupled mode) 
    22                            !  = 1  Average and redistribute per-category fluxes, forced mode only, not yet implemented coupled 
    23                            !  = 2  Redistribute a single flux over categories (coupled mode only) 
     14                           !  =0 no opa-sas OASIS coupling: default single executable config. 
     15                           !  =1 opa-sas OASIS coupling: multi executable config., OPA component 
     16                           !  =2 opa-sas OASIS coupling: multi executable config., SAS component  
    2417                     ! Sea-ice : 
    25    nn_ice      = 2         !  =0 no ice boundary condition   , 
     18   nn_ice      = 0         !  =0 no ice boundary condition   , 
    2619                           !  =1 use observed ice-cover      , 
    27                            !  =2 ice-model used                         ("key_lim3", "key_lim2", "key_cice") 
    28    nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    29                            !  =1 levitating ice with mass and salt exchange but no presure effect 
    30                            !  =2 embedded sea-ice (full salt and mass exchanges and pressure) 
     20                           !  =2 or 3 automatically for LIM3 or CICE    ("key_lim3" or "key_cice") 
     21                           !          except in AGRIF zoom where it has to be specified 
     22   ln_ice_embd = .false.   !  =T embedded sea-ice (pressure + mass and salt exchanges) 
     23                           !  =F levitating ice (no pressure, mass and salt exchanges) 
    3124                     ! Misc. options of sbc :  
    32    ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr ) 
     25   ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    3326   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    3427   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     
    3932   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    4033   ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf) 
    41    ln_wave     = .false.   !  coupling with surface wave                (T => fill namsbc_wave) 
     34   ln_wave     = .false.   !  Activate coupling with wave  (T => fill namsbc_wave) 
     35   ln_cdgw     = .false.   !  Neutral drag coefficient read from wave model (T => ln_wave=.true. & fill namsbc_wave) 
     36   ln_sdw      = .false.   !  Read 2D Surf Stokes Drift & Computation of 3D stokes drift (T => ln_wave=.true. & fill namsbc_wave)  
     37   ln_tauoc    = .false.   !  Activate ocean stress modified by external wave induced stress (T => ln_wave=.true. & fill namsbc_wave) 
     38   ln_stcor    = .false.   !  Activate Stokes Coriolis term (T => ln_wave=.true. & ln_sdw=.true. & fill namsbc_wave) 
    4239   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
    4340                           !  =1:n number of iterations of land/sea mask application for input fields (fill land/sea mask filename field) 
Note: See TracChangeset for help on using the changeset viewer.