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 6723 for branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2016-06-19T11:36:47+02:00 (8 years ago)
Author:
gm
Message:

#1751 - branch SIMPLIF_6_aerobulk: add aerobulk package including NCAR, COARE and ECMWF bulk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r6489 r6723  
    8686                           !     (also = the frequency of sea-ice model call) 
    8787   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    88    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     88   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    8989   nn_ice      = 0         !  =0 no ice boundary condition   , 
    9090   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     
    103103/ 
    104104!----------------------------------------------------------------------- 
    105 &namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    106 !----------------------------------------------------------------------- 
    107 / 
    108 !----------------------------------------------------------------------- 
    109 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    110 !----------------------------------------------------------------------- 
    111 / 
    112 !----------------------------------------------------------------------- 
    113 &namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
     105&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    114106!----------------------------------------------------------------------- 
    115107/ 
Note: See TracChangeset for help on using the changeset viewer.