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

Ignore:
Timestamp:
2018-02-19T16:15:56+01:00 (6 years ago)
Author:
dford
Message:

Some minor tidying.

File:
1 edited

Legend:

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

    r9326 r9333  
    12311231      icycper = SIZE( wgtiau ) 
    12321232       
    1233       ! Ocean colour variables first (chlorophyll profiles?) 
     1233      ! Ocean colour variables first 
    12341234      IF ( ln_slchltotinc .OR. ln_slchldiainc .OR. ln_slchlnoninc .OR. & 
    12351235         & ln_schltotinc  .OR. ln_slphytotinc .OR. ln_slphydiainc .OR. & 
    12361236         & ln_slphynoninc ) THEN 
    12371237         CALL phyto2d_asm_inc( kt, ln_asmdin, ln_asmiau, icycper, wgtiau ) 
    1238       ENDIF 
    1239        
    1240       IF ( ln_plchltotinc .OR. ln_pchltotinc ) THEN 
    1241          CALL phyto3d_asm_inc( kt, ln_asmdin, ln_asmiau, icycper, wgtiau ) 
    12421238      ENDIF 
    12431239       
     
    12541250      ENDIF 
    12551251       
     1252      ! Then chlorophyll profiles 
     1253      IF ( ln_plchltotinc .OR. ln_pchltotinc ) THEN 
     1254         CALL phyto3d_asm_inc( kt, ln_asmdin, ln_asmiau, icycper, wgtiau ) 
     1255      ENDIF 
     1256       
    12561257      ! Remaining bgc profile variables 
    12571258      IF ( ln_pno3inc .OR. ln_psi4inc .OR. ln_pdicinc .OR. & 
Note: See TracChangeset for help on using the changeset viewer.