New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 11512 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/NEMO/subfiles/chap_DIU.tex – NEMO

Ignore:
Timestamp:
2019-09-09T12:05:20+02:00 (5 years ago)
Author:
smasson
Message:

dev_r10984_HPC-13 : merge with trunk@11511, see #2285

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/NEMO/subfiles/chap_DIU.tex

    r11263 r11512  
    99\label{chap:DIU} 
    1010 
    11 \minitoc 
     11\chaptertoc 
    1212 
    1313 
     
    1616 
    1717Code to produce an estimate of the diurnal warming and cooling of the sea surface skin 
    18 temperature (skin SST) is found in the DIU directory.   
     18temperature (skin SST) is found in the DIU directory. 
    1919The skin temperature can be split into three parts: 
    2020\begin{itemize} 
     
    3030 
    3131Models are provided for both the warm layer, \mdl{diurnal\_bulk}, and the cool skin, \mdl{cool\_skin}. 
    32 Foundation SST is not considered as it can be obtained either from the main NEMO model 
    33 (\ie from the temperature of the top few model levels) or from some other source.   
     32Foundation SST is not considered as it can be obtained either from the main \NEMO\ model 
     33(\ie\ from the temperature of the top few model levels) or from some other source. 
    3434It must be noted that both the cool skin and warm layer models produce estimates of the change in temperature 
    3535($\Delta T_{\mathrm{cs}}$ and $\Delta T_{\mathrm{wl}}$) and 
    3636both must be added to a foundation SST to obtain the true skin temperature. 
    3737 
    38 Both the cool skin and warm layer models are controlled through the namelist \ngn{namdiu}: 
     38Both the cool skin and warm layer models are controlled through the namelist \nam{diu}: 
    3939 
    4040\nlst{namdiu} 
     
    4444  A logical switch for turning on/off both the cool skin and warm layer. 
    4545\item[\np{ln\_diurnal\_only}] 
    46   A logical switch which if \forcode{.true.} will run the diurnal model without the other dynamical parts of NEMO. 
     46  A logical switch which if \forcode{.true.} will run the diurnal model without the other dynamical parts of \NEMO. 
    4747  \np{ln\_diurnal\_only} must be \forcode{.false.} if \np{ln\_diurnal} is \forcode{.false.}. 
    4848\end{description} 
     
    5353Initialisation is through the restart file. 
    5454Specifically the code will expect the presence of the 2-D variable ``Dsst'' to initialise the warm layer. 
    55 The cool skin model, which is determined purely by the instantaneous fluxes, has no initialisation variable.   
     55The cool skin model, which is determined purely by the instantaneous fluxes, has no initialisation variable. 
    5656 
    5757%=============================================================== 
     
    102102\end{equation} 
    103103where $\zeta=\frac{D_T}{L}$.  It is clear that the first derivative of (\autoref{eq:stab_func_eqn}), 
    104 and thus of (\autoref{eq:ecmwf1}), is discontinuous at $\zeta=0$ (\ie $Q\rightarrow0$ in 
     104and thus of (\autoref{eq:ecmwf1}), is discontinuous at $\zeta=0$ (\ie\ $Q\rightarrow0$ in 
    105105equation (\autoref{eq:ecmwf2})). 
    106106 
Note: See TracChangeset for help on using the changeset viewer.