/[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

--- MITgcm_contrib/dgoldberg/streamice/streamice_readparms.F	2012/09/27 20:29:00	1.7
+++ 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.7 2012/09/27 20:29:00 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:  $
 
 
@@ -63,7 +63,9 @@
      &     STREAMICEbasalTracFile,
      &     STREAMICEvelOptimFile,
      &     STREAMICE_ppm_driving_stress,
-     &     STREAMICE_h_ctrl_const_surf
+     &     STREAMICE_h_ctrl_const_surf,
+     &     streamice_wgt_drift,streamice_wgt_surf,streamice_wgt_vel,
+     &     streamice_wgt_avthick     
 
 
       NAMELIST /STREAMICE_PARM02/
@@ -123,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 = ' '

 

  ViewVC Help
Powered by ViewVC 1.1.22