[Dart-dev] DART/branches Revision: 12058

dart at ucar.edu dart at ucar.edu
Tue Nov 7 09:42:43 MST 2017


nancy at ucar.edu
2017-11-07 09:42:42 -0700 (Tue, 07 Nov 2017)
23
starting on routine .




Modified: DART/branches/recam/models/cam-fv/new_model_mod.f90
===================================================================
--- DART/branches/recam/models/cam-fv/new_model_mod.f90	2017-11-07 16:36:44 UTC (rev 12057)
+++ DART/branches/recam/models/cam-fv/new_model_mod.f90	2017-11-07 16:42:42 UTC (rev 12058)
@@ -494,8 +494,11 @@
 
 !>@todo FIXME i left off here
 subroutine vert_interp(botvals, topvals, four_vert_fracts(i, j), quad_vals(i, j), status)
+ integer, intent(in) :: botvals(4)
+ integer, intent(in) :: topvals(4)
 
 end subroutine vert_interp
+
 !-----------------------------------------------------------------------
 !>
 !> 


More information about the Dart-dev mailing list