/[MITgcm]/MITgcm/pkg/exch2/w2_set_single_facet.F
ViewVC logotype

Contents of /MITgcm/pkg/exch2/w2_set_single_facet.F

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


Revision 1.1 - (show annotations) (download)
Tue May 12 19:40:33 2009 UTC (15 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint61o, checkpoint61r, checkpoint61p, checkpoint61q
new code to set-up W2-Exch2 topology (replace matlab-topology-generator)
 read parameter file "data.exch2" if it exist ; otherwise try default
 regular cube without blank-tile.

1 C $Header: /u/gcmpack/MITgcm/pkg/exch2/w2_e2setup.F,v 1.3 2008/07/29 20:25:23 jmc Exp $
2 C $Name: $
3
4 #include "CPP_EEOPTIONS.h"
5 #include "W2_OPTIONS.h"
6
7 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
8 CBOP 0
9 C !ROUTINE: W2_SET_SINGLE_FACET
10
11 C !INTERFACE:
12 SUBROUTINE W2_SET_SINGLE_FACET( myThid )
13
14 C !DESCRIPTION:
15 C Set-up simple single facet (domain in 1 piece) topology
16
17 C !USES:
18 IMPLICIT NONE
19
20 C Tile toplogy settings data structures
21 #include "SIZE.h"
22 #include "EEPARAMS.h"
23 #include "W2_EXCH2_SIZE.h"
24 #include "W2_EXCH2_PARAMS.h"
25 #include "W2_EXCH2_TOPOLOGY.h"
26
27 C !INPUT PARAMETERS:
28 C myThid :: my Thread Id number
29 C (Note: not relevant since threading has not yet started)
30 INTEGER myThid
31
32 C !LOCAL VARIABLES:
33 C === Local variables ===
34 C msgBuf :: Informational/error meesage buffer
35 c CHARACTER*(MAX_LEN_MBUF) msgBuf
36 CEOP
37
38 nFacets = 1
39 C- set connection graph (topology)
40 C- need to set/check facet dims
41
42 STOP 'ABNORMAL END: S/R W2_SET_SINGLE_FACET empty'
43
44 RETURN
45 END

  ViewVC Help
Powered by ViewVC 1.1.22