/[MITgcm]/MITgcm_contrib/dgoldberg/streamice/STREAMICE.h
ViewVC logotype

Diff of /MITgcm_contrib/dgoldberg/streamice/STREAMICE.h

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

revision 1.2 by dgoldberg, Mon May 14 16:47:10 2012 UTC revision 1.3 by heimbach, Thu May 17 21:30:17 2012 UTC
# Line 44  C     FLOW_DIR: 1.0=west, 2.0=east, 3.0= Line 44  C     FLOW_DIR: 1.0=west, 2.0=east, 3.0=
44    
45  C     -------------------------- INT PARAMS ---------------------------------------------------  C     -------------------------- INT PARAMS ---------------------------------------------------
46    
47          INTEGER streamice_max_nl
48          PARAMETER ( streamice_max_nl = 100 )
49    
50        COMMON /STREAMICE_PARMS_I/        COMMON /STREAMICE_PARMS_I/
51       &     streamice_max_cg_iter, streamice_max_nl_iter,       &     streamice_max_cg_iter, streamice_max_nl_iter,
52       &     streamice_vel_upd_counter, streamice_nstep_velocity,       &     streamice_vel_upd_counter, streamice_nstep_velocity,
# Line 71  C     -------------------------- LOGICAL Line 74  C     -------------------------- LOGICAL
74        LOGICAL STREAMICE_tave_mnc        LOGICAL STREAMICE_tave_mnc
75        LOGICAL STREAMICE_GL_regularize, STREAMICE_move_front        LOGICAL STREAMICE_GL_regularize, STREAMICE_move_front
76        LOGICAL STREAMICE_calve_to_mask        LOGICAL STREAMICE_calve_to_mask
77  !       LOGICAL STREAMICE_construct_matrix        LOGICAL STREAMICE_construct_matrix
78        LOGICAL STREAMICE_lower_cg_tol        LOGICAL STREAMICE_lower_cg_tol
79        COMMON /STREAMICE_PARM_L/        COMMON /STREAMICE_PARM_L/
80       & STREAMICEison,       & STREAMICEison,
# Line 79  C     -------------------------- LOGICAL Line 82  C     -------------------------- LOGICAL
82       & STREAMICE_dump_mnc, STREAMICE_tave_mnc,       & STREAMICE_dump_mnc, STREAMICE_tave_mnc,
83       & STREAMICE_GL_regularize, STREAMICE_move_front,       & STREAMICE_GL_regularize, STREAMICE_move_front,
84       & STREAMICE_calve_to_mask,       & STREAMICE_calve_to_mask,
85  !     & STREAMICE_construct_matrix,       & STREAMICE_construct_matrix,
86       & STREAMICE_lower_cg_tol       & STREAMICE_lower_cg_tol
87    
88  C     -------------------------- AND NOW ARRAYS ---------------------------------------------------  C     -------------------------- AND NOW ARRAYS ---------------------------------------------------

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.22