<p><b>laura@ucar.edu</b> 2012-10-04 10:18:37 -0600 (Thu, 04 Oct 2012)</p><p>moved the call to physics_init_sst below the call to interp_sfc_to_MPAS<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_initialize_real.F
===================================================================
--- branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_initialize_real.F        2012-10-04 16:15:47 UTC (rev 2188)
+++ branches/atmos_physics/src/core_atmos_physics/mpas_atmphys_initialize_real.F        2012-10-04 16:18:37 UTC (rev 2189)
@@ -77,8 +77,8 @@
  if(config_input_sst) then
     write(0,*) '--- read sea-surface temperature from auxillary file:'
     call interp_sfc_to_MPAS(config_start_time(1:13),mesh,fg,dminfo)
+    call physics_init_sst(mesh,fg)
  endif
- call physics_init_sst(mesh,fg)
 
 !initialize seaice points:
  call physics_init_seaice(mesh,fg)

</font>
</pre>