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.
trcdia.F in trunk/NEMO/TOP_SRC – NEMO

source: trunk/NEMO/TOP_SRC/trcdia.F @ 186

Last change on this file since 186 was 186, checked in by opalod, 19 years ago

CL + CE : NEMO TRC_SRC start

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 494 bytes
Line 
1C $Id$
2CDIR$ LIST
3      SUBROUTINE trcdia(kt,kindic)
4      IMPLICIT NONE
5      INTEGER kt, kindic     
6C
7C outputs for tracer concentration
8C
9      CALL trcdit(kt,kindic)
10#if defined key_trc_diatrd
11C
12C outputs for dynamical trends
13C
14      CALL trcdid(kt,kindic)
15
16#endif
17#if defined key_trc_diaadd
18C
19C outputs for additional arrays
20C
21      CALL trcdii(kt,kindic)
22#endif
23#if defined key_trc_diabio
24C
25C outputs for biological trends
26C
27      CALL trcdib(kt,kindic)
28#endif
29      RETURN
30      END 
Note: See TracBrowser for help on using the repository browser.