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 56 for trunk/NEMO/OPA_SRC/par_EEL_R6.h90 – NEMO

Ignore:
Timestamp:
2004-04-22T12:02:34+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE030 : Add comments in par_nameconfig.h90 files for ppkth, ppacr, ppdzmin, pphmax and jperio parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/par_EEL_R6.h90

    r15 r56  
    6666      ! 
    6767      &     ppkth =  17.28520372419791_wp   ,  &  !: (non dimensional): gives the approximate 
    68       !                                           !    layer number above which  stretching will 
    69       !                                           !    be maximum. Usually of order jpk/2. 
     68      !                                           !: layer number above which  stretching will 
     69      !                                           !: be maximum. Usually of order jpk/2. 
    7070      &     ppacr =  5.000000000000000_wp         !: (non dimensional): stretching factor 
    71       !                                           !    for the grid. The highest zacr, the smallest 
    72       !                                           !    the stretching. 
     71      !                                           !: for the grid. The highest zacr, the smallest 
     72      !                                           !: the stretching. 
    7373 
    7474 
    7575   !!  If both ppa0 ppa1 and ppsur are specified to 0, then 
    7676   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr 
    77  
     77   !! 
    7878   REAL(wp), PARAMETER ::        &  !: 
    79       &     ppdzmin = pp_not_used           ,  &  !: (meters): depth of the top (first) model layer 
    80       !                                           !            depth of second "w" level 
    81       &     pphmax  = pp_not_used                 !: (meters):  maximum depth of the ocean 
    82       !                                           !             depth of the last "w" level 
     79      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer 
     80      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk) 
    8381   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.