<p><b>laura@ucar.edu</b> 2011-11-21 16:57:58 -0700 (Mon, 21 Nov 2011)</p><p>removed the subroutine get_current_date which is not needed with the time manager<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_physics/module_physics_date_time.F
===================================================================
--- branches/atmos_physics/src/core_physics/module_physics_date_time.F        2011-11-21 23:55:00 UTC (rev 1206)
+++ branches/atmos_physics/src/core_physics/module_physics_date_time.F        2011-11-21 23:57:58 UTC (rev 1207)
@@ -3,8 +3,7 @@
 
  implicit none
  private
- public:: get_current_date,       &amp;
-          get_julgmt,             &amp;
+ public:: get_julgmt,             &amp;
           monthly_interp_to_date, &amp;
           monthly_min_max
 
@@ -13,17 +12,6 @@
  contains
 
 !=============================================================================================
- subroutine get_current_date
-!=============================================================================================
-
-!temporary subroutine to provide the date at which the forecast begins.right now, that date is
-!hard-wired. This will change when the time manager is in place.
-
- current_date = '2010-10-23_00'
-
- end subroutine get_current_date
-
-!=============================================================================================
  subroutine get_julgmt(date_str,julyr,julday,gmt)
 !=============================================================================================
 

</font>
</pre>