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

Diff of /MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F

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

revision 1.9 by dgoldberg, Mon Dec 10 02:34:45 2012 UTC revision 1.10 by dgoldberg, Wed Jan 9 21:56:18 2013 UTC
# Line 51  C     iUnit      :: Work variable for IO Line 51  C     iUnit      :: Work variable for IO
51       &     STREAMICE_dump_mnc, STREAMICE_tave_mnc,       &     STREAMICE_dump_mnc, STREAMICE_tave_mnc,
52       &     STREAMICE_GL_regularize, STREAMICE_move_front,       &     STREAMICE_GL_regularize, STREAMICE_move_front,
53       &     STREAMICE_calve_to_mask,       &     STREAMICE_calve_to_mask,
54    !      &     STREAMICE_geom_file_setup,
55       &     STREAMICE_diagnostic_only,       &     STREAMICE_diagnostic_only,
56  !     &     STREAMICE_construct_matrix,  !     &     STREAMICE_construct_matrix,
57       &     STREAMICE_lower_cg_tol,       &     STREAMICE_lower_cg_tol,
# Line 62  C     iUnit      :: Work variable for IO Line 63  C     iUnit      :: Work variable for IO
63       &     STREAMICEbasalTracConfig,       &     STREAMICEbasalTracConfig,
64       &     STREAMICEbasalTracFile,       &     STREAMICEbasalTracFile,
65       &     STREAMICEvelOptimFile,       &     STREAMICEvelOptimFile,
66         &     STREAMICEhmaskFile,
67         &     STREAMICEuFaceBdryFile,
68         &     STREAMICEvFaceBdryFile,
69         &     STREAMICEuDirichValsFile,
70         &     STREAMICEvDirichValsFile,
71         &     STREAMICEGlenConstFile, STREAMICEGlenConstConfig,
72       &     STREAMICE_ppm_driving_stress,       &     STREAMICE_ppm_driving_stress,
73       &     STREAMICE_h_ctrl_const_surf,       &     STREAMICE_h_ctrl_const_surf,
74       &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,       &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,
75       &     streamice_wgt_avthick, streamice_addl_backstress           &     streamice_wgt_avthick, streamice_wgt_tikh,
76         &     streamice_addl_backstress    
77    
78    
79        NAMELIST /STREAMICE_PARM02/        NAMELIST /STREAMICE_PARM02/
# Line 127  C--   Default values for STREAMICE Line 135  C--   Default values for STREAMICE
135        streamice_kx_b_init = 1.        streamice_kx_b_init = 1.
136        streamice_ky_b_init = 1.        streamice_ky_b_init = 1.
137        streamice_wgt_drift = 0.        streamice_wgt_drift = 0.
138          streamice_wgt_tikh = 0.
139        streamice_wgt_surf = 0.            streamice_wgt_surf = 0.    
140        streamice_wgt_vel = 0.            streamice_wgt_vel = 0.    
141        streamice_wgt_avthick = 0.        streamice_wgt_avthick = 0.
# Line 140  C--   Default values for STREAMICE Line 149  C--   Default values for STREAMICE
149        STREAMICEbasalTracConfig = 'UNIFORM'        STREAMICEbasalTracConfig = 'UNIFORM'
150        STREAMICEbasalTracFile = ' '        STREAMICEbasalTracFile = ' '
151        STREAMICEvelOptimFile = ''        STREAMICEvelOptimFile = ''
152          STREAMICEhmaskFile = ''
153          STREAMICEuFaceBdryFile = ''
154          STREAMICEvFaceBdryFile = ''
155          STREAMICEuDirichValsFile = ''
156          STREAMICEvDirichValsFile = ''
157          STREAMICEGlenConstFile = ''
158          STREAMICEGlenConstConfig = ''
159    
160        STREAMICEison = .TRUE.        STREAMICEison = .TRUE.
161        STREAMICE_tave_mdsio = .TRUE.        STREAMICE_tave_mdsio = .TRUE.
# Line 149  C--   Default values for STREAMICE Line 165  C--   Default values for STREAMICE
165        STREAMICE_GL_regularize = .FALSE.        STREAMICE_GL_regularize = .FALSE.
166        STREAMICE_move_front = .FALSE.        STREAMICE_move_front = .FALSE.
167        STREAMICE_calve_to_mask = .FALSE.        STREAMICE_calve_to_mask = .FALSE.
168    !       STREAMICE_geom_file_setup = .FALSE.
169  !      STREAMICE_construct_matrix = .TRUE.  !      STREAMICE_construct_matrix = .TRUE.
170        STREAMICE_lower_cg_tol = .FALSE.        STREAMICE_lower_cg_tol = .FALSE.
171        STREAMICE_diagnostic_only = .FALSE.        STREAMICE_diagnostic_only = .FALSE.

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.22