Changeset 6798 for branches/NERC
- Timestamp:
- 2016-07-08T16:18:18+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcini_medusa.F90
r6715 r6798 27 27 !! AXY (04/11/13): add this in for initialisation stuff 28 28 USE trcsed_medusa 29 USE sbc_oce, ONLY: lk_oasis 30 USE oce, ONLY: CO2Flux_out_cpl, DMS_out_cpl !! Coupling variable 31 29 32 30 33 IMPLICIT NONE … … 272 275 IF(lwp) WRITE(numout,*) ' trc_ini_medusa: DMS and CO2 flux (UKESM) initialised to zero' 273 276 IF(lwp) CALL flush(numout) 277 IF (lk_oasis) THEN 278 CO2Flux_out_cpl(:,:) = zn_co2_flx(:,:) !! Coupling variable 279 DMS_out_cpl(:,:) = zn_dms_srf(:,:) !! Coupling variable 280 END IF 274 281 !! 275 282 !!----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.