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 9718 for NEMO/trunk/tests/CANAL – NEMO

Ignore:
Timestamp:
2018-05-31T17:53:55+02:00 (6 years ago)
Author:
clem
Message:

change the headers and comments in the test cases namelists to follow the standard reference namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tests/CANAL/EXPREF/namelist_cfg

    r9531 r9718  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/OPA  CANAL Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref 
     2!! NEMO Configuration namelist : overwrite some defaults values defined in SHARED/namelist_ref 
    33!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    4 ! 
     4!!                          CANAL configuration                       !! 
    55!!====================================================================== 
    66!!              ***  Domain & Run management namelists  ***           !! 
     
    1111!!   namwad       Wetting and drying                                    (default: OFF) 
    1212!!   namtsd       data: temperature & salinity                          (default: OFF) 
    13 !!====================================================================== 
    14 ! 
    15 !----------------------------------------------------------------------- 
    16 &namrun        !   parameters of the run 
    17 !----------------------------------------------------------------------- 
    18    nn_no       =       0   !  job number (no more used...) 
    19    cn_exp      =   'CANAL' !  experience name 
    20    nn_it000    =       1   !  first time step 
    21    nn_itend    =     100   !  last time step  
    22    nn_istate   =       0   !  output the initial state (1) or not (0) 
    23    nn_stock    =   99999   !  frequency of creation of a restart file (modulo referenced to 1) 
    24    nn_write    =   99999   !  frequency of write in the output file   (modulo referenced to nn_it000) 
    25 / 
    26 !----------------------------------------------------------------------- 
    27 &namdom        !   time and space domain 
    28 !----------------------------------------------------------------------- 
    29    ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time 
    30    rn_rdt      =   1440.   !  time step for the dynamics (and tracer if nn_acc=0) 
    31    rn_atfp     =   0.05    !  asselin time filter parameter 
    32 / 
     13!!   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") 
     17!!====================================================================== 
     18! 
    3319!----------------------------------------------------------------------- 
    3420&namusr_def    !   User defined :   CANAL configuration: Flat bottom, beta-plane 
     
    5844   rn_lambda   =     50.   ! gaussian lambda 
    5945/ 
    60  
     46!----------------------------------------------------------------------- 
     47&namrun        !   parameters of the run 
     48!----------------------------------------------------------------------- 
     49   nn_no       =       0   !  job number (no more used...) 
     50   cn_exp      =   'CANAL' !  experience name 
     51   nn_it000    =       1   !  first time step 
     52   nn_itend    =     100   !  last time step  
     53   nn_istate   =       0   !  output the initial state (1) or not (0) 
     54   nn_stock    =   99999   !  frequency of creation of a restart file (modulo referenced to 1) 
     55   nn_write    =   99999   !  frequency of write in the output file   (modulo referenced to nn_it000) 
     56/ 
     57!----------------------------------------------------------------------- 
     58&namdom        !   time and space domain 
     59!----------------------------------------------------------------------- 
     60   ln_linssh   =  .false.  !  =T  linear free surface  ==>>  model level are fixed in time 
     61   rn_rdt      =   1440.   !  time step for the dynamics (and tracer if nn_acc=0) 
     62   rn_atfp     =   0.05    !  asselin time filter parameter 
     63/ 
    6164!!====================================================================== 
    6265!!            ***  Surface Boundary Condition namelists  ***          !! 
     
    7982! 
    8083!----------------------------------------------------------------------- 
    81 &namsbc        !   Surface Boundary Condition (surface module) 
     84&namsbc        !   Surface Boundary Condition manager                   (default: NO selection) 
    8285!----------------------------------------------------------------------- 
    8386  nn_fsbc     = 1         !  frequency of surface boundary condition computation 
     
    116119   ln_OFF     = .true.    !  free-slip       : Cd = 0 
    117120/ 
    118  
    119121!!====================================================================== 
    120122!!                        Tracer (T & S) namelists                    !! 
     
    162164   ln_traldf_OFF   =  .true.  !  No explicit diffusion 
    163165/ 
    164  
    165166!!====================================================================== 
    166167!!                      ***  Dynamics namelists  ***                  !! 
     
    295296   nn_trd      = 365       !  print frequency (ln_glo_trd=T) (unit=time step) 
    296297/ 
     298!!====================================================================== 
     299!!               ***  Observation & Assimilation  ***                 !! 
     300!!                                                                    !! 
     301!!   namobs       observation and model comparison                      (default: OFF) 
     302!!   nam_asminc   assimilation increments                               ('key_asminc') 
     303!!====================================================================== 
     304! 
     305!!====================================================================== 
     306!!                  ***  Miscellaneous namelists  ***                 !! 
     307!!                                                                    !! 
     308!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi") 
     309!!   namctl            Control prints                                   (default: OFF) 
     310!!   namsto            Stochastic parametrization of EOS                (default: OFF) 
     311!!====================================================================== 
     312! 
     313!----------------------------------------------------------------------- 
     314&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi") 
     315!----------------------------------------------------------------------- 
     316/ 
     317!----------------------------------------------------------------------- 
     318&namctl        !   Control prints                                       (default: OFF) 
     319!----------------------------------------------------------------------- 
     320/ 
     321!----------------------------------------------------------------------- 
     322&namsto        ! Stochastic parametrization of EOS                      (default: OFF) 
     323!----------------------------------------------------------------------- 
     324/ 
Note: See TracChangeset for help on using the changeset viewer.