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

Annotation of /MITgcm_contrib/dgoldberg/streamice/streamice_finalize_petsc.F

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


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

1 dgoldberg 1.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