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 4147 for branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Chapters/Chap_OBS.tex – NEMO

Ignore:
Timestamp:
2013-11-04T12:51:55+01:00 (10 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Chapters/Chap_OBS.tex

    r3294 r4147  
    2020can be used for validation or verification of model or  any other data assimilation system. 
    2121 
    22 The OBS code is called from \np{opa.F90} for model initialisation and to calculate the model 
     22The OBS code is called from \mdl{nemogcm.F90} for model initialisation and to calculate the model 
    2323equivalent values for observations on the 0th timestep. The code is then called again after 
    24 each timestep from \np{step.F90}. To build with the OBS code active \key{diaobs} must be 
     24each timestep from \mdl{step.F90}. To build with the OBS code active \key{diaobs} must be 
    2525set. 
    2626 
     
    6666 
    6767\item Add the following to the NEMO namelist to run the observation 
    68 operator on this data. Set the \np{enactfiles} namelist parameter to the 
     68operator on this data. Set the \np{enactfiles} namelist variable to the 
    6969observation  file name: 
    7070\end{enumerate} 
     
    7474%------------------------------------------------------------------------------------------------------------- 
    7575 
     76Options are defined through the  \ngn{namobs} namelist variables. 
    7677The options \np{ln\_t3d} and \np{ln\_s3d} switch on the temperature and salinity 
    7778profile observation operator code. The \np{ln\_ena} switch turns on the reading 
     
    9495\label{OBS_details} 
    9596 
    96 Here we show a more complete example namelist and also show the NetCDF headers 
     97Here we show a more complete example namelist  \ngn{namobs} and also show the NetCDF headers 
    9798of the observation 
    9899files that may be used with the observation operator 
Note: See TracChangeset for help on using the changeset viewer.