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 5921 for branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/NEMO/OPA_SRC/TRA/zpshde.F90 – NEMO

Ignore:
Timestamp:
2015-11-25T18:13:47+01:00 (8 years ago)
Author:
mathiot
Message:

ISF: modification of how we compute contribution to hpg of the first half wet cell beneath an ice shelf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5151_UKMO_ISF/NEMOGCM/NEMO/OPA_SRC/TRA/zpshde.F90

    r5834 r5921  
    203203      !! ** Purpose :   Compute the horizontal derivative of T, S and rho 
    204204      !!      at u- and v-points with a linear interpolation for z-coordinate 
    205       !!      with partial steps. 
     205      !!      with partial steps for top (ice shelf) and bottom. 
    206206      !! 
    207207      !! ** Method  :   In z-coord with partial steps, scale factors on last  
     
    237237      !!      Gradient formulation for rho : 
    238238      !!          di(rho) = rd~ - rd(i,j,k)   or   rd(i+1,j,k) - rd~ 
    239       !!      For the top case: As for the bottom case but upside down 
     239      !! 
     240      !!      For the top case (ice shelf): As for the bottom case but upside down 
    240241      !! 
    241242      !! ** Action  : compute for top and bottom interfaces 
Note: See TracChangeset for help on using the changeset viewer.