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 – NEMO

Changeset 7243


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

fix namelists

Location:
branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG
Files:
13 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!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/GYRE/EXP00/namelist_cfg

    r6723 r7243  
    8181   !                       !     (also = the frequency of sea-ice model call) 
    8282   ln_ana      = .true.    !  analytical formulation                    (T => fill namsbc_ana ) 
    83    ln_blk_core = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
     83   ln_blk      = .false.   !  CORE bulk formulation                     (T => fill namsbc_core) 
    8484   nn_ice      = 0         !  =0 no ice boundary condition   , 
    8585   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     
    9292   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    9393   rn_utau0    =   0.1e0   !  uniform value for the i-stress 
    94 / 
    95 !----------------------------------------------------------------------- 
    96 &namsbc_flx    !   surface boundary condition : flux formulation 
    97 !----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    101 !----------------------------------------------------------------------- 
    102 / 
    103 !----------------------------------------------------------------------- 
    104 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    105 !----------------------------------------------------------------------- 
    10694/ 
    10795!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_cfg

    r6723 r7243  
    9797   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    9898   rn_utau0    =   0.1e0   !  uniform value for the i-stress 
    99 / 
    100 !----------------------------------------------------------------------- 
    101 &namsbc_flx    !   surface boundary condition : flux formulation 
    102 !----------------------------------------------------------------------- 
    103 / 
    104 !----------------------------------------------------------------------- 
    105 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    106 !----------------------------------------------------------------------- 
    107 / 
    108 !----------------------------------------------------------------------- 
    109 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    110 !----------------------------------------------------------------------- 
    11199/ 
    112100!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_cfg

    r6723 r7243  
    8686   ln_qsr_2bd  = .true.    !  2 bands              light penetration 
    8787   nn_chldta   =      0    !  RGB : Chl data (=1) or cst value (=0) 
    88 / 
    89  
    90 !----------------------------------------------------------------------- 
    91 &namberg       !   iceberg parameters 
    92 !----------------------------------------------------------------------- 
    9388/ 
    9489!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/GYRE_XIOS/EXP00/namelist_cfg

    r6723 r7243  
    9090   nn_tau000   =   100     !  gently increase the stress over the first ntau_rst time-steps 
    9191   rn_utau0    =   0.1     !  uniform value for the i-stress 
    92 / 
    93 !----------------------------------------------------------------------- 
    94 &namsbc_flx    !   surface boundary condition : flux formulation 
    95 !----------------------------------------------------------------------- 
    96 / 
    97 !----------------------------------------------------------------------- 
    98 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    99 !----------------------------------------------------------------------- 
    100 / 
    101 !----------------------------------------------------------------------- 
    102 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    103 !----------------------------------------------------------------------- 
    10492/ 
    10593!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/1_namelist_cfg

    r6723 r7243  
    8080&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    8181!----------------------------------------------------------------------- 
    82 !              !  file name                    ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
    83 !              !                               !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
    84    sn_wndi     = 'u_10.15JUNE2009_fill'        ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Uwnd'   , '' 
    85    sn_wndj     = 'v_10.15JUNE2009_fill'        ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'      , 'Vwnd'   , '' 
    86    sn_qsr      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    87    sn_qlw      = 'ncar_rad.15JUNE2009_fill'    ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    88    sn_tair     = 't_10.15JUNE2009_fill'        ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    89    sn_humi     = 'q_10.15JUNE2009_fill'        ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    90    sn_prec     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    91    sn_snow     = 'ncar_precip.15JUNE2009_fill' ,        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    92    sn_tdif     = 'taudif_core'                 ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'     , ''       , '' 
    93  
    94    cn_dir      = './'      !  root directory for the location of the bulk files 
    95    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    96    rn_zqt      = 10.        !  Air temperature and humidity reference height (m) 
    97    rn_zu       = 10.        !  Wind vector reference height (m) 
    98    rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    99    rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    100    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    101                            !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
     82!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
     83!              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
     84   sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Uwnd'   , '' 
     85   sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bicubic.nc'     , 'Vwnd'   , '' 
     86   sn_qsr      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'SWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     87   sn_qlw      = 'ncar_rad.15JUNE2009_fill'   ,        24         , 'LWDN_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     88   sn_tair     = 't_10.15JUNE2009_fill'       ,         6         , 'T_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     89   sn_humi     = 'q_10.15JUNE2009_fill'       ,         6         , 'Q_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     90   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     91   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     92   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     93   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
     94   ! 
     95   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     96   ! 
    10297/ 
    10398!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/namelist_cfg

    r6723 r7243  
    6565&namsbc        !   Surface Boundary Condition (surface module) 
    6666!----------------------------------------------------------------------- 
     67   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    6768/ 
    6869!----------------------------------------------------------------------- 
    6970&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    7071!----------------------------------------------------------------------- 
     72   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    7173/ 
    7274!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/1_namelist_cfg

    r6723 r7243  
    8888   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    8989   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    90    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP',        .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear_noc.nc', ''       , '' 
     90   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    9191   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core2_agrif_bilinear.nc'    , ''       , '' 
    92  
     92   ! 
    9393   !                    !  bulk algorithm : 
    94    ln_NCAR     = .true.    ! "NCAR"      algorithm   (Large and Yeager 2008) 
    95    ! 
    96    cn_dir      = './'      !  root directory for the location of the bulk files 
    97    ln_taudif   = .false.   !  HF tau contribution: use "mean of stress module - module of the mean stress" data 
    98    rn_zqt      = 10.       !  Air temperature and humidity reference height (m) 
    99    rn_zu       = 10.       !  Wind vector reference height (m) 
    100    rn_pfac     = 1.        !  multiplicative factor for precipitation (total & snow) 
    101    rn_efac     = 1.        !  multiplicative factor for evaporation (0. or 1.) 
    102    rn_vfac     = 0.        !  multiplicative factor for ocean/ice velocity 
    103                            !  in the calculation of the wind stress (0.=absolute winds or 1.=relative winds) 
     94   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     95   ! 
    10496/ 
    10597!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_LIM_CFC_C14b/EXP00/namelist_cfg

    r6723 r7243  
    8484&namsbc        !   Surface Boundary Condition (surface module) 
    8585!----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namsbc_ana    !   analytical surface boundary condition 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namsbc_flx    !   surface boundary condition : flux formulation 
    93 !----------------------------------------------------------------------- 
    94 /       
     86   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     87/ 
    9588!----------------------------------------------------------------------- 
    9689&namsbc_blk   !   namsbc_blk  Bulk formulae 
    9790!----------------------------------------------------------------------- 
    98 / 
    99 !----------------------------------------------------------------------- 
    100 &namsbc_cpl    !   coupled ocean/atmosphere model                       ("key_oasis3") 
    101 !----------------------------------------------------------------------- 
     91   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    10292/ 
    10393!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_cfg

    r6723 r7243  
    6161&namsbc        !   Surface Boundary Condition (surface module) 
    6262!----------------------------------------------------------------------- 
     63   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    6364/ 
    6465!----------------------------------------------------------------------- 
    6566&namsbc_blk   !   namsbc_blk  Bulk formulae 
    6667!----------------------------------------------------------------------- 
     68   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    6769/ 
    6870!----------------------------------------------------------------------- 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_cfg

    r6489 r7243  
    6666&namsbc        !   Surface Boundary Condition (surface module) 
    6767!----------------------------------------------------------------------- 
     68   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
    6869   nn_fsbc     = 1         !  frequency of surface boundary condition computation  
    6970   ln_rnf      = .false.   !  runoffs 
    7071   ln_traqsr   = .false.   !  Light penetration (T) or not (F) 
    71  
     72/ 
     73!----------------------------------------------------------------------- 
     74&namsbc_blk   !   namsbc_blk  Bulk formulae 
     75!----------------------------------------------------------------------- 
     76   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
     77/ 
    7278!----------------------------------------------------------------------- 
    7379&namtra_qsr    !   penetrative solar radiation 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/namelist_cfg

    r6723 r7243  
    6363&namsbc        !   Surface Boundary Condition (surface module) 
    6464!----------------------------------------------------------------------- 
     65   ln_blk      = .true.    !  Bulk formulation                          (T => fill namsbc_blk ) 
     66/ 
     67!----------------------------------------------------------------------- 
     68&namsbc_blk   !   namsbc_blk  Bulk formulae 
     69!----------------------------------------------------------------------- 
     70   ln_NCAR     = .true.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
    6571/ 
    6672!----------------------------------------------------------------------- 
     
    6874!----------------------------------------------------------------------- 
    6975/       
    70 !----------------------------------------------------------------------- 
    71 &namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    72 !----------------------------------------------------------------------- 
    73 / 
    7476!----------------------------------------------------------------------- 
    7577&namsbc_ssr    !   surface boundary condition : sea surface restoring 
  • branches/2016/dev_r6711_SIMPLIF_6_aerobulk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r7163 r7243  
    314314&namsbc_blk   !   namsbc_blk  generic Bulk formula                      (ln_blk = T) 
    315315!----------------------------------------------------------------------- 
    316 !              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                               ! rotation ! land/sea mask ! 
    317 !              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                              ! pairing  ! filename      ! 
     316!              !  file name                   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights                              ! rotation ! land/sea mask ! 
     317!              !                              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename                             ! pairing  ! filename      ! 
    318318   sn_wndi     = 'u_10.15JUNE2009_fill'       ,         6         , 'U_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Uwnd'   , '' 
    319319   sn_wndj     = 'v_10.15JUNE2009_fill'       ,         6         , 'V_10_MOD',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bicubic_noc.nc'   , 'Vwnd'   , '' 
     
    324324   sn_prec     = 'ncar_precip.15JUNE2009_fill',        -1         , 'PRC_MOD1',   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    325325   sn_snow     = 'ncar_precip.15JUNE2009_fill',        -1         , 'SNOW'    ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    326    sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP',        .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
     326   sn_slp      = 'slp.15JUNE2009_fill'        ,         6         , 'SLP'     ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    327327   sn_tdif     = 'taudif_core'                ,        24         , 'taudif'  ,   .false.    , .true. , 'yearly'  , 'weights_core_orca2_bilinear_noc.nc'  , ''       , '' 
    328  
    329328   !                    !  bulk algorithm : 
    330329   ln_NCAR     = .false.   ! "NCAR"      algorithm   (Large and Yeager 2008) 
Note: See TracChangeset for help on using the changeset viewer.