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 2483 for branches/nemo_v3_3_beta/DOC/TexFiles/Chapters/Chap_ASM.tex – NEMO

Ignore:
Timestamp:
2010-12-18T13:36:55+01:00 (13 years ago)
Author:
djlea
Message:

Documentation fixes for OBS and ASM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/DOC/TexFiles/Chapters/Chap_ASM.tex

    r2474 r2483  
    1313$\ $\newline    % force a new line 
    1414 
    15 The ASM code adds the functionality to apply increments to model variables,  
     15The ASM code adds the functionality to apply increments to the model variables:  
    1616temperature, salinity, sea surface height, velocity and sea ice concentration.  
    1717These are read into the model from a NetCDF file which may be produced by data 
     
    4040IAU is used when \np{ln\_asmiau} is set to true. 
    4141 
    42 With IAU, the model state trajectory in the assimilation window  
     42With IAU, the model state trajectory ${\bf x}$ in the assimilation window  
    4343($t_{0} \leq t_{i} \leq t_{N}$) 
    44 is corrected by adding the analysis increments for  
    45 for temperature, salinity, horizontal velocity and SSH 
     44is corrected by adding the analysis increments for temperature, salinity, horizontal velocity and SSH 
    4645as additional tendency terms to the prognostic equations: 
    4746\begin{eqnarray}     \label{eq:wa_traj_iau} 
     
    4948\; + \; F_{i} \delta \tilde{\bf x}^{a}  
    5049\end{eqnarray} 
    51 where $F_{i}$ is a weighting function defined such that $\sum_{i=1}^{N} F_{i}=1$.  
     50where $F_{i}$ is a weighting function for applying the increments $\delta 
     51\tilde{\bf x}^{a}$ defined such that $\sum_{i=1}^{N} F_{i}=1$. 
     52${\bf x}^b$ denotes the model initial state and ${\bf x}^a$ is the model state 
     53after the increments are applied.  
    5254To control the adjustment time of the model to the increment, 
    5355the increment can be applied over an arbitrary sub-window, 
     
    6870The second function employs peaked hat-like weights in order to give maximum  
    6971weight in the centre of the sub-window, with the weighting reduced  
    70 linearly to a small value at the window end-points. 
     72linearly to a small value at the window end-points: 
    7173\begin{eqnarray}     \label{eq:F2_i} 
    7274F^{(2)}_{i} 
Note: See TracChangeset for help on using the changeset viewer.