[Dart-dev] DART/branches Revision: 11574

dart at ucar.edu dart at ucar.edu
Mon May 1 16:48:49 MDT 2017


nancy at ucar.edu
2017-05-01 16:48:49 -0600 (Mon, 01 May 2017)
61
update name to be simply QTY_STATE_VARIABLE (no RAW needed)




Modified: DART/branches/model_mod_changes/assimilation_code/modules/io/state_structure_mod.f90
===================================================================
--- DART/branches/model_mod_changes/assimilation_code/modules/io/state_structure_mod.f90	2017-05-01 22:48:11 UTC (rev 11573)
+++ DART/branches/model_mod_changes/assimilation_code/modules/io/state_structure_mod.f90	2017-05-01 22:48:49 UTC (rev 11574)
@@ -441,7 +441,7 @@
 state%domain(dom_id)%variable(1)%index_end   = domain_offset + domain_size
 !>@todo FIXME : should this be raw state variable or -1?, optional argument
 !>              for kind??
-state%domain(dom_id)%variable(1)%kind_string = 'QTY_RAW_STATE_VARIABLE'
+state%domain(dom_id)%variable(1)%kind_string = 'QTY_STATE_VARIABLE'
 state%domain(dom_id)%variable(1)%dart_kind   = &
        get_index_for_quantity(state%domain(dom_id)%variable(1)%kind_string)
 


More information about the Dart-dev mailing list