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 7188 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/OVERFLOW/MY_SRC/usrdef_zgr.F90 – NEMO

Ignore:
Timestamp:
2016-11-04T06:54:44+01:00 (7 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: e3.=dk[dep.] (discret derivative)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/CONFIG/OVERFLOW/MY_SRC/usrdef_zgr.F90

    r6923 r7188  
    218218      !!      vertical scale factors. 
    219219      !! 
    220       !! ** Method  :   z-coordinate system (use in all type of coordinate) 
    221       !!      The depth of model levels is defined from an analytical 
    222       !!      function the derivative of which gives the scale factors. 
    223       !!      both depth and scale factors only depend on k (1d arrays). 
    224       !!              w-level: pdepw_1d  = pdep(k) 
    225       !!                       pe3w_1d(k) = dk(pdep)(k)     = e3(k) 
    226       !!              t-level: pdept_1d  = pdep(k+0.5) 
    227       !!                       pe3t_1d(k) = dk(pdep)(k+0.5) = e3(k+0.5) 
     220      !! ** Method  :   1D z-coordinate system (use in all type of coordinate) 
     221      !!       The depth of model levels is set from dep(k), an analytical function: 
     222      !!                   w-level: depw_1d  = dep(k) 
     223      !!                   t-level: dept_1d  = dep(k+0.5) 
     224      !!       The scale factors are the discrete derivative of the depth: 
     225      !!                   e3w_1d(jk) = dk[ dept_1d ]  
     226      !!                   e3t_1d(jk) = dk[ depw_1d ] 
    228227      !! 
    229228      !!            ===    Here constant vertical resolution   === 
Note: See TracChangeset for help on using the changeset viewer.