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_R2.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_R2.h90

    r15 r56  
    6767      ! 
    6868      &     ppkth =  17.28520372419791_wp   ,  &  !: (non dimensional): gives the approximate 
    69       !                                           !    layer number above which  stretching will 
    70       !                                           !    be maximum. Usually of order jpk/2. 
     69      !                                           !: layer number above which  stretching will 
     70      !                                           !: be maximum. Usually of order jpk/2. 
    7171      &     ppacr =  5.000000000000000_wp         !: (non dimensional): stretching factor 
    72       !                                           !    for the grid. The highest zacr, the smallest 
    73       !                                           !    the stretching. 
     72      !                                           !: for the grid. The highest zacr, the smallest 
     73      !                                           !: the stretching. 
    7474 
    7575   !! 
     
    7777   !!  they are computed from ppdzmin, pphmax , ppkth, ppacr in dom_zgr 
    7878   !! 
    79    REAL(wp), PARAMETER ::        &   !: 
    80       &     ppdzmin = pp_not_used              ,  &  !: (meters): depth of the top (first) model layer 
    81       !                                           !           depth of second "w" level 
    82       &     pphmax  = pp_not_used                    !: (meters):  maximum depth of the ocean 
    83       !                                           !            depth of the last "w" level 
    84  
     79   REAL(wp), PARAMETER ::        & 
     80      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer 
     81      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk) 
    8582   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.