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

    r6489 r6723  
    103103/ 
    104104!----------------------------------------------------------------------- 
    105 &namsbc_clio   !   namsbc_clio  CLIO bulk formulae 
    106 !----------------------------------------------------------------------- 
    107 / 
    108 !----------------------------------------------------------------------- 
    109 &namsbc_core   !   namsbc_core  CORE bulk formulae 
     105&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    110106!----------------------------------------------------------------------- 
    111107!              !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     
    119115   sn_prec     = 'forcing_PAPASTATION_1h' ,         1         , 'prec'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
    120116   sn_snow     = 'forcing_PAPASTATION_1h' ,         1         , 'snow'    ,   .false.    , .false. , 'yearly' , '' , '', '' 
    121    rn_zqt      =  2.    !  air temperature and humidity referenced at 2m (T) instead 10m (F) 
    122 / 
    123 !----------------------------------------------------------------------- 
    124 &namsbc_mfs   !   namsbc_mfs  MFS bulk formulae 
    125 !----------------------------------------------------------------------- 
     117   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP',        .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     118 
     119   nn_bulk_algo = 1        !  Bulk algorithm to use to compute bulk transfer coefficients Cd, Ce and Ch 
     120                           !  1 => "NCAR" algorithm        (Large and Yeager, 2008) 
     121                           !  2 => "COARE 3.0" algorithm   (Fairall et al 2003) 
     122                           !  3 => "ECMWF" algorithm       (IFS cycle 31) 
     123                           !  4 => "COARE 3.5" algorithm   (Edson et al 2013) 
     124 
     125   rn_zqt      =  2.       !  Air temperature and humidity reference height (m) 
    126126/ 
    127127!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.