<p><b>laura@ucar.edu</b> 2013-03-12 11:56:42 -0600 (Tue, 12 Mar 2013)</p><p>Added diagnostics sstsk_dtw (warming) and sstsk_dtc (cooling) of the skin sea-surface temperature (sstsk) when we apply a diurnal cycle of the skin sea-surface temperature.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/atmos_physics/src/core_nhyd_atmos/Registry
===================================================================
--- branches/atmos_physics/src/core_nhyd_atmos/Registry        2013-03-12 17:27:16 UTC (rev 2587)
+++ branches/atmos_physics/src/core_nhyd_atmos/Registry        2013-03-12 17:56:42 UTC (rev 2588)
@@ -850,8 +850,9 @@
 % smstot         :total moisture                                                           [m3 m-3]
 % snopcx         :snow phase change heat flux                                               [W m-2]
 % snotime        :??
-% sstsk          : skin sea-surface temperature                                                [K]
-% sstsk_diur     : skin sea-surface temperature difference                                     [K]
+% sstsk          : skin sea-surface temperature                                                 [K]
+% sstsk_dtc      : skin sea-surface temperature cooling                                         [K]
+% sstsk_dtw      : skin sea-surface temperature warming                                         [K]
 % thc            :thermal inertia                                              [Cal cm-1 K-1 s-0.5]
 % udrunoff       :sub-surface runoff                                                        [m s-1]
 % xicem          :ice mask from previous time-step                                              [-]
@@ -876,7 +877,8 @@
 var persistent real    snopcx     ( nCells Time             ) 1  ro snopcx         diag_physics - -
 var persistent real    snotime    ( nCells Time             ) 1  ro snotime        diag_physics - -
 var persistent real    sstsk      ( nCells Time             ) 1  ro sstsk          diag_physics - -
-var persistent real    sstsk_diur ( nCells Time             ) 1  ro sstsk_diur     diag_physics - -
+var persistent real    sstsk_dtc  ( nCells Time             ) 1  ro sstsk_dtc      diag_physics - -
+var persistent real    sstsk_dtw  ( nCells Time             ) 1  ro sstsk_dtw      diag_physics - -
 var persistent real    thc        ( nCells Time             ) 1  ro thc            diag_physics - - 
 var persistent real    udrunoff   ( nCells Time             ) 1  ro udrunoff       diag_physics - -   
 var persistent real    xicem      ( nCells Time             ) 1  ro xicem          diag_physics - -

</font>
</pre>