<p><b>laura@ucar.edu</b> 2012-01-03 14:19:16 -0700 (Tue, 03 Jan 2012)</p><p>modified the surface_pressure variable to an input (and output) variable. This is temporary until I move the calculation of the surface pressure from the subroutine microphysics_to_MPAS to the subroutine MPAS_to_physics<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_init_nhyd_atmos/Registry
===================================================================
--- branches/atmos_physics/src/core_init_nhyd_atmos/Registry        2011-12-30 23:01:05 UTC (rev 1280)
+++ branches/atmos_physics/src/core_init_nhyd_atmos/Registry        2012-01-03 21:19:16 UTC (rev 1281)
@@ -227,7 +227,7 @@
 
 var persistent real    cqw  ( nVertLevels nCells Time ) 1 - cqw diag - -
 
-var persistent real    surface_pressure    ( nCells Time    ) 1  o surface_pressure    diag - -
+var persistent real    surface_pressure    ( nCells Time    ) 1  io surface_pressure    diag - -
 
 #  coupled variables needed by the solver, but not output...
 var persistent real    ru ( nVertLevels nEdges Time ) 1 - ru diag - -

</font>
</pre>