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 7243 for branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/AMM12 – NEMO

Ignore:
Timestamp:
2016-11-17T10:18:47+01:00 (8 years ago)
Author:
flavoni
Message:

fix namelists

File:
1 edited

Legend:

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

    r6723 r7243  
    8484                           !     (also = the frequency of sea-ice model call) 
    8585   ln_flx      = .true.    !  flux formulation       (T => fill namsbc_flx ) 
    86    ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     86   ln_blk      = .false.   !  Bulk formulation                          (T => fill namsbc_blk ) 
    8787   nn_ice      = 0         !  =0 no ice boundary condition 
    8888   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    8989   nn_fwb      = 0         !  FreshWater Budget: =0 unchecked 
    90    ln_apr_dyn  = .false.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     90   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    9191   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    92  
    93 / 
    94 !----------------------------------------------------------------------- 
    95 &namsbc_ana    !   analytical surface boundary condition 
    96 !----------------------------------------------------------------------- 
    9792/ 
    9893!----------------------------------------------------------------------- 
     
    107102   sn_emp  = 'amm12_flx' ,          3        , 'sowafldo',  .true.      , .false., 'daily'   ,  ''      ,  ''      , '' 
    108103   cn_dir  = './fluxes/'        !  root directory for the location of the flux files 
    109 / 
    110 !----------------------------------------------------------------------- 
    111 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    112 !----------------------------------------------------------------------- 
    113 / 
    114 !----------------------------------------------------------------------- 
    115 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    116 !----------------------------------------------------------------------- 
    117104/ 
    118105!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.