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 @ 247

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

CL : Add CVS Header and CeCILL licence information

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 694 bytes
Line 
1
2CCC $Header$ 
3CCC  TOP 1.0 , LOCEAN-IPSL (2005) 
4C This software is governed by CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
5C ---------------------------------------------------------------------------
6CDIR$ LIST
7      SUBROUTINE trcdia(kt,kindic)
8      IMPLICIT NONE
9      INTEGER kt, kindic     
10C
11C outputs for tracer concentration
12C
13      CALL trcdit(kt,kindic)
14#if defined key_trc_diatrd
15C
16C outputs for dynamical trends
17C
18      CALL trcdid(kt,kindic)
19
20#endif
21#if defined key_trc_diaadd
22C
23C outputs for additional arrays
24C
25      CALL trcdii(kt,kindic)
26#endif
27#if defined key_trc_diabio
28C
29C outputs for biological trends
30C
31      CALL trcdib(kt,kindic)
32#endif
33      RETURN
34      END 
Note: See TracBrowser for help on using the repository browser.