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 9394 for branches/2017/dev_merge_2017/DOC/tex_sub/chap_SBC.tex – NEMO

Ignore:
Timestamp:
2018-03-13T21:21:44+01:00 (6 years ago)
Author:
nicolasmartin
Message:

Fix several typos, reverse (biblio then index) and shrink the manual backmatter (columns, font size, separator height) #1793

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/DOC/tex_sub/chap_SBC.tex

    r9393 r9394  
    161161 
    162162A generic interface has been introduced to manage the way input data (2D or 3D fields,  
    163 like surface forcing or ocean T and S) are specify in \NEMO. This task is archieved by fldread.F90.  
     163like surface forcing or ocean T and S) are specify in \NEMO. This task is archieved by \mdl{fldread}.  
    164164The module was design with four main objectives in mind:  
    165165\begin{enumerate}   
     
    449449 
    450450\begin{itemize} 
    451 \item \mdl{nemogcm} : This routine initialises the rest of the model and repeatedly calls the stp time stepping routine (step.F90) 
     451\item \mdl{nemogcm} : This routine initialises the rest of the model and repeatedly calls the stp time stepping routine (\mdl{step}) 
    452452       Since the ocean state is not calculated all associated initialisations have been removed. 
    453453\item  \mdl{step} : The main time stepping routine now only needs to call the sbc routine (and a few utility functions). 
     
    12721272and CICE CPP keys \textbf{ORCA\_GRID}, \textbf{CICE\_IN\_NEMO} and \textbf{coupled} should be used (seek advice from UKMO  
    12731273if necessary).  Currently the code is only designed to work when using the CORE forcing option for NEMO (with 
    1274 \textit{calc\_strair~=~true} and \textit{calc\_Tsfc~=~true} in the CICE name-list), or alternatively when NEMO  
    1275 is coupled to the HadGAM3 atmosphere model (with \textit{calc\_strair~=~false} and \textit{calc\_Tsfc~=~false}). 
     1274\textit{calc\_strair}\forcode{ = .true.} and \textit{calc\_Tsfc}\forcode{ = .true.} in the CICE name-list), or alternatively when NEMO  
     1275is coupled to the HadGAM3 atmosphere model (with \textit{calc\_strair}\forcode{ = .false.} and \textit{calc\_Tsfc}\forcode{ = false}). 
    12761276The code is intended to be used with \np{nn\_fsbc} set to 1 (although coupling ocean and ice less frequently  
    12771277should work, it is possible the calculation of some of the ocean-ice fluxes needs to be modified slightly - the 
Note: See TracChangeset for help on using the changeset viewer.