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 8497 – NEMO

Changeset 8497


Ignore:
Timestamp:
2017-09-05T18:00:18+02:00 (7 years ago)
Author:
dford
Message:

Include conversion from moles to grams in carbon to chlorophyll ratio calculation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_asm_surf_bgc_v2/NEMOGCM/NEMO/OPA_SRC/ASM/asmlogchlbal_medusa.F90

    r8495 r8497  
    249249            DO ji = 1, jpi 
    250250               IF ( ( tracer_bkg(ji,jj,1,jpchn) + tracer_bkg(ji,jj,1,jpchd ) ) .GT. 0.0 ) THEN 
    251                   cchl_p(ji,jj) = ( ( tracer_bkg(ji,jj,1,jpphn) * xthetapn ) + ( tracer_bkg(ji,jj,1,jpphd) * xthetapd ) ) / & 
     251                  cchl_p(ji,jj) = xmassc * ( ( tracer_bkg(ji,jj,1,jpphn) * xthetapn ) +      & 
     252                     &                       ( tracer_bkg(ji,jj,1,jpphd) * xthetapd )   ) /  & 
    252253                     &            ( tracer_bkg(ji,jj,1,jpchn) + tracer_bkg(ji,jj,1,jpchd ) ) 
    253254               ENDIF 
Note: See TracChangeset for help on using the changeset viewer.