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_XIOS/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_XIOS/EXP00/namelist_cfg

    r6489 r6723  
    7979                           !     (also = the frequency of sea-ice model call) 
    8080   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    81    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     81   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    8282   nn_ice      = 0         !  =0 no ice boundary condition   , 
    8383   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     
    8989!----------------------------------------------------------------------- 
    9090   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    91    rn_utau0    =   0.1e0   !  uniform value for the i-stress 
     91   rn_utau0    =   0.1     !  uniform value for the i-stress 
    9292/ 
    9393!----------------------------------------------------------------------- 
     
    9696/ 
    9797!----------------------------------------------------------------------- 
    98 &namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    99 !----------------------------------------------------------------------- 
    100 / 
    101 !----------------------------------------------------------------------- 
    102 &namsbc_core   !   namsbc_core  CORE bulk formulae 
    103 !----------------------------------------------------------------------- 
    104 / 
    105 !----------------------------------------------------------------------- 
    106 &namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
     98&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    10799!----------------------------------------------------------------------- 
    108100/ 
Note: See TracChangeset for help on using the changeset viewer.