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

Ignore:
Timestamp:
2017-11-24T17:14:03+01:00 (7 years ago)
Author:
flavoni
Message:

ROBUST-11_Simona-DocUserdef?: update DOC and Namelists, for usrdef routines and domain_cfg

File:
1 edited

Legend:

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

    r8586 r8810  
    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  
     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  
    1917                     ! Sea-ice : 
    20    nn_ice      = 3         !  =0 no ice boundary condition   , 
     18   nn_ice      = 0         !  =0 no ice boundary condition   , 
    2119                           !  =1 use observed ice-cover      , 
    22                            !  =2-3 ice-model used                       ("key_lim3", "key_lim2", "key_cice") 
    23    nn_ice_embd = 1         !  =0 levitating ice (no mass exchange, concentration/dilution effect) 
    24                            !  =1 levitating ice with mass and salt exchange but no presure effect 
    25                            !  =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) 
    2624                     ! Misc. options of sbc :  
    27    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) 
    2826   ln_dm2dc    = .false.   !  daily mean to diurnal cycle on short wave 
    2927   ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
     
    3432   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    3533   ln_isf      = .false.   !  ice shelf                                 (T   => fill namsbc_isf) 
    36    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) 
    3739   nn_lsm      = 0         !  =0 land/sea mask for input fields is not applied (keep empty land/sea mask filename field) , 
    3840                           !  =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.