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 6733 – NEMO

Changeset 6733


Ignore:
Timestamp:
2016-06-23T10:23:22+02:00 (8 years ago)
Author:
jcastill
Message:

Send only ssh when coupling with water levels (no bathymetry)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_ww3_coupling/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r6594 r6733  
    22082208               ztmp1(:,:) = sshn(:,:)  
    22092209           ENDIF  
    2210            ! add the bathymetry - we need to send the total height of the water column 
    2211            ztmp1(:,:) = ztmp1(:,:) + bathy(:,:)  
    22122210           CALL cpl_snd( jps_wlev  , isec, RESHAPE ( ztmp1, (/jpi,jpj,1/) ), info ) 
    22132211      END IF 
Note: See TracChangeset for help on using the changeset viewer.