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 15584 for NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_stage3/src/OCE/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2021-12-08T10:47:44+01:00 (2 years ago)
Author:
frrh
Message:

Add changes to exchange U and V during test coupling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.1_NGMS_couple_stage3/src/OCE/SBC/sbccpl.F90

    r15261 r15584  
    10831083         ssnd(jps_dummy_t)%clname = 'S_OC_DUMMY_T'    
    10841084         ssnd(jps_dummy_t)%laction = .TRUE. 
    1085       ENDIF 
     1085 
     1086         ! Send ocean surface currents even if they're not used.  
     1087         ssnd(jps_ocx1)%laction = .TRUE. 
     1088         ssnd(jps_ocy1)%laction = .TRUE. 
     1089     ENDIF 
    10861090 
    10871091 
Note: See TracChangeset for help on using the changeset viewer.