[Dart-dev] DART/branches Revision: 12335

dart at ucar.edu dart at ucar.edu
Tue Jan 16 13:44:08 MST 2018


nancy at ucar.edu
2018-01-16 13:44:07 -0700 (Tue, 16 Jan 2018)
34
set model_top before using it.  




Modified: DART/branches/recam/models/cam-fv/model_mod.f90
===================================================================
--- DART/branches/recam/models/cam-fv/model_mod.f90	2018-01-16 20:36:51 UTC (rev 12334)
+++ DART/branches/recam/models/cam-fv/model_mod.f90	2018-01-16 20:44:07 UTC (rev 12335)
@@ -3373,6 +3373,7 @@
 select case (vertical_localization_type)
   case (VERTISPRESSURE)
     ! top, bottom vals already in pressure units
+    model_top = global_model_top
 
   case (VERTISSCALEHEIGHT)
     ramp_start = scale_height(global_ref_pressure, ramp_start)


More information about the Dart-dev mailing list