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

Annotation of /MITgcm/pkg/exch2/w2_set_myown_facets.F

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


Revision 1.1 - (hide annotations) (download)
Tue May 12 19:40:33 2009 UTC (15 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: checkpoint62, checkpoint62c, checkpoint62b, checkpoint62a, checkpoint62e, checkpoint62d, checkpoint61o, checkpoint61v, checkpoint61w, checkpoint61t, checkpoint61u, checkpoint61r, checkpoint61s, checkpoint61p, checkpoint61q, checkpoint61z, checkpoint61x, checkpoint61y
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 jmc 1.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 "PACKAGES_CONFIG.h"
5     #include "CPP_EEOPTIONS.h"
6     #include "W2_OPTIONS.h"
7    
8     C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
9     CBOP 0
10     C !ROUTINE: W2_SET_MYOWN_FACETS
11    
12     C !INTERFACE:
13     SUBROUTINE W2_SET_MYOWN_FACETS( myThid )
14    
15     C !DESCRIPTION:
16     C Set-up multi-facets (=sub-domain) topology :
17     C User specific version to be modified accordingly
18    
19     C !USES:
20     IMPLICIT NONE
21    
22     C Tile toplogy settings data structures
23     #include "SIZE.h"
24     #include "EEPARAMS.h"
25     #ifdef ALLOW_EXCH2
26     #include "W2_EXCH2_SIZE.h"
27     #include "W2_EXCH2_PARAMS.h"
28     #include "W2_EXCH2_TOPOLOGY.h"
29     #endif /* ALLOW_EXCH2 */
30    
31     C !INPUT PARAMETERS:
32     C myThid :: my Thread Id number
33     C (Note: not relevant since threading has not yet started)
34     INTEGER myThid
35    
36     #ifdef ALLOW_EXCH2
37     C !FUNCTIONS:
38    
39     C !LOCAL VARIABLES:
40     C === Local variables ===
41     C msgBuf :: Informational/error meesage buffer
42     c CHARACTER*(MAX_LEN_MBUF) msgBuf
43     CEOP
44    
45     STOP 'ABNORMAL END: S/R W2_SET_MYOWN_FACETS empty'
46    
47     #endif /* ALLOW_EXCH2 */
48    
49     RETURN
50     END

  ViewVC Help
Powered by ViewVC 1.1.22