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

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

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


Revision 1.2 - (show annotations) (download)
Mon Apr 2 21:06:28 2012 UTC (13 years, 3 months ago) by heimbach
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +1 -1 lines
FILE REMOVED
Remove obsolete file.

1 C $Header: /u/gcmpack/MITgcm_contrib/dgoldberg/streamice/streamice_adv_thickness.F,v 1.1 2012/03/29 15:59:21 heimbach 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_ADV_THICKNESS ( myThid, time_step )
10
11 C /============================================================\
12 C | SUBROUTINE |
13 C | o |
14 C |============================================================|
15 C | |
16 C \============================================================/
17 IMPLICIT NONE
18
19 C === Global variables ===
20 #include "SIZE.h"
21 #include "GRID.h"
22 #include "EEPARAMS.h"
23 #include "PARAMS.h"
24 #include "STREAMICE.h"
25 #include "STREAMICE_ADV.h"
26
27 INTEGER myThid
28 _RL time_step
29
30 #ifdef ALLOW_STREAMICE
31
32 INTEGER i, j, bi, bj
33 _RL spy, thick_bd
34
35
36 #endif
37 RETURN
38 END

  ViewVC Help
Powered by ViewVC 1.1.22