[Dart-dev] DART/branches Revision: 12268
dart at ucar.edu
dart at ucar.edu
Wed Jan 3 15:24:52 MST 2018
thoar at ucar.edu
2018-01-03 15:24:52 -0700 (Wed, 03 Jan 2018)
47
Bringing mmc branch up-to-date WRT rma_trunk.
Index: DART/branches/mmc
===================================================================
--- DART/branches/mmc 2018-01-03 22:23:59 UTC (rev 12267)
+++ DART/branches/mmc 2018-01-03 22:24:52 UTC (rev 12268)
Property changes on: DART/branches/mmc
___________________________________________________________________
Modified: svn:mergeinfo
## -34,7 +34,7 ##
/DART/branches/rma_sprint:8095-8166
/DART/branches/rma_state_structure_test_dir:9472-9676
/DART/branches/rma_state_structure_unit_test:9691-10268
-/DART/branches/rma_trunk:12038-12253
+/DART/branches/rma_trunk:12038-12267
/DART/branches/rma_trunk_clamping:8786-8801
/DART/branches/rma_trunk_filename:8011-8157
/DART/branches/rma_trunk_get_state_fun:8568-8596
Modified: DART/branches/mmc/CHANGELOG
===================================================================
--- DART/branches/mmc/CHANGELOG 2018-01-03 22:23:59 UTC (rev 12267)
+++ DART/branches/mmc/CHANGELOG 2018-01-03 22:24:52 UTC (rev 12268)
@@ -616,6 +616,10 @@
+ MMM DD YYYY :: summary of next changes $Revision$
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+- Fixed an error in the mpas_atm model_mod for a debug print that failed with
+large ensemble sizes.
+
+
# <next few lines under version control, do not edit>
# $URL$
# $Revision$
Modified: DART/branches/mmc/models/mpas_atm/model_mod.f90
===================================================================
--- DART/branches/mmc/models/mpas_atm/model_mod.f90 2018-01-03 22:23:59 UTC (rev 12267)
+++ DART/branches/mmc/models/mpas_atm/model_mod.f90 2018-01-03 22:24:52 UTC (rev 12268)
@@ -5553,7 +5553,7 @@
call find_vert_level(state_handle, ens_size, loc, nc, c, .true., lower, upper, fract, ier)
if (debug > 11) then
- write(string3,*) 'ier = ',ier !(1), ' triangle = ',c(1:nc), ' vert_index = ',lower(1:nc, 1)+fract(1:nc, 1)
+ write(string3,*) 'ier = ',ier (1), ' triangle = ',c(1:nc), ' vert_index = ',lower(1:nc, 1)+fract(1:nc, 1)
call error_handler(E_MSG, 'find_vert_indices', string3, source, revision, revdate)
endif
More information about the Dart-dev
mailing list