/[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.1 - (hide annotations) (download)
Wed Apr 22 19:15:30 1998 UTC (26 years ago) by cnh
Branch: MAIN
Branch point for: cnh
Initial revision

1 cnh 1.1 C $Id$
2    
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    
14     C === Global data ===
15     #include "SIZE.h"
16     #include "EEPARAMS.h"
17     #include "EESUPPORT.h"
18    
19     CEndOfInterface
20    
21     C === Local variables ===
22     CHARACTER*(MAX_LEN_MBUF) msgBuf
23    
24    
25     WRITE(msgBuf,'(A)') ' '
26     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
27     & SQUEEZE_RIGHT , 1)
28     WRITE(msgBuf,'(A)') '// ======================================================'
29     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
30     & SQUEEZE_RIGHT , 1)
31     WRITE(msgBuf,'(A)') '// MITgcm UV'
32     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
33     & SQUEEZE_RIGHT , 1)
34     WRITE(msgBuf,'(A)') '// ========='
35     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
36     & SQUEEZE_RIGHT , 1)
37     WRITE(msgBuf,'(A)') '// ======================================================'
38     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
39     & SQUEEZE_RIGHT , 1)
40     WRITE(msgBuf,'(A)') '// execution environment starting up...'
41     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
42     & SQUEEZE_RIGHT , 1)
43     WRITE(msgBuf,'(A)') '// Run starting Wed Apr 1 14:19:48 1998'
44     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
45     & SQUEEZE_RIGHT , 1)
46     WRITE(msgBuf,'(A)') '// on melville.lcs.mit.edu'
47     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
48     & SQUEEZE_RIGHT , 1)
49     WRITE(msgBuf,'(A)') '// account cnh'
50     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
51     & SQUEEZE_RIGHT , 1)
52     WRITE(msgBuf,'(A)') '// MITgcm UV Release: 0.0.0'
53     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
54     & SQUEEZE_RIGHT , 1)
55     WRITE(msgBuf,'(A)') ' '
56     CALL PRINT_MESSAGE( msgBuf, standardMessageUnit,
57     & SQUEEZE_RIGHT , 1)
58     C
59     RETURN
60     END

  ViewVC Help
Powered by ViewVC 1.1.22