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 8607 for branches/NERC/dev_r5518_GO6_ScalingCoupledChl/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_fin.F90 – NEMO

Ignore:
Timestamp:
2017-10-10T12:43:01+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- enable to scale Chl sent to the UM and choose between surf or MLD chl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_ScalingCoupledChl/NEMOGCM/NEMO/TOP_SRC/MEDUSA/bio_medusa_fin.F90

    r8521 r8607  
    5151                                   zb_sed_n, zb_sed_si,                 & 
    5252                                   zn_sed_c, zn_sed_ca, zn_sed_fe,      & 
    53                                    zn_sed_n, zn_sed_si 
     53                                   zn_sed_n, zn_sed_si, zn_chl_srf 
    5454      USE trc,               ONLY: med_diag, nittrc000  
    5555      USE trcnam_trp,        ONLY: ln_trcadv_cen2, ln_trcadv_tvd 
     
    241241#   endif 
    242242         IF ( med_diag%INVTN%dgsave ) THEN 
    243             CALL iom_put( "INVTN"  , ftot_n ) 
     243            !! HACK - Coupled Chl sent to UM     
     244            CALL iom_put( "INVTN"  , zn_chl_srf ) 
     245            !! CALL iom_put( "INVTN"  , ftot_n ) 
    244246         ENDIF 
    245247         IF ( med_diag%INVTSI%dgsave ) THEN 
Note: See TracChangeset for help on using the changeset viewer.