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 5893 for branches – NEMO

Changeset 5893 for branches


Ignore:
Timestamp:
2015-11-17T17:55:15+01:00 (8 years ago)
Author:
jcastill
Message:

Remove the dependency of UM when transferring currents to the wave model

File:
1 edited

Legend:

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

    r5853 r5893  
    20562056         IF( ssnd(jps_ivz1)%laction )   CALL cpl_snd( jps_ivz1, isec, RESHAPE ( zitz1, (/jpi,jpj,1/) ), info )   ! ice   z current 1st grid 
    20572057         !  
    2058          !currents to wave model 
    2059          IF( ssnd(jps_ocxw)%laction )   CALL cpl_snd( jps_ocxw, isec, RESHAPE ( zotx1, (/jpi,jpj,1/) ), info )   ! ocean x current 1st grid 
    2060          IF( ssnd(jps_ocyw)%laction )   CALL cpl_snd( jps_ocyw, isec, RESHAPE ( zoty1, (/jpi,jpj,1/) ), info )   ! ocean y current 1st grid 
    2061          !  
    2062       ENDIF 
    2063       ! 
     2058      ENDIF 
     2059      ! 
     2060      !currents to wave model 
     2061      IF( ssnd(jps_ocxw)%laction ) THEN 
     2062          CALL cpl_snd( jps_ocxw, isec, RESHAPE ( zotx1, (/jpi,jpj,1/) ), info )   ! ocean x current 1st grid 
     2063      ENDIF 
     2064      IF( ssnd(jps_ocyw)%laction ) THEN 
     2065          CALL cpl_snd( jps_ocyw, isec, RESHAPE ( zoty1, (/jpi,jpj,1/) ), info )   ! ocean y current 1st grid 
     2066      ENDIF 
     2067      !  
    20642068      IF( ssnd(jps_ficet)%laction ) THEN 
    20652069           CALL cpl_snd( jps_ficet, isec, RESHAPE ( fr_i, (/jpi,jpj,1/) ), info ) 
Note: See TracChangeset for help on using the changeset viewer.