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

Ignore:
Timestamp:
2017-10-20T11:34:43+02:00 (7 years ago)
Author:
dford
Message:

Add comments in response to review.

File:
1 edited

Legend:

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

    r8513 r8645  
    14661466 
    14671467            ! Update the biogeochemical variables 
    1468             ! Add directly to trn and trb, rather than to tra, as not a tendency 
     1468            ! Add directly to trn and trb, rather than to tra, because tra gets 
     1469            ! reset to zero at the start of trc_stp, called after this routine 
    14691470#if defined key_medusa && defined key_foam_medusa 
    14701471            DO jk = 1, jpkm1 
     
    17101711 
    17111712            ! Update the biogeochemical variables 
    1712             ! Add directly to trn and trb, rather than to tra, as not a tendency 
     1713            ! Add directly to trn and trb, rather than to tra, because tra gets 
     1714            ! reset to zero at the start of trc_stp, called after this routine 
    17131715#if defined key_medusa && defined key_foam_medusa 
    17141716            DO jk = 1, jpkm1 
Note: See TracChangeset for help on using the changeset viewer.