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 15011 for NEMO/branches/2021/ticket2680_C1D_PAPA/tests/ISOMIP+/EXPREF/namelist_cfg – NEMO

Ignore:
Timestamp:
2021-06-17T15:03:52+02:00 (3 years ago)
Author:
gsamson
Message:

update namelists & cpp files accordingly to r15010 (#2680)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/ticket2680_C1D_PAPA/tests/ISOMIP+/EXPREF/namelist_cfg

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