/[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.2 - (hide annotations) (download)
Thu Apr 23 20:37:30 1998 UTC (26 years ago) by cnh
Branch: MAIN
CVS Tags: checkpoint11, checkpoint10, checkpoint13, checkpoint15, checkpoint14, redigm, checkpoint5, checkpoint4, checkpoint7, checkpoint6, checkpoint1, checkpoint3, checkpoint2, checkpoint9, checkpoint8, kloop1, kloop2, checkpoint12, branch-point-rdot
Branch point for: checkpoint7-4degree-ref, branch-rdot
Changes since 1.1: +1 -1 lines
Changed $Id to $Header

1 cnh 1.2 C $Header: /home/ubuntu/mnt/e9_copy/MITgcm/eesupp/src/eeintro_msg.F,v 1.2 1998/04/23 20:37:30 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    
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