/[MITgcm]/MITgcm_contrib/dgoldberg/streamice/streamice_initialise_petsc.F
ViewVC logotype

Contents of /MITgcm_contrib/dgoldberg/streamice/streamice_initialise_petsc.F

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


Revision 1.1 - (show annotations) (download)
Wed Aug 27 19:29:14 2014 UTC (10 years, 10 months ago) by dgoldberg
Branch: MAIN
CVS Tags: HEAD
Error occurred while calculating annotation data.
updating contrib streamice repo with latest files, and separated out convergence checks; and parameterised maximum iteration counts and interface w shelfice for coupling

1 C $Header: /u/gcmpack/MITgcm/pkg/streamice/streamice_initialise_petsc.F,v 1.1 2013/08/24 20:32:03 dgoldberg 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