/[MITgcm]/MITgcm/eesupp/src/eeintro_msg.F
ViewVC logotype

Annotation of /MITgcm/eesupp/src/eeintro_msg.F

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


Revision 1.5 - (hide annotations) (download)
Tue May 18 17:39:21 1999 UTC (25 years ago) by adcroft
Branch: MAIN
CVS Tags: checkpoint40pre3, checkpoint40pre1, checkpoint40pre7, checkpoint40pre6, checkpoint40pre9, checkpoint40pre8, checkpoint38, checkpoint40pre2, checkpoint40pre4, checkpoint28, checkpoint29, checkpoint22, checkpoint23, checkpoint24, checkpoint25, checkpoint27, branch-atmos-merge-freeze, branch-atmos-merge-start, pre38tag1, checkpoint26, c37_adj, branch-atmos-merge-shapiro, pre38-close, checkpoint39, checkpoint33, checkpoint32, checkpoint31, checkpoint30, checkpoint37, checkpoint36, checkpoint35, checkpoint34, checkpoint40pre5, branch-atmos-merge-zonalfilt, checkpoint40, branch-atmos-merge-phase5, branch-atmos-merge-phase4, branch-atmos-merge-phase7, branch-atmos-merge-phase6, branch-atmos-merge-phase1, branch-atmos-merge-phase3, branch-atmos-merge-phase2
Branch point for: branch-atmos-merge, pre38
Changes since 1.4: +3 -2 lines
Added IMPLICIT NONE where missing and changed formatting from 'I' to 'I5'.

1 adcroft 1.5 C $Header: /u/gcmpack/models/MITgcmUV/eesupp/src/eeintro_msg.F,v 1.4 1998/11/03 15:41:36 cnh Exp $
2 cnh 1.1
3     #include "CPP_EEOPTIONS.h"
4    
5     CStartOfInterface
6     SUBROUTINE EEINTRO_MSG
7     C /==========================================================\
8     C | SUBROUTINE EEINTRO_MSG |
9     C | o Write basic introductory message. |
10     C |==========================================================|
11     C | This routine could be customised for different platforms.|
12     C \==========================================================/
13 adcroft 1.5 IMPLICIT NONE
14 cnh 1.1
15     C === Global data ===
16     #include "SIZE.h"
17     #include "EEPARAMS.h"
18     #include "EESUPPORT.h"
19    
20     CEndOfInterface
21    
22     C === Local variables ===
23     CHARACTER*(MAX_LEN_MBUF) msgBuf
24    
25    
26     WRITE(msgBuf,'(A)') ' '
27     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
28     & SQUEEZE_RIGHT , 1)
29 cnh 1.3 WRITE(msgBuf,'(A)')
30     &'// ======================================================'
31 cnh 1.1 CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
32     & SQUEEZE_RIGHT , 1)
33     WRITE(msgBuf,'(A)') '// MITgcm UV'
34     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
35     & SQUEEZE_RIGHT , 1)
36     WRITE(msgBuf,'(A)') '// ========='
37     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
38     & SQUEEZE_RIGHT , 1)
39 cnh 1.3 WRITE(msgBuf,'(A)')
40     &'// ======================================================'
41 cnh 1.1 CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
42     & SQUEEZE_RIGHT , 1)
43     WRITE(msgBuf,'(A)') '// execution environment starting up...'
44     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
45     & SQUEEZE_RIGHT , 1)
46     WRITE(msgBuf,'(A)') '// Run starting Wed Apr 1 14:19:48 1998'
47     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
48     & SQUEEZE_RIGHT , 1)
49     WRITE(msgBuf,'(A)') '// on melville.lcs.mit.edu'
50     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
51     & SQUEEZE_RIGHT , 1)
52     WRITE(msgBuf,'(A)') '// account cnh'
53     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
54     & SQUEEZE_RIGHT , 1)
55 cnh 1.4 WRITE(msgBuf,'(A)')
56 adcroft 1.5 &'// MITgcm UV Release: $Name: checkpoint20 $'
57 cnh 1.1 CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
58     & SQUEEZE_RIGHT , 1)
59     WRITE(msgBuf,'(A)') ' '
60     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
61     & SQUEEZE_RIGHT , 1)
62     C
63     RETURN
64     END

  ViewVC Help
Powered by ViewVC 1.1.22