/[MITgcm]/MITgcm/pkg/atm_common/atm_diagnostics_init.F
ViewVC logotype

Contents of /MITgcm/pkg/atm_common/atm_diagnostics_init.F

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Thu Jun 30 23:09:08 2005 UTC (18 years, 10 months ago) by molod
Branch: MAIN
CVS Tags: checkpoint58l_post, checkpoint57t_post, checkpoint57o_post, checkpoint58e_post, checkpoint57v_post, checkpoint58u_post, checkpoint58w_post, checkpoint57m_post, checkpoint57s_post, checkpoint57k_post, checkpoint58r_post, checkpoint57y_post, checkpoint58n_post, checkpoint58x_post, checkpoint58t_post, checkpoint58h_post, checkpoint57y_pre, checkpoint58q_post, checkpoint58j_post, checkpoint59e, checkpoint59d, checkpoint59a, checkpoint59c, checkpoint59b, checkpoint57r_post, checkpoint59, checkpoint58, checkpoint58f_post, checkpoint57x_post, checkpoint57n_post, checkpoint58d_post, checkpoint58c_post, checkpoint57w_post, checkpoint57p_post, checkpint57u_post, checkpoint58a_post, checkpoint58i_post, checkpoint57q_post, checkpoint58g_post, checkpoint58o_post, checkpoint57z_post, checkpoint58y_post, checkpoint58k_post, checkpoint58v_post, checkpoint58s_post, checkpoint58p_post, checkpoint58b_post, checkpoint58m_post, checkpoint57l_post
Changes since 1.2: +1 -36 lines
Handling of diagnostics in fizhi and aim adjusted - fizhi inits it own diagnostics,
                                                    aim too (no more atm common diag init)

1 C$Header: /u/gcmpack/MITgcm/pkg/atm_common/atm_diagnostics_init.F,v 1.2 2005/01/28 01:07:15 jmc Exp $
2 C$Name: $
3
4 #include "ATM_COMMON_OPTIONS.h"
5
6 C !INTERFACE: ==========================================================
7 SUBROUTINE ATM_DIAGNOSTICS_INIT(myThid )
8
9 C !DESCRIPTION:
10 C define diagnostics for atmosheric physics packages
11
12 C !USES: ===============================================================
13 IMPLICIT NONE
14 #include "SIZE.h"
15 #include "EEPARAMS.h"
16
17 C !INPUT PARAMETERS: ===================================================
18 C myThid :: thread number
19 INTEGER myThid
20 CEOP
21
22 #ifdef ALLOW_ATM_COMMON
23 #ifdef ALLOW_DIAGNOSTICS
24
25 C !LOCAL VARIABLES:
26 INTEGER diagNum
27 CHARACTER*8 diagName
28 CHARACTER*16 diagCode
29 CHARACTER*16 diagUnits
30 CHARACTER*(80) diagTitle
31
32 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
33 C Define diagnostics Names :
34
35 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
36
37 #endif /* ALLOW_DIAGNOSTICS */
38 #endif /* ALLOW_ATM_COMMON */
39
40 RETURN
41 END

  ViewVC Help
Powered by ViewVC 1.1.22