Changeset 8136
- Timestamp:
- 2017-06-05T11:31:01+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_couple_chlorophyll/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90
r8024 r8136 2355 2355 2356 2356 IF ( ssnd(jps_bio_chloro)%laction ) THEN 2357 ! RSRH Temporary code to allow testing with UM until MEDUSA is able to populate2358 ! things with real values at which point we remove everything in this IF statement2359 ! apart from the cpl_snd call.2360 write(numout,*) "RSRH set up chloro"2361 flush(numout)2362 2363 chloro_out_cpl(:,:) = 0.000006272364 write(numout,*) "RSRH send chloro"2365 flush(numout)2366 2367 2357 CALL cpl_snd( jps_bio_chloro, isec, RESHAPE( chloro_out_cpl, (/jpi,jpj,1/) ), info ) 2368 write(numout,*) "RSRH completed send chloro"2369 flush(numout)2370 2358 ENDIF 2371 2359 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.