/[MITgcm]/MITgcm/pkg/streamice/streamice_readparms.F
ViewVC logotype

Diff of /MITgcm/pkg/streamice/streamice_readparms.F

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

revision 1.13 by dgoldberg, Tue Jun 30 11:20:05 2015 UTC revision 1.14 by dgoldberg, Thu Mar 17 20:15:43 2016 UTC
# Line 98  C     iUnit      :: Work variable for IO Line 98  C     iUnit      :: Work variable for IO
98       &     STREAMICE_ADV_SCHEME, streamice_forcing_period,       &     STREAMICE_ADV_SCHEME, streamice_forcing_period,
99       &     STREAMICE_chkfixedptconvergence,       &     STREAMICE_chkfixedptconvergence,
100       &     STREAMICE_chkresidconvergence,       &     STREAMICE_chkresidconvergence,
101    #ifdef STREAMICE_FLOWLINE_BUTTRESS
102         &     streamice_buttr_width,
103         &     useStreamiceFlowlineButtr,
104    #endif
105       &     STREAMICE_allow_cpl       &     STREAMICE_allow_cpl
106    
107  #ifdef ALLOW_STREAMICE_2DTRACER  #ifdef ALLOW_STREAMICE_2DTRACER
# Line 224  C--   Default values for STREAMICE Line 228  C--   Default values for STREAMICE
228        streamice_adot_uniform = 0.0        streamice_adot_uniform = 0.0
229        streamice_forcing_period = 0        streamice_forcing_period = 0
230        streamice_firn_correction = 0.        streamice_firn_correction = 0.
231    #ifdef STREAMICE_FLOWLINE_BUTTRESS
232          streamice_buttr_width = 1000000000.
233    #endif
234        STREAMICE_apply_firn_correction = .false.        STREAMICE_apply_firn_correction = .false.
235                
236        STREAMICEthickInit = 'FILE'        STREAMICEthickInit = 'FILE'
# Line 295  C--   Default values for STREAMICE Line 302  C--   Default values for STREAMICE
302  !      STREAMICE_construct_matrix = .TRUE.  !      STREAMICE_construct_matrix = .TRUE.
303        STREAMICE_lower_cg_tol = .FALSE.        STREAMICE_lower_cg_tol = .FALSE.
304        STREAMICE_diagnostic_only = .FALSE.        STREAMICE_diagnostic_only = .FALSE.
305    #ifdef STREAMICE_FLOWLINE_BUTTRESS
306          useStreamiceFlowlineButtr=.FALSE.
307    #endif
308        STREAMICE_ppm_driving_stress = .FALSE.        STREAMICE_ppm_driving_stress = .FALSE.
309        STREAMICE_chkfixedptconvergence = .true.        STREAMICE_chkfixedptconvergence = .true.
310        STREAMICE_chkresidconvergence = .true.        STREAMICE_chkresidconvergence = .true.

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.22