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 15023 for NEMO/trunk/cfgs/WED025/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2021-06-18T16:35:25+02:00 (3 years ago)
Author:
gsamson
Message:

merge ticket2680_C1D_PAPA branch back into the trunk; see ticket #2680 for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/cfgs/WED025/EXPREF/namelist_cfg

    r14843 r15023  
    2626!!   namtsd       data: temperature & salinity                          (default: OFF) 
    2727!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    28 !!   namc1d       1D configuration options                              ("key_c1d") 
    29 !!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
    30 !!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     28!!   namc1d       1D configuration options                              (ln_c1d =T) 
     29!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T) 
     30!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T) 
    3131!!====================================================================== 
    3232! 
     
    8282/ 
    8383!----------------------------------------------------------------------- 
    84 &namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station) 
    85 !----------------------------------------------------------------------- 
    86 / 
    87 !----------------------------------------------------------------------- 
    88 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF) 
    89 !----------------------------------------------------------------------- 
    90 / 
    91 !----------------------------------------------------------------------- 
    92 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF) 
     84&namc1d        !   1D configuration options                             (ln_c1d =T default: PAPA station) 
     85!----------------------------------------------------------------------- 
     86/ 
     87!----------------------------------------------------------------------- 
     88&namc1d_dyndmp !   U & V newtonian damping                              (ln_c1d =T default: OFF) 
     89!----------------------------------------------------------------------- 
     90/ 
     91!----------------------------------------------------------------------- 
     92&namc1d_uvd    !   data: U & V currents                                 (ln_c1d =T default: OFF) 
    9393!----------------------------------------------------------------------- 
    9494/ 
Note: See TracChangeset for help on using the changeset viewer.