/[MITgcm]/MITgcm/pkg/streamice/streamice_initialise_petsc.F
ViewVC logotype

Contents of /MITgcm/pkg/streamice/streamice_initialise_petsc.F

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


Revision 1.1 - (show annotations) (download)
Sat Aug 24 20:32:03 2013 UTC (10 years, 8 months ago) by dgoldberg
Branch: MAIN
CVS Tags: checkpoint64y, checkpoint64x, checkpoint64z, checkpoint64o, checkpoint64q, checkpoint64p, checkpoint64s, checkpoint64r, checkpoint64u, checkpoint64t, checkpoint64w, checkpoint64v, checkpoint66g, checkpoint66f, checkpoint66e, checkpoint66d, checkpoint66c, checkpoint66b, checkpoint66a, checkpoint64n, checkpoint66o, checkpoint66n, checkpoint66m, checkpoint66l, checkpoint66k, checkpoint66j, checkpoint66i, checkpoint66h, checkpoint65z, checkpoint65x, checkpoint65y, checkpoint65r, checkpoint65s, checkpoint65p, checkpoint65q, checkpoint65v, checkpoint65w, checkpoint65t, checkpoint65u, checkpoint65j, checkpoint65k, checkpoint65h, checkpoint65i, checkpoint65n, checkpoint65o, checkpoint65l, checkpoint65m, checkpoint65b, checkpoint65c, checkpoint65a, checkpoint65f, checkpoint65g, checkpoint65d, checkpoint65e, checkpoint65, HEAD
shield taf from petsc headers

1 C $Header: /u/gcmpack/MITgcm/pkg/streamice/streamice_vel_solve.F,v 1.3 2013/06/13 19:08:43 jmc Exp $
2 C $Name: $
3
4 #include "STREAMICE_OPTIONS.h"
5
6 C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
7
8 CBOP
9 SUBROUTINE STREAMICE_INITIALIZE_PETSC
10 C /============================================================\
11 C | SUBROUTINE |
12 C | o |
13 C |============================================================|
14 C | |
15 C \============================================================/
16 IMPLICIT NONE
17
18 C === Global variables ===
19 #ifdef ALLOW_PETSC
20 #include "finclude/petsc.h"
21 #endif
22
23
24 C !INPUT/OUTPUT ARGUMENTS
25 INTEGER myThid
26
27 #ifdef ALLOW_STREAMICE
28
29 #ifdef ALLOW_PETSC
30 PetscErrorCode ierr
31 call petscInitialize(PETSC_NULL_CHARACTER,ierr)
32 #endif
33
34 #endif
35 RETURN
36 END
37

  ViewVC Help
Powered by ViewVC 1.1.22