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 12193 for NEMO/branches/2019/dev_r11943_MERGE_2019/src/TOP/PISCES/trcini_pisces.F90 – NEMO

Ignore:
Timestamp:
2019-12-11T17:15:54+01:00 (5 years ago)
Author:
davestorkey
Message:

2019/dev_r11943_MERGE_2019: Merge in dev_r12072_TOP-01_ENHANCE-11_cethe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_MERGE_2019/src/TOP/PISCES/trcini_pisces.F90

    r11949 r12193  
    5959      USE p4zsink         !  vertical flux of particulate matter due to sinking 
    6060      USE p4zopt          !  optical model 
    61       USE p4zsbc          !  Boundary conditions 
     61      USE p4zbc          !  Boundary conditions 
    6262      USE p4zfechem       !  Iron chemistry 
    6363      USE p4zrem          !  Remineralisation of organic matter 
     
    256256         CALL p5z_prod_init      !  phytoplankton growth rate over the global ocean. 
    257257      ENDIF 
    258       CALL p4z_sbc_init( Kmm )   !  boundary conditions 
     258      CALL p4z_bc_init( Kmm )    !  boundary conditions 
    259259      CALL p4z_fechem_init       !  Iron chemistry 
    260260      CALL p4z_rem_init          !  remineralisation 
     
    277277 
    278278      ! Initialization of the sediment model 
    279       IF( ln_sediment)   CALL sed_init 
     279      IF( ln_sediment)   & 
     280        & CALL sed_init ! Initialization of the sediment model  
     281 
     282      CALL p4z_sed_init          ! loss of organic matter in the sediments  
    280283 
    281284      IF(lwp) WRITE(numout,*)  
Note: See TracChangeset for help on using the changeset viewer.