Changeset 6743
- Timestamp:
- 2016-06-27T12:23:06+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/oce.F90
r6681 r6743 139 139 ALLOCATE( CO2Flux_out_cpl(jpi,jpj), DMS_out_cpl(jpi,jpj), & 140 140 PCO2a_in_cpl(jpi,jpj), Dust_in_cpl(jpi,jpj), STAT=ierr(5) ) 141 142 ! RSRH Temporarily initialise output coupling fields while we await clarification143 ! of exactly how these will be initialised at model startup!144 DMS_out_cpl(:,:) = 0.0145 CO2Flux_out_cpl(:,:) = 0.0146 141 ENDIF 147 142 #endif
Note: See TracChangeset
for help on using the changeset viewer.