<p><b>mpetersen@lanl.gov</b> 2012-05-30 07:41:38 -0600 (Wed, 30 May 2012)</p><p>BRANCH COMMIT: Small change to initialize in the case of config_record_hf_transport.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/transport_sections/src/core_ocean/mpas_ocn_mpas_core.F
===================================================================
--- branches/ocean_projects/transport_sections/src/core_ocean/mpas_ocn_mpas_core.F        2012-05-29 20:20:32 UTC (rev 1945)
+++ branches/ocean_projects/transport_sections/src/core_ocean/mpas_ocn_mpas_core.F        2012-05-30 13:41:38 UTC (rev 1946)
@@ -398,7 +398,7 @@
call mpas_ocn_tracer_advection_coefficients(mesh, err1)
err = ior(err, err1)
- if (config_record_transport) then
+ if (config_record_transport.or.config_record_hf_transport) then
call ocn_initialize_transport_sections(mesh, err)
call ocn_find_local_transport_sections(mesh, err)
end if
</font>
</pre>