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 12691 for NEMO/branches/UKMO/NEMO_4.0.1_biharmonic_GM/src/OCE/DIA/diaar5.F90 – NEMO

Ignore:
Timestamp:
2020-04-06T17:36:16+02:00 (4 years ago)
Author:
davestorkey
Message:

UKMO/NEMO_4.0.1_biharmonic_GM : stabilising correction terms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_biharmonic_GM/src/OCE/DIA/diaar5.F90

    r12535 r12691  
    136136         !                                         ! steric sea surface height 
    137137         CALL eos( tsn, zrhd, zrhop, gdept_n(:,:,:) )                 ! now in situ and potential density 
    138          !CW: commenting out the following line, as seems weird to zero the array before output & only way to get rhop output 
    139          !zrhop(:,:,jpk) = 0._wp 
     138         zrhop(:,:,jpk) = 0._wp 
    140139         CALL iom_put( 'rhop', zrhop ) 
    141140         ! 
Note: See TracChangeset for help on using the changeset viewer.