[Dart-dev] DART/branches Revision: 11654
dart at ucar.edu
dart at ucar.edu
Tue May 23 16:50:31 MDT 2017
jla at ucar.edu
2017-05-23 16:50:30 -0600 (Tue, 23 May 2017)
84
Corrected error in order of model field IO to netcdf. Now bitwise duplicates Lanai.
Modified: DART/branches/rma_trunk/models/simple_advection/model_mod.f90
===================================================================
--- DART/branches/rma_trunk/models/simple_advection/model_mod.f90 2017-05-23 22:09:30 UTC (rev 11653)
+++ DART/branches/rma_trunk/models/simple_advection/model_mod.f90 2017-05-23 22:50:30 UTC (rev 11654)
@@ -226,9 +226,9 @@
dom_id = add_domain(template_file, NVARS, &
(/ 'concentration', &
'mean_source ', &
+ 'wind ', &
'source ', &
- 'source_phase ', &
- 'wind ' /))
+ 'source_phase ' /))
else
!>@todo FIXME : should not need a template file if initializing members from code
@@ -237,9 +237,9 @@
dom_id = add_domain(NVARS, (/ 'concentration', &
'mean_source ', &
+ 'wind ', &
'source ', &
- 'source_phase ', &
- 'wind ' /))
+ 'source_phase ' /))
do var_id=1, NVARS
call add_dimension_to_variable(dom_id, var_id, 'time', 1)
More information about the Dart-dev
mailing list