[Dart-dev] DART/branches Revision: 12813

dart at ucar.edu dart at ucar.edu
Wed Sep 5 15:00:00 MDT 2018


hendric at ucar.edu
2018-09-05 14:59:59 -0600 (Wed, 05 Sep 2018)
28

removing debug statement.




Modified: DART/branches/recam/models/cam-fv/model_mod.f90
===================================================================
--- DART/branches/recam/models/cam-fv/model_mod.f90	2018-09-05 16:25:02 UTC (rev 12812)
+++ DART/branches/recam/models/cam-fv/model_mod.f90	2018-09-05 20:59:59 UTC (rev 12813)
@@ -3694,8 +3694,8 @@
 
 ! we need this to compute what?
 if (vert_only_dist > total_dist) then
- print *, 'unexpected, vert larger than total:  ', vert_only_dist, total_dist
- print *, 'obs_type, vert_norm = ', obs_type, vert_norm
+ !print *, 'unexpected, vert larger than total:  ', vert_only_dist, total_dist
+ !print *, 'obs_type, vert_norm = ', obs_type, vert_norm
  horiz_dist = 0.0_r8
 else
 horiz_dist = sqrt(total_dist**2 - vert_only_dist**2)


More information about the Dart-dev mailing list