Changeset 6670
- Timestamp:
- 2016-06-06T14:46:31+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GSI7_GSI8_landice_bitcomp_medusa/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90
r6669 r6670 2232 2232 2233 2233 #if defined key_medusa 2234 IF( ssnd(jps_bio_co2)%laction ) CALL cpl_snd( jps_bio_co2, isec, f_co2flux2d, info )2234 IF( ssnd(jps_bio_co2)%laction ) CALL cpl_snd( jps_bio_co2, isec, RESHAPE( f_co2flux2d, (/jpi,jpj,1/) ), info ) 2235 2235 2236 2236 IF( ssnd(jps_bio_dms)%laction ) THEN … … 2238 2238 ! the coupling space. 2239 2239 ztmp1(:,: ) = dms_surf2d(:,:) * dms_unit_conv 2240 CALL cpl_snd( jps_bio_dms, isec, RESHAPE 2240 CALL cpl_snd( jps_bio_dms, isec, RESHAPE( ztmp1, (/jpi,jpj,1/) ), info ) 2241 2241 ENDIF 2242 2242 #endif
Note: See TracChangeset
for help on using the changeset viewer.