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

Ignore:
Timestamp:
2018-02-13T17:34:40+01:00 (6 years ago)
Author:
dford
Message:

Apply 3D chlorophyll increments.

File:
1 edited

Legend:

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

    r9322 r9326  
    12351235         & ln_schltotinc  .OR. ln_slphytotinc .OR. ln_slphydiainc .OR. & 
    12361236         & ln_slphynoninc ) THEN 
    1237          CALL phyto_asm_inc( kt, ln_asmdin, ln_asmiau, icycper, wgtiau ) 
     1237         CALL phyto2d_asm_inc( kt, ln_asmdin, ln_asmiau, icycper, wgtiau ) 
    12381238      ENDIF 
    12391239       
    12401240      IF ( ln_plchltotinc .OR. ln_pchltotinc ) THEN 
    1241          CALL ctl_stop( 'Not worked out what to do about profile chl yet' ) 
     1241         CALL phyto3d_asm_inc( kt, ln_asmdin, ln_asmiau, icycper, wgtiau ) 
    12421242      ENDIF 
    12431243       
Note: See TracChangeset for help on using the changeset viewer.