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 5220 for branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-04-17T11:50:03+02:00 (9 years ago)
Author:
smasson
Message:

dev_r5218_CNRS17_coupling: first update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5190 r5220  
    215215!!   namsbc_core     CORE bulk formulae formulation 
    216216!!   namsbc_mfs      MFS  bulk formulae formulation 
    217 !!   namsbc_cpl      CouPLed            formulation                     ("key_coupled") 
     217!!   namsbc_cpl      CouPLed            formulation                     ("key_oasis3") 
    218218!!   namsbc_sas      StAndalone Surface module 
    219219!!   namtra_qsr      penetrative solar radiation 
     
    235235   ln_blk_core = .true.    !  CORE bulk formulation                     (T => fill namsbc_core) 
    236236   ln_blk_mfs  = .false.   !  MFS bulk formulation                      (T => fill namsbc_mfs ) 
     237   ln_cpl      = .false.   !  atmosphere coupled   formulation          ( requires key_oasis3 ) 
     238   ln_mixcpl   = .false.   !  forced-coupled mixed formulation          ( requires key_oasis3 ) 
     239   nn_components = 0       !  configuration of the opa-sas OASIS coupling 
     240                           !  =0 no opa-sas OASIS coupling: default single executable configuration 
     241                           !  =1 opa-sas OASIS coupling: multi executable configuration, OPA component 
     242                           !  =2 opa-sas OASIS coupling: multi executable configuration, SAS component  
    237243   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    238244   nn_ice      = 2         !  =0 no ice boundary condition   , 
     
    342348/ 
    343349!----------------------------------------------------------------------- 
    344 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_coupled") 
     350&namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    345351!----------------------------------------------------------------------- 
    346352!                    !     description       !  multiple  !    vector   !      vector          ! vector ! 
     
    932938                           !        = 1 add a tke source below the ML 
    933939                           !        = 2 add a tke source just at the base of the ML 
    934                            !        = 3 as = 1 applied on HF part of the stress    ("key_coupled") 
     940                           !        = 3 as = 1 applied on HF part of the stress    ("key_oasis3") 
    935941   rn_efr      =   0.05    !  fraction of surface tke value which penetrates below the ML (nn_etau=1 or 2) 
    936942   nn_htau     =   1       !  type of exponential decrease of tke penetration below the ML 
Note: See TracChangeset for help on using the changeset viewer.