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

    r3 r56  
    6262      &     ppsur = -4762.96143546300_wp    ,  &  !: ORCA r4, r2 and r05 coefficients 
    6363      &     ppa0  =   255.58049070440_wp    ,  &  !: (default coefficients) 
    64       &     ppa1  =  245.58132232490_wp     ,  &  ! 
    65       &     ppkth =  21.43336197938_wp      ,  &  ! 
    66       &     ppacr =    3.00000000000_wp           ! 
     64      &     ppa1  =   245.58132232490_wp    ,  &  !: 
     65      &     ppkth =    21.43336197938_wp    ,  &  !: (non dimensional): gives the approximate 
     66      !                                           !: layer number above which  stretching will 
     67      !                                           !: be maximum. Usually of order jpk/2. 
     68      &     ppacr =     3.00000000000_wp          !: (non dimensional): stretching factor 
     69      !                                           !: for the grid. The highest zacr, the smallest 
     70      !                                           !: the stretching. 
    6771 
    6872   !!  If both ppa0 ppa1 and ppsur are specified to 0, then 
     
    7074 
    7175   REAL(wp), PARAMETER ::        & 
    72       &     ppdzmin = pp_not_used           ,  &  !: Minimum vertical spacing 
    73       &     pphmax  = pp_not_used                 !: Maximum depth 
     76      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer 
     77      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk) 
    7478   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.