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

Ignore:
Timestamp:
2017-12-14T15:58:09+01:00 (6 years ago)
Author:
frrh
Message:

Protect instances of chloro_out_cpl from being referenced by
non-coupled models.

File:
1 edited

Legend:

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

    r9032 r9053  
    284284            CALL iom_put( "CHL_MLD"  , fchl_ml ) 
    285285         ENDIF 
    286          IF ( med_diag%CHL_CPL%dgsave ) THEN 
    287             CALL iom_put( "CHL_CPL"  , chloro_out_cpl ) 
     286         IF (lk_oasis) THEN 
     287            IF ( med_diag%CHL_CPL%dgsave ) THEN 
     288               CALL iom_put( "CHL_CPL"  , chloro_out_cpl ) 
     289            ENDIF 
    288290         ENDIF 
    289291         IF ( med_diag%PN_JLIM%dgsave ) THEN 
Note: See TracChangeset for help on using the changeset viewer.