/[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.6 by dgoldberg, Tue Sep 18 17:06:48 2012 UTC revision 1.8 by dgoldberg, Wed Oct 10 15:03:10 2012 UTC
# Line 61  C     iUnit      :: Work variable for IO Line 61  C     iUnit      :: Work variable for IO
61       &     streamice_kx_b_init, streamice_ky_b_init,       &     streamice_kx_b_init, streamice_ky_b_init,
62       &     STREAMICEbasalTracConfig,       &     STREAMICEbasalTracConfig,
63       &     STREAMICEbasalTracFile,       &     STREAMICEbasalTracFile,
64       &     STREAMICEvelOptimFile       &     STREAMICEvelOptimFile,
65         &     STREAMICE_ppm_driving_stress,
66         &     STREAMICE_h_ctrl_const_surf,
67         &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,
68         &     streamice_wgt_avthick    
69    
70    
71        NAMELIST /STREAMICE_PARM02/        NAMELIST /STREAMICE_PARM02/
# Line 121  C--   Default values for STREAMICE Line 125  C--   Default values for STREAMICE
125        streamice_bg_surf_slope_y = 0.        streamice_bg_surf_slope_y = 0.
126        streamice_kx_b_init = 1.        streamice_kx_b_init = 1.
127        streamice_ky_b_init = 1.        streamice_ky_b_init = 1.
128          streamice_wgt_drift = 0.
129          streamice_wgt_surf = 0.    
130          streamice_wgt_vel = 0.    
131          streamice_wgt_avthick = 0.    
132    
133        STREAMICEthickInit = 'FILE'        STREAMICEthickInit = 'FILE'
134        STREAMICEthickFile = ' '        STREAMICEthickFile = ' '
# Line 142  C--   Default values for STREAMICE Line 150  C--   Default values for STREAMICE
150  !      STREAMICE_construct_matrix = .TRUE.  !      STREAMICE_construct_matrix = .TRUE.
151        STREAMICE_lower_cg_tol = .FALSE.        STREAMICE_lower_cg_tol = .FALSE.
152        STREAMICE_diagnostic_only = .FALSE.        STREAMICE_diagnostic_only = .FALSE.
153          STREAMICE_ppm_driving_stress = .FALSE.
154          STREAMICE_h_ctrl_const_surf = .FALSE.
155  !       STREAMICE_hybrid_stress= .FALSE.  !       STREAMICE_hybrid_stress= .FALSE.
156    
157        min_x_noflow_NORTH = 0.        min_x_noflow_NORTH = 0.

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.22