--- MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F 2012/09/18 17:06:48 1.6 +++ MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F 2012/10/10 15:03:10 1.8 @@ -1,4 +1,4 @@ -C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F,v 1.6 2012/09/18 17:06:48 dgoldberg Exp $ +C $Header: /home/ubuntu/mnt/e9_copy/MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F,v 1.8 2012/10/10 15:03:10 dgoldberg Exp $ C $Name: $ @@ -61,7 +61,11 @@ & streamice_kx_b_init, streamice_ky_b_init, & STREAMICEbasalTracConfig, & STREAMICEbasalTracFile, - & STREAMICEvelOptimFile + & STREAMICEvelOptimFile, + & STREAMICE_ppm_driving_stress, + & STREAMICE_h_ctrl_const_surf, + & streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel, + & streamice_wgt_avthick NAMELIST /STREAMICE_PARM02/ @@ -121,6 +125,10 @@ streamice_bg_surf_slope_y = 0. streamice_kx_b_init = 1. streamice_ky_b_init = 1. + streamice_wgt_drift = 0. + streamice_wgt_surf = 0. + streamice_wgt_vel = 0. + streamice_wgt_avthick = 0. STREAMICEthickInit = 'FILE' STREAMICEthickFile = ' ' @@ -142,6 +150,8 @@ ! STREAMICE_construct_matrix = .TRUE. STREAMICE_lower_cg_tol = .FALSE. STREAMICE_diagnostic_only = .FALSE. + STREAMICE_ppm_driving_stress = .FALSE. + STREAMICE_h_ctrl_const_surf = .FALSE. ! STREAMICE_hybrid_stress= .FALSE. min_x_noflow_NORTH = 0.