/[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.1 - (show annotations) (download) (as text)
Tue Jan 27 05:47:32 2004 UTC (20 years, 4 months ago) by edhill
Branch: MAIN
File MIME type: application/x-troff
 o first steps towards a "convenience wrapper" for pre-defined grid types
 o small clean-ups

1 C $Header: /u/u3/gcmpack/MITgcm/pkg/mnc/mnc_test_001.T,v 1.9 2004/01/25 00:22:57 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 print*, '=== Ending Program: mnc_test_002 ==='
25
26 END
27
28 CEH3 ;;; Local Variables: ***
29 CEH3 ;;; mode:fortran ***
30 CEH3 ;;; End: ***

  ViewVC Help
Powered by ViewVC 1.1.22