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 12448 for branches/UKMO/AMM15_v3_6_STABLE_package_collate_spectral_optics/NEMOGCM/NEMO/TOP_SRC/FABM/trcini_fabm.F90 – NEMO

Ignore:
Timestamp:
2020-02-24T17:39:27+01:00 (4 years ago)
Author:
dford
Message:

Update to head of AMM15_v3_6_STABLE_package_collate (12437).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/AMM15_v3_6_STABLE_package_collate_spectral_optics/NEMOGCM/NEMO/TOP_SRC/FABM/trcini_fabm.F90

    r10728 r12448  
    122122      jp_fabm_o3ph  = fabm_diag_index( 'O3_pH' ) 
    123123      jp_fabm_o3pc  = fabm_diag_index( 'O3_pCO2' ) 
     124      jp_fabm_xeps  = fabm_diag_index( 'light_xEPS' ) 
    124125      jp_fabm_pgrow = fabm_diag_index( 'p_grow_sum_result' ) 
    125126      jp_fabm_ploss = fabm_diag_index( 'p_loss_sum_result' ) 
    126        
    127       MLD_MAX(:,:)   = 0.0 
    128       PGROW_AVG(:,:) = 0.0 
    129       PLOSS_AVG(:,:) = 0.0 
    130       PHYT_AVG(:,:)  = 0.0 
    131127 
    132128      IF (lwp) THEN 
     
    436432         ENDDO 
    437433      ENDIF 
     434       
     435      ! Initialise variables required for Hemmings et al. (2008) 
     436      ! nitrogen balancing for chlorophyll data assimilation 
     437      MLD_MAX(:,:)   = 0.0 
     438      PGROW_AVG(:,:) = 0.0 
     439      PLOSS_AVG(:,:) = 0.0 
     440      PHYT_AVG(:,:)  = 0.0 
    438441 
    439442   END SUBROUTINE trc_ini_fabm 
Note: See TracChangeset for help on using the changeset viewer.