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 15304 for NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals/src/TOP/trcwri.F90 – NEMO

Ignore:
Timestamp:
2021-09-30T16:51:27+02:00 (3 years ago)
Author:
jpalmier
Message:

MO system don't like externals....
have to adapt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals/src/TOP/trcwri.F90

    r14075 r15304  
    1818   USE dianam      ! Output file name 
    1919   USE trcwri_pisces 
     20   USE trcwri_medusa 
    2021   USE trcwri_cfc 
    2122   USE trcwri_c14 
     
    6667      ! --------------------------------------- 
    6768      IF( ln_pisces  )   CALL trc_wri_pisces     ! PISCES  
     69      IF( ln_medusa  )   CALL trc_wri_medusa     ! MEDUSA  
    6870      IF( ll_cfc     )   CALL trc_wri_cfc        ! surface fluxes of CFC 
    6971      IF( ln_c14     )   CALL trc_wri_c14        ! surface fluxes of C14 
     
    8890   !!---------------------------------------------------------------------- 
    8991   !! NEMO/TOP 4.0 , NEMO Consortium (2018) 
    90    !! $Id$ 
     92   !! $Id: trcwri.F90 12280 2019-12-21 10:42:44Z cetlod $  
    9193   !! Software governed by the CeCILL license (see ./LICENSE) 
    9294   !!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.