[Dart-dev] DART/branches Revision: 12367

dart at ucar.edu dart at ucar.edu
Thu Jan 18 16:06:28 MST 2018


nancy at ucar.edu
2018-01-18 16:06:28 -0700 (Thu, 18 Jan 2018)
40
i already found a typo.  sigh.  fixed.




Modified: DART/branches/rma_trunk/models/template/model_mod.html
===================================================================
--- DART/branches/rma_trunk/models/template/model_mod.html	2018-01-18 23:00:50 UTC (rev 12366)
+++ DART/branches/rma_trunk/models/template/model_mod.html	2018-01-18 23:06:28 UTC (rev 12367)
@@ -287,7 +287,7 @@
 <em class=call>call model_interpolate(state_handle, ens_size, location, obs_quantity, expected_obs, istatus)</em>
 <pre>
 type(ensemble_type),    intent(in)  :: <em class=code>state_handle</em>
-inteter,                intent(in)  :: <em class=code>ens_size</em>
+integer,                intent(in)  :: <em class=code>ens_size</em>
 type(location_type),    intent(in)  :: <em class=code>location</em>
 integer,                intent(in)  :: <em class=code>obs_quantity</em>
 real(r8),               intent(out) :: <em class=code>expected_obs(ens_size)</em>

Modified: DART/branches/rma_trunk/models/utilities/default_model_mod.html
===================================================================
--- DART/branches/rma_trunk/models/utilities/default_model_mod.html	2018-01-18 23:00:50 UTC (rev 12366)
+++ DART/branches/rma_trunk/models/utilities/default_model_mod.html	2018-01-18 23:06:28 UTC (rev 12367)
@@ -228,7 +228,7 @@
 <em class=call>call model_interpolate(state_handle, ens_size, location, obs_quantity, expected_obs, istatus)</em>
 <pre>
 type(ensemble_type),    intent(in)  :: <em class=code>state_handle</em>
-inteter,                intent(in)  :: <em class=code>ens_size</em>
+integer,                intent(in)  :: <em class=code>ens_size</em>
 type(location_type),    intent(in)  :: <em class=code>location</em>
 integer,                intent(in)  :: <em class=code>obs_quantity</em>
 real(r8),               intent(out) :: <em class=code>expected_obs(ens_size)</em>


More information about the Dart-dev mailing list