/[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.7 by dgoldberg, Thu Sep 27 20:29:00 2012 UTC revision 1.8 by dgoldberg, Wed Oct 10 15:03:10 2012 UTC
# Line 63  C     iUnit      :: Work variable for IO Line 63  C     iUnit      :: Work variable for IO
63       &     STREAMICEbasalTracFile,       &     STREAMICEbasalTracFile,
64       &     STREAMICEvelOptimFile,       &     STREAMICEvelOptimFile,
65       &     STREAMICE_ppm_driving_stress,       &     STREAMICE_ppm_driving_stress,
66       &     STREAMICE_h_ctrl_const_surf       &     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 123  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 = ' '

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

  ViewVC Help
Powered by ViewVC 1.1.22