[Dart-dev] DART/branches Revision: 12253

dart at ucar.edu dart at ucar.edu
Fri Dec 29 15:32:11 MST 2017


thoar at ucar.edu
2017-12-29 15:32:10 -0700 (Fri, 29 Dec 2017)
53
Removing unused parameters from the USE statements.




Modified: DART/branches/coamps/models/coamps_nest/coamps_netcdf_mod.f90
===================================================================
--- DART/branches/coamps/models/coamps_nest/coamps_netcdf_mod.f90	2017-12-29 22:31:10 UTC (rev 12252)
+++ DART/branches/coamps/models/coamps_nest/coamps_netcdf_mod.f90	2017-12-29 22:32:10 UTC (rev 12253)
@@ -18,9 +18,7 @@
 
     use netcdf
 
-    use location_mod,      only : location_type, get_location, &
-                                  VERTISUNDEF, VERTISSURFACE, VERTISLEVEL, &
-                                  VERTISPRESSURE, VERTISHEIGHT
+    use location_mod,      only : location_type, get_location
 
     use types_mod,         only : r8
 


More information about the Dart-dev mailing list