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 4724 for branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/TRA/zpshde.F90 – NEMO

Ignore:
Timestamp:
2014-07-18T17:32:27+02:00 (10 years ago)
Author:
mathiot
Message:

ISF branch: add comments, fix mpp and restar issues, add test to stop if incompatible options and fix mask issue in sbcice and sbcblk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/TRA/zpshde.F90

    r4666 r4724  
    8181      !!          di(rho) = rd~ - rd(i,j,k) or rd(i+1,j,k) - rd~ 
    8282      !! 
    83       !! ** Action  : - pgtu, pgtv: horizontal gradient of tracer at u- & v-points 
    84       !!              - pgru, pgrv: horizontal gradient of rho (if present) at u- & v-points  
     83      !! ** Action  : compute for top and bottom interfaces 
     84      !!              - pgtu, pgtv, sgtu, sgtv: horizontal gradient of tracer at u- & v-points 
     85      !!              - pgru, pgrv, sgru, sgtv: horizontal gradient of rho (if present) at u- & v-points 
     86      !!              - pmru, pmrv, smru, smrv: horizontal sum of rho at u- & v- point (used in dynhpg with vvl) 
     87      !!              - pgzu, pgzv, sgzu, sgzv: horizontal gradient of z at u- and v- point (used in dynhpg with vvl) 
     88      !!              - pge3ru, pge3rv, sge3ru, sge3rv: horizontal gradient of rho weighted by local e3w at u- & v-points  
    8589      !!---------------------------------------------------------------------- 
    8690      ! 
Note: See TracChangeset for help on using the changeset viewer.