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 9516 for branches/2017 – NEMO

Changeset 9516 for branches/2017


Ignore:
Timestamp:
2018-04-27T16:46:20+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: CONFIG:correct the namelist_top_cfg + activate ln_traldf_msc in ORCA2 and NORDIC

Location:
branches/2017/dev_merge_2017/NEMOGCM/CONFIG
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AGRIF_NORDIC/EXP00/namelist_cfg

    r9514 r9516  
    238238!----------------------------------------------------------------------- 
    239239   !                       !  Operator type: 
    240    ln_traldf_lap   =  .true.   !    laplacian operator 
     240   ln_traldf_lap   = .true.    !    laplacian operator 
    241241   !                       !  Direction of action: 
    242    ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     242   ln_traldf_iso   = .true.    !  iso-neutral (Standard operator) 
     243   !                       !  iso-neutral options:         
     244   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators) 
    243245   !                       !  Coefficients: 
    244246   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/AMM12/EXP00/namelist_cfg

    r9490 r9516  
    6666   nn_fsbc     = 1         !  frequency of SBC module call 
    6767   ln_flx      = .true.    !  flux formulation                          (T => fill namsbc_flx) 
    68    ln_traqsr   = .true.    !  Light penetration in the ocean            (T => fill namtra_qsr) 
    69    ln_ssr      = .true.    !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
    70    ln_rnf      = .true.    !  runoffs                                   (T => fill namsbc_rnf) 
    71    ln_apr_dyn  = .true.    !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
     68   ln_traqsr   = .false.   !  Light penetration in the ocean            (T => fill namtra_qsr) 
     69   ln_ssr      = .false.   !  Sea Surface Restoring on T and/or S       (T => fill namsbc_ssr) 
     70   ln_rnf      = .false.   !  runoffs                                   (T => fill namsbc_rnf) 
     71   ln_apr_dyn  = .false.   !  Patm gradient added in ocean & ice Eqs.   (T => fill namsbc_apr ) 
    7272/ 
    7373!----------------------------------------------------------------------- 
     
    9999 
    100100   cn_dir      = 'fluxes/' !  root directory for the location of the runoff files 
    101 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    102 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    103    sn_sst      = 'amm12_sstref'    ,        24         ,  'sst'     ,     .true.     , .false. , 'daily'   , .false. , ''       , '' , '' 
    104    sn_sss      = 'sss_data'        ,        -1         ,  'sss'     ,     .true.     , .true.  , 'yearly'  , .false. , ''       , '' , '' 
     101   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     102   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     103   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     104   sn_sst      = 'amm12_sstref'          ,        24         ,  'sst'     ,   .true.   , .false., 'daily'   , ''               , ''       , '' 
     105   sn_sss      = 'sss_data'              ,        -1         ,  'sss'     ,   .true.   , .true. , 'yearly'  , ''               , ''       , '' 
    105106/ 
    106107!----------------------------------------------------------------------- 
     
    113114 
    114115   cn_dir = './'  !  root directory for the flux data location 
    115    !___________!_________________________!___________________!___________!_____________!________!___________!______________________________________!__________!_______________! 
    116    !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ !          weights filename            ! rotation ! land/sea mask ! 
    117    !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                                      ! pairing  !    filename   ! 
    118    sn_rnf      = 'amm12_rivers'          ,        24         , 'rorunoff',   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
    119    sn_cnf      = 'runoff_1m_nomask'      ,         0         , 'socoefr0',   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
    120    sn_s_rnf    = 'amm12_rivers'          ,        24         , 'rosaline',   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
    121    sn_t_rnf    = 'amm12_rivers'          ,        24         , 'rotemper',   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
    122    sn_dep_rnf  = 'amm12_rivers'          ,        24         , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''                                   , ''       , '' 
     116   !___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________! 
     117   !           !  file name              ! frequency (hours) ! variable  ! time interp.!  clim  ! 'yearly'/ ! weights filename ! rotation ! land/sea mask ! 
     118   !           !                         !  (if <0  months)  !   name    !   (logical) !  (T/F) ! 'monthly' !                  ! pairing  !    filename   ! 
     119   sn_rnf      = 'amm12_rivers'          ,        24         , 'rorunoff',   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     120   sn_cnf      = 'runoff_1m_nomask'      ,         0         , 'socoefr0',   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     121   sn_s_rnf    = 'amm12_rivers'          ,        24         , 'rosaline',   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     122   sn_t_rnf    = 'amm12_rivers'          ,        24         , 'rotemper',   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
     123   sn_dep_rnf  = 'amm12_rivers'          ,        24         , 'rodepth' ,   .false.   , .true. , 'yearly'  , ''               , ''       , '' 
    123124/ 
    124125!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_BFM/EXP00/namelist_top_cfg

    r9490 r9516  
    3030/ 
    3131!----------------------------------------------------------------------- 
    32 &namtrc_ldf      !   lateral diffusion scheme for passive tracer  
     32&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    3333!----------------------------------------------------------------------- 
    34 !                            !  Type of the operator: 
    35    ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
    3634   ln_trcldf_tra   =  .true.     !  use active tracer setting 
    37    !                         !  Coefficient (defined with namtra_ldf coefficient) 
    38    rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
    39    rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    4035/ 
    4136!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top_cfg

    r9490 r9516  
    4444&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    4545!----------------------------------------------------------------------- 
    46 !                            !  Type of the operator: 
    47    ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
    4846   ln_trcldf_tra   =  .true.     !  use active tracer setting 
    49    !                         !  Coefficient (defined with namtra_ldf coefficient) 
    50    rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
    51    rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    5247/ 
    5348!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_cfg

    r9504 r9516  
    331331   !                       !  Direction of action: 
    332332   ln_traldf_iso   =  .true.   !  iso-neutral (Standard operator) 
     333   !                       ! 
     334   !                       !  iso-neutral options:         
     335   ln_traldf_msc   = .true.    !  Method of Stabilizing Correction      (both operators) 
    333336   !                       !  Coefficients: 
    334337   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     
    345348&namtra_eiv    !   eddy induced velocity param.                         (default: NO) 
    346349!----------------------------------------------------------------------- 
    347    ln_ldfeiv     =.true.   ! use eddy induced velocity parameterization 
     350   ln_ldfeiv   = .true.    ! use eddy induced velocity parameterization 
    348351      !                        !  Coefficients: 
    349352      nn_aei_ijk_t  = 21          ! space/time variation of the eiv coeficient 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_LIM3_PISCES/EXP00/namelist_top_cfg

    r9356 r9516  
    8181/ 
    8282!----------------------------------------------------------------------- 
    83 &namtrc_ldf      !   lateral diffusion scheme for passive tracer  
     83&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    8484!----------------------------------------------------------------------- 
     85   ln_trcldf_tra   = .true.      !  use active tracer setting 
    8586/ 
    8687!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_PISCES/EXP00/namelist_top_cfg

    r9356 r9516  
    8080/ 
    8181!----------------------------------------------------------------------- 
    82 &namtrc_ldf      !   lateral diffusion scheme for passive tracer  
     82&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    8383!----------------------------------------------------------------------- 
     84   ln_trcldf_tra   =  .true.     !  use active tracer setting 
    8485/ 
    8586!----------------------------------------------------------------------- 
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/ORCA2_OFF_TRC/EXP00/namelist_top_cfg

    r9490 r9516  
    3232/ 
    3333!----------------------------------------------------------------------- 
    34 &namtrc_ldf      !   lateral diffusion scheme for passive tracer  
     34&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    3535!----------------------------------------------------------------------- 
    36    !                         !  Type of the operator: 
    37    ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
    3836   ln_trcldf_tra   =  .true.     !  use active tracer setting 
    39    !                         !  Coefficient (defined with namtra_ldf coefficient) 
    40    rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
    41    rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    4237/ 
    4338!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.