/** \page GFS_NSST GFS Near-Surface Sea Temperature Scheme \section des_nst Description Sea Surface Temperature (SST) is required in a Numerical Weather Prediction (NWP) system as the lower thermal boundary condition of air-sea heat fluxes calculation at forecast step and a radiative transfer model (CRTM or RTTOV) at analysis step. SST analysis has been previously produced independently and then provided to NWP system as an input. The GFS NSST scheme was initially developed at NCEP by Xu Li in 2007, and subsequently received contributions by S. Moorthi, Y.-T. Hu and J. Derber, leading to operational implementation in the GFS in 2017 (Li (2015)\cite Li_2015 and Li and Derber (2009) \cite li_and_derber_2009). At the forecast step, Near-Surface Sea Temperature (NSST) is an oceanic vertical temperature profile just below the sea surface. Here, only the vertical thermal structure due to \b diurnal \b thermocline \b layer \b warming and \b thermal \b skin \b layer \b cooling is resolved, both with an origin on Fairall et al. (1996) \cite fairall_et_al_1996 . \image html NSST_schematic.png "Figure 1: NSST T-Profile (Courtesy of X. Li at EMC)" Linear T-Profile: \f[ T(z)=T_{f}(z_{w})+(1-z/z_{w})T_w^{'}(0)-(1-z/\delta_{c})T_c^{'}(0) \f] where: - \f$T_{f}\f$: foundation temperature(the analysis variable) - \f$T_w^{'}(z,t)\f$: diurnal warming profile, \f$z\in z_{w}\sim O(5m)\f$ - \f$T_c^{'}(z,t)\f$: sub-layer cooling profile, \f$z\in \delta_{c}\sim O(1mm)\f$ - \f$z_{w}\f$: diurnal warming layer thickness - \f$\delta_{c}\f$: sub-layer cooling layer thickness The GFS NSST scheme is used to forecast the NSST for two main purposes: supply SSTs to the atmospheric model for the calculation of air-sea heat and moisture fluxes and providing a sub-layer temperature profile forecast for use as a first guess in the Gridpoint Statistical Interpolator (GSI) data assimilation code. Atmospheric inputs include short- and long-wave radiation, surface pressure, surface layer winds, temperature and specific humidity, and rainfall. The NSST scheme and has shown positive impact on the analysis and prediction of the ocean and atmosphere in weather prediction time scale. \section intra_nst Intraphysics Communication - \ref arg_table_sfc_nst_run \section gen_nst General Algorithm - sfc_nst::sfc_nst_run */