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

    r3 r56  
    9191   !! 
    9292   REAL(wp), PARAMETER  ::       & 
    93       &     ppsur = -4762.96143546300_wp  ,  &  !: ORCA r4, r2 and r05 coefficients 
    94       &     ppa0  =   255.58049070440_wp  ,  &  !: (default coefficients) 
    95       &     ppa1  =   245.58132232490_wp  ,  &  !: 
    96       &     ppkth =    21.43336197938_wp  ,  &  !: 
    97       &     ppacr =     3.00000000000_wp        !: 
     93      &     ppsur = -4762.96143546300_wp    ,  &  !: ORCA r4, r2 and r05 coefficients 
     94      &     ppa0  =   255.58049070440_wp    ,  &  !: (default coefficients) 
     95      &     ppa1  =   245.58132232490_wp    ,  &  !: 
     96      &     ppkth =    21.43336197938_wp    ,  &  !: (non dimensional): gives the approximate 
     97      !                                           !: layer number above which  stretching will 
     98      !                                           !: be maximum. Usually of order jpk/2. 
     99      &     ppacr =     3.00000000000_wp          !: (non dimensional): stretching factor 
     100      !                                           !: for the grid. The highest zacr, the smallest 
     101      !                                           !: the stretching. 
    98102 
    99103   !! 
     
    102106   !! 
    103107   REAL(wp), PARAMETER ::        & 
    104       &     ppdzmin = pp_not_used         ,  &  !: Minimum vertical spacing 
    105       &     pphmax  = pp_not_used               !: Maximum depth 
     108      &     ppdzmin = pp_not_used           ,  &  !: (meters) vertical thickness of the top layer 
     109      &     pphmax  = pp_not_used                 !: (meters) Maximum depth of the ocean gdepw(jpk) 
    106110   !!--------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.