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 9381 for branches/UKMO/dev_r5518_GO6_package_asm_3d_bgc/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90 – NEMO

Ignore:
Timestamp:
2018-03-07T16:19:58+01:00 (6 years ago)
Author:
dford
Message:

Implement pH balancing.

File:
1 edited

Legend:

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

    r9333 r9381  
    12391239       
    12401240      ! Surface pCO2/fCO2 next 
    1241       IF( ln_sfco2inc .OR. ln_spco2inc ) THEN 
     1241      IF ( ln_sfco2inc .OR. ln_spco2inc ) THEN 
    12421242         CALL pco2_asm_inc( kt, ln_asmdin, ln_asmiau, icycper, wgtiau, & 
    12431243            &               ln_trainc, t_bkginc, s_bkginc ) 
     
    12451245       
    12461246      ! Profile pH next 
    1247       IF( ln_pphinc ) THEN 
     1247      IF ( ln_pphinc ) THEN 
    12481248         CALL ph_asm_inc( kt, ln_asmdin, ln_asmiau, icycper, wgtiau, & 
    12491249            &             ln_trainc, t_bkginc, s_bkginc ) 
Note: See TracChangeset for help on using the changeset viewer.