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 5726 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcwri.F90 – NEMO

Ignore:
Timestamp:
2015-09-10T18:48:32+02:00 (9 years ago)
Author:
jpalmier
Message:

JPALM -- 10-09-2015 -- add MEDUSA in the branch ; adapted TOP_SRC to MEDUSA ; remove some svn keywords in the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/trcwri.F90

    • Property svn:keywords deleted
    r3750 r5726  
    2121   USE trcwri_c14b 
    2222   USE trcwri_my_trc 
     23   USE trcwri_medusa 
    2324 
    2425   IMPLICIT NONE 
     
    5758      ! --------------------------------------- 
    5859      IF( lk_pisces  )   CALL trc_wri_pisces     ! PISCES  
     60      ! 
     61# if defined key_debug_medusa 
     62      CALL flush(numout) 
     63      IF (lwp) write (numout,*) '------------------------------' 
     64      IF (lwp) write (numout,*) 'Jpalm - debug' 
     65      IF (lwp) write (numout,*) 'Just before call trc_wri_medusa' 
     66      IF (lwp) write (numout,*) ' ' 
     67      CALL flush(numout) 
     68# endif 
     69      ! 
     70      IF( lk_medusa  )   CALL trc_wri_medusa     ! MESDUSA 
     71      ! 
     72# if defined key_debug_medusa 
     73      CALL flush(numout) 
     74      IF (lwp) write (numout,*) '------------------------------' 
     75      IF (lwp) write (numout,*) 'Jpalm - debug' 
     76      IF (lwp) write (numout,*) 'CALL trc_wri_medusa -- OK' 
     77      IF (lwp) write (numout,*) ' ' 
     78      CALL flush(numout) 
     79# endif 
     80      ! 
     81      !!! JPALM 
     82      !!! don't forget to add idtra  
    5983      IF( lk_cfc     )   CALL trc_wri_cfc        ! surface fluxes of CFC 
    6084      IF( lk_c14b    )   CALL trc_wri_c14b       ! surface fluxes of C14 
     
    78102   !!---------------------------------------------------------------------- 
    79103   !! NEMO/TOP 3.3 , NEMO Consortium (2010) 
    80    !! $Id$  
     104   !! $Id$ 
    81105   !! Software governed by the CeCILL licence (NEMOGCM/NEMO_CeCILL.txt) 
    82106   !!====================================================================== 
Note: See TracChangeset for help on using the changeset viewer.