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 8441 for branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/TOP_SRC/trcini.F90 – NEMO

Ignore:
Timestamp:
2017-08-17T11:13:19+02:00 (7 years ago)
Author:
frrh
Message:

Commit changes relating to Met Office GMED ticket 339 for the modularisation of
of trcbio_medusa.F90.

Branch http://fcm3/projects/NEMO.xm/log/branches/NERC/dev_r5518_GO6_split_trcbiomedusa
from revisions 8394 to 8423 inclusive refer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r8356 r8441  
    295295      USE trdmxl_trc    , ONLY:   trd_mxl_trc_alloc 
    296296#endif 
     297# if defined key_medusa 
     298      USE bio_medusa_mod, ONLY:   bio_medusa_alloc 
     299# endif 
     300 
    297301      ! 
    298302      INTEGER :: ierr 
     
    307311      ierr = ierr + trd_mxl_trc_alloc() 
    308312#endif 
     313#if defined key_medusa 
     314      ierr = ierr + bio_medusa_alloc() 
     315#endif 
    309316      ! 
    310317      IF( lk_mpp    )   CALL mpp_sum( ierr ) 
Note: See TracChangeset for help on using the changeset viewer.