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

Changeset 8140


Ignore:
Timestamp:
2017-06-05T12:52:48+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- Chl coupling - chloro_out_cpl unit adapted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcbio_medusa.F90

    r8137 r8140  
    48174817                     !! no need to output, just pass to cpl var 
    48184818                     IF (lk_oasis) THEN 
    4819                           zn_chl_srf(:,:) = trn(:,:,1,jpchd) + trn(:,:,1,jpchn) 
     4819                          zn_chl_srf(:,:) = (trn(:,:,1,jpchd) + trn(:,:,1,jpchn)) * 1.0E-6  !! surf Chl in Kg-chl/m3 as needed for cpl 
    48204820                         chloro_out_cpl(:,:) = zn_chl_srf(:,:)        !! Coupling Chl 
    48214821                     END IF 
Note: See TracChangeset for help on using the changeset viewer.