/[MITgcm]/MITgcm/pkg/mnc/mnc_test_002.T
ViewVC logotype

Contents of /MITgcm/pkg/mnc/mnc_test_002.T

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


Revision 1.2 - (show annotations) (download) (as text)
Thu Jan 29 05:30:37 2004 UTC (20 years, 3 months ago) by edhill
Branch: MAIN
Changes since 1.1: +3 -1 lines
File MIME type: application/x-troff
 o adding attributes to the MNC "wrapper" level

1 C $Header: /u/u3/gcmpack/MITgcm/pkg/mnc/mnc_test_002.T,v 1.1 2004/01/27 05:47:32 edhill Exp $
2 C $Name: $
3
4 C Simple test program for MNC
5
6 PROGRAM mnc_test_002
7
8 implicit none
9 #include "MNC_OPTIONS.h"
10 #include "EEPARAMS.h"
11
12 C Functions
13 integer ILNBLNK
14
15 C Local Variables
16 integer i
17
18 print*, '=== Starting Program: mnc_test_002 ==='
19
20 CALL MNC_INIT()
21 CALL MNC_CW_INIT( 0,
22 & 20,16, 4,4, 1,1, 1,1, 13 )
23
24 CALL MNC_CW_DUMP()
25
26 print*, '=== Ending Program: mnc_test_002 ==='
27
28 END
29
30 CEH3 ;;; Local Variables: ***
31 CEH3 ;;; mode:fortran ***
32 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22