Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
--- MITgcm_contrib/dgoldberg/streamice/STREAMICE_BDRY.h 2012/03/29 15:59:21 1.1
+++ MITgcm_contrib/dgoldberg/streamice/STREAMICE_BDRY.h 2014/08/27 19:29:12 1.2
@@ -1,10 +1,13 @@
+C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/dgoldberg/streamice/STREAMICE_BDRY.h,v 1.2 2014/08/27 19:29:12 dgoldberg Exp $
+C $Name: $
+
C---+----1----+----2----+----3----+----4----+----5----+----6----+----7-|--+----|
#ifdef ALLOW_STREAMICE
C params to construct boundary conditions for ice flow
-C on each boundary of rect domain, ranges for different boundary
-C conditions are specified; it is up to the user to ensure that
+C on each boundary of rect domain, ranges for different boundary
+C conditions are specified; it is up to the user to ensure that
C the ranges do not overlap
C along with a flux boundary range, a flux value is given
C if a dirichlet boundary is specified, velocities must be given
@@ -12,7 +15,7 @@
C also must be aware of units (m for cartesian, deg for curvilinear, m/deg for CYLINDRICAL POLAR)
C real params
- COMMON /STREAMICE_BDRY_PARMS/
+ COMMON /STREAMICE_BDRY_PARMS/
& min_x_noflow_NORTH, max_x_noflow_NORTH,
& min_x_noflow_SOUTH, max_x_noflow_SOUTH,
& min_y_noflow_WEST, max_y_noflow_WEST,
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |