Changeset 8462
- Timestamp:
- 2017-08-24T13:02:20+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/UKMO/dev_r5518_GO6_package_asm_surf_bgc/NEMOGCM/NEMO/TOP_SRC/trcrst.F90
r8440 r8462 341 341 ELSE 342 342 IF(lwp) WRITE(numout,*) ' MEDUSA pCO2 absent - setting to fill ...' 343 f2_pco2w(:,:) = obfillflt 344 f2_fco2w(:,:) = obfillflt 343 f2_pco2w(:,:) = obfillflt * tmask(:,:,1) 344 f2_fco2w(:,:) = obfillflt * tmask(:,:,1) 345 345 ENDIF 346 346 # endif
Note: See TracChangeset
for help on using the changeset viewer.