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 4740 for branches/2014/dev_r4650_UKMO3_masked_damping/NEMOGCM/NEMO/TOP_SRC/TRP/trcdmp.F90 – NEMO

Ignore:
Timestamp:
2014-08-13T16:58:34+02:00 (10 years ago)
Author:
timgraham
Message:

Corrected bugs in trcdmp and trcnam_trp
Modifications to nam_tradmp in configuration namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO3_masked_damping/NEMOGCM/NEMO/TOP_SRC/TRP/trcdmp.F90

    r4739 r4740  
    2424   USE trdtra 
    2525   USE trdmod_oce 
     26   USE iom 
    2627 
    2728   IMPLICIT NONE 
     
    302303      !!---------------------------------------------------------------------- 
    303304      ! 
    304       INTEGER, imask  !local file handle 
     305      INTEGER :: imask  !local file handle 
    305306 
    306307      IF( nn_timing == 1 )  CALL timing_start('trc_dmp_init') 
Note: See TracChangeset for help on using the changeset viewer.