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 – NEMO

Changeset 8645 for branches/UKMO


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

Add comments in response to review.

Location:
branches/UKMO/dev_r5518_GO6_package_asm_surf_bgc_v2/NEMOGCM/NEMO/OPA_SRC
Files:
2 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 
  • branches/UKMO/dev_r5518_GO6_package_asm_surf_bgc_v2/NEMOGCM/NEMO/OPA_SRC/nemogcm.F90

    r8495 r8645  
    6161   USE asminc          ! assimilation increments      
    6262   USE asmbkg          ! writing out state trajectory 
    63    USE asmbal          ! writing out assimilation balancing increments 
     63   USE asmbal          ! writing out biogeochemical assimilation balancing increments 
    6464   USE diaptr          ! poleward transports           (dia_ptr_init routine) 
    6565   USE diadct          ! sections transports           (dia_dct_init routine) 
Note: See TracChangeset for help on using the changeset viewer.