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/tests/ICB – NEMO

Changeset 15023 for NEMO/trunk/tests/ICB


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/tests/ICB/EXPREF/namelist_cfg

    r14843 r15023  
    1212!!   namtsd       data: temperature & salinity                          (default: OFF) 
    1313!!   namcrs       coarsened grid (for outputs and/or TOP)               (ln_crs =T) 
    14 !!   namc1d       1D configuration options                              ("key_c1d") 
    15 !!   namc1d_dyndmp 1D newtonian damping applied on currents             ("key_c1d") 
    16 !!   namc1d_uvd   1D data (currents)                                    ("key_c1d") 
     14!!   namc1d       1D configuration options                              (ln_c1d =T) 
     15!!   namc1d_dyndmp 1D newtonian damping applied on currents             (ln_c1d =T) 
     16!!   namc1d_uvd   1D data (currents)                                    (ln_c1d =T) 
    1717!!====================================================================== 
    1818! 
     
    6868/ 
    6969!----------------------------------------------------------------------- 
    70 &namc1d        !   1D configuration options                             ("key_c1d" default: PAPA station) 
    71 !----------------------------------------------------------------------- 
    72 / 
    73 !----------------------------------------------------------------------- 
    74 &namc1d_dyndmp !   U & V newtonian damping                              ("key_c1d" default: OFF) 
    75 !----------------------------------------------------------------------- 
    76 / 
    77 !----------------------------------------------------------------------- 
    78 &namc1d_uvd    !   data: U & V currents                                 ("key_c1d" default: OFF) 
     70&namc1d        !   1D configuration options                             (ln_c1d =T default: PAPA station) 
     71!----------------------------------------------------------------------- 
     72/ 
     73!----------------------------------------------------------------------- 
     74&namc1d_dyndmp !   U & V newtonian damping                              (ln_c1d =T default: OFF) 
     75!----------------------------------------------------------------------- 
     76/ 
     77!----------------------------------------------------------------------- 
     78&namc1d_uvd    !   data: U & V currents                                 (ln_c1d =T default: OFF) 
    7979!----------------------------------------------------------------------- 
    8080 
Note: See TracChangeset for help on using the changeset viewer.