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 7200 for branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_zgr.F90 – NEMO

Ignore:
Timestamp:
2016-11-06T17:31:33+01:00 (8 years ago)
Author:
gm
Message:

#1692 - branch SIMPLIF_2_usrdef: add depth_e3 module + management of ORCA family + domain_cfg filename (in&out) given in namelist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/NEMO/OPA_SRC/USR/usrdef_zgr.F90

    r7188 r7200  
    112112      !!                   e3t_1d(jpk) = 2 * ( dept_1d(jpk) - depw_1d(jpk) ) 
    113113      !!       The depth are then re-computed from the sum of e3. This ensures  
    114       !!    that depths are identical when reading domain_cfg.nc file. Indeed, 
    115       !!    Only e3. are saved in this file, depth are compute by a call to  
    116       !!    the e3_to_depth subroutine. 
     114      !!    that depths are identical when reading domain configuration file.  
     115      !!    Indeed, only e3. are saved in this file, depth are compute by a call 
     116      !!    to the e3_to_depth subroutine. 
    117117      !! 
    118118      !!       Here the Madec & Imbard (1996) function is used. 
Note: See TracChangeset for help on using the changeset viewer.