- Timestamp:
- 2020-04-06T17:36:16+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/UKMO/NEMO_4.0.1_biharmonic_GM/src/OCE/DIA/diaar5.F90
r12535 r12691 136 136 ! ! steric sea surface height 137 137 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 140 139 CALL iom_put( 'rhop', zrhop ) 141 140 !
Note: See TracChangeset
for help on using the changeset viewer.