New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 8462 – NEMO

Changeset 8462


Ignore:
Timestamp:
2017-08-24T13:02:20+02:00 (7 years ago)
Author:
dford
Message:

Mask land if initialising pCO2/fCO2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_asm_surf_bgc/NEMOGCM/NEMO/TOP_SRC/trcrst.F90

    r8440 r8462  
    341341      ELSE 
    342342         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) 
    345345      ENDIF 
    346346#  endif 
Note: See TracChangeset for help on using the changeset viewer.