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 4726 for branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/DYN/dynhpg.F90 – NEMO

Ignore:
Timestamp:
2014-07-23T18:27:21+02:00 (10 years ago)
Author:
mathiot
Message:

ISF branch: change name of 2 variables (icedep => risfdep and lmask => ssmask), cosmetic changes and add ldfslp key

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/DYN/dynhpg.F90

    r4724 r4726  
    410410       
    411411      ! compute rhd at the ice/oce interface (ice shelf side) 
    412       CALL eos(ztstop,icedep,zrhdtop_isf) 
     412      CALL eos(ztstop,risfdep,zrhdtop_isf) 
    413413 
    414414      ! compute rhd at the ice/oce interface (ocean side) 
     
    420420        END DO 
    421421      END DO 
    422       CALL eos(ztstop,icedep,zrhdtop_oce) 
     422      CALL eos(ztstop,risfdep,zrhdtop_oce) 
    423423      ! 
    424424      ! Surface value + ice shelf gradient 
Note: See TracChangeset for help on using the changeset viewer.