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 9862 for branches/UKMO/dev_r5518_GO6_package_asm_3d_bgc – NEMO

Ignore:
Timestamp:
2018-06-29T17:53:38+02:00 (6 years ago)
Author:
dford
Message:

Fix to read in DIC and alkalinity background if doing pH assimilation alongside ocean colour assimilation without nitrogen balancing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_asm_3d_bgc/NEMOGCM/NEMO/OPA_SRC/ASM/asmbgc.F90

    r9861 r9862  
    590590            CALL iom_get( inum, jpdom_autoglo, 'medusa_oxy', tracer_bkg(:,:,:,jpoxy) ) 
    591591#endif 
    592          ELSE IF ( ln_spco2inc .OR. ln_sfco2inc ) THEN 
     592         ELSE IF ( ln_spco2inc .OR. ln_sfco2inc .OR. ln_pphinc ) THEN 
    593593#if defined key_hadocc 
    594594            CALL iom_get( inum, jpdom_autoglo, 'hadocc_dic', tracer_bkg(:,:,:,jp_had_dic) ) 
Note: See TracChangeset for help on using the changeset viewer.