Parent Directory
|
Revision Log
|
Revision Graph
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_finalize_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_FINALIZE_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 PetscFinalize(ierr) |
32 | |
33 | #endif |
34 | |
35 | #endif |
36 | RETURN |
37 | END |
38 |
ViewVC Help | |
Powered by ViewVC 1.1.22 |