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 8132 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcini_medusa.F90 – NEMO

Ignore:
Timestamp:
2017-06-02T20:06:30+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- debug DMS update ; add surf Chl coupling for the atm component

File:
1 edited

Legend:

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

    r7017 r8132  
    2828   USE trcsed_medusa 
    2929   USE sbc_oce, ONLY: lk_oasis 
    30    USE oce,     ONLY: CO2Flux_out_cpl, DMS_out_cpl  !! Coupling variable 
     30   USE oce,     ONLY: CO2Flux_out_cpl, DMS_out_cpl, chloro_out_cpl  !! Coupling variable 
    3131 
    3232 
     
    265265      !!--------------------------------------------------------------------- 
    266266      !! 
    267       zb_co2_flx(:,:)  = 0.0  !! CHN 
     267      zb_co2_flx(:,:)  = 0.0  !! CO2 flx 
    268268      zn_co2_flx(:,:)  = 0.0 
    269269      za_co2_flx(:,:)  = 0.0 
    270       zb_dms_srf(:,:)  = 0.0  !! CHD 
     270      zb_dms_srf(:,:)  = 0.0  !! DMS srf 
    271271      zn_dms_srf(:,:)  = 0.0 
    272272      za_dms_srf(:,:)  = 0.0 
     273      zn_chl_srf(:,:)  = 0.0  !! Chl srf 
    273274      !! 
    274275      IF(lwp) WRITE(numout,*) ' trc_ini_medusa: DMS and CO2 flux (UKESM) initialised to zero' 
     
    277278         CO2Flux_out_cpl(:,:) =  zn_co2_flx(:,:)   !! Coupling variable 
    278279         DMS_out_cpl(:,:)     =  zn_dms_srf(:,:)   !! Coupling variable 
     280         chloro_out_cpl(:,:)  =  zn_chl_srf(:,:)   !! Coupling variable 
    279281      END IF 
    280282      !! 
Note: See TracChangeset for help on using the changeset viewer.