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 4132 for branches/2013/dev_r3987_UKMO4_OBS/DOC/TexFiles – NEMO

Ignore:
Timestamp:
2013-10-25T12:57:37+02:00 (11 years ago)
Author:
andrewryan
Message:

renamed namoff to namooo to further reduce confusion with OFF_SRC, documentation, quick script, example namelist and data module have been updated and tested to reflect this change

File:
1 edited

Legend:

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

    r4123 r4132  
    852852The observation files and settings understood by \textbf{namobs} have been outlined in the online 
    853853obs oper section. In addition there are two further namelists wich control the operation of the offline 
    854 obs oper. \textbf{namoff} which controls the input model fields and \textbf{namcl4} which controls the 
     854obs oper. \textbf{namooo} which controls the input model fields and \textbf{namcl4} which controls the 
    855855production of class 4 files.  
    856856 
     
    863863\textbf{votemper}, \textbf{vosaline} and optionally \textbf{sshn} present. 
    864864 
    865 For each field read there must be an entry in the \textbf{namoff} namelist specifying the 
     865For each field read there must be an entry in the \textbf{namooo} namelist specifying the 
    866866name of the file to read and the index along the \emph{time\_counter}. For example, to 
    867867read the second time counter from a single file the namelist would be. 
     
    871871\begin{verbatim}  
    872872!---------------------------------------------------------------------- 
    873 !       namoff Offline obs_oper namelist 
     873!       namooo Offline obs_oper namelist 
    874874!---------------------------------------------------------------------- 
    875875!   ooo_files    specifies the files containing the model counterpart 
    876876!   nn_ooo_idx   specifies the time_counter index within the model file 
    877 &namoff 
     877&namooo 
    878878   ooo_files = "foo.nc" 
    879879   nn_ooo_idx = 2 
     
    892892\begin{verbatim}  
    893893!---------------------------------------------------------------------- 
    894 !       namoff Offline obs_oper namelist 
     894!       namooo Offline obs_oper namelist 
    895895!---------------------------------------------------------------------- 
    896896!   ooo_files    specifies the files containing the model counterpart 
    897897!   nn_ooo_idx   specifies the time_counter index within the model file 
    898898!   nn_ooo_freq  specifies number of time steps between read operations 
    899 &namoff 
     899&namooo 
    900900   ooo_files = "foo.nc" "foo.nc" 
    901901   nn_ooo_idx = 1 2 
     
    915915at different indices can be combined at a particular frequency in time to  
    916916generate a pseudo model evolution. As long as all that is needed is a single 
    917 model counterpart at a regular interval then namoff is all that needs to 
     917model counterpart at a regular interval then namooo is all that needs to 
    918918be edited. However, a far more interesting approach can be taken in which 
    919919multiple forecasts, analyses, persisted analyses and climatologies are 
     
    933933 
    934934The above namelist performs two basic functions. It organises the fields 
    935 given in \textbf{namoff} into groups so that observations can be matched 
     935given in \textbf{namooo} into groups so that observations can be matched 
    936936up multiple times. It also controls the metadata and the output variable 
    937937of the class 4 file when a write routine is called. 
     
    10441044 
    10451045In terms of files and indices of fields inside each file the class 4 approach 
    1046 makes use of the \textbf{namoff} namelist. If our fields are in separate files 
     1046makes use of the \textbf{namooo} namelist. If our fields are in separate files 
    10471047with a single field per file our example inputs will be specified. 
    10481048 
     
    10621062\begin{verbatim} 
    10631063!---------------------------------------------------------------------- 
    1064 !       namoff Offline obs_oper namelist 
     1064!       namooo Offline obs_oper namelist 
    10651065!---------------------------------------------------------------------- 
    10661066!   ooo_files    specifies the files containing the model counterpart 
    10671067!   nn_ooo_idx   specifies the time_counter index within the model file 
    10681068!   nn_ooo_freq  specifies number of time steps between read operations 
    1069 &namoff 
     1069&namooo 
    10701070   ooo_files = "F.1.nc" "F.2.nc" "F.3.nc" "P.1.nc" "P.2.nc" "P.3.nc" "A.1.nc" 
    10711071   nn_ooo_idx = 1 1 1 1 1 1 1 
Note: See TracChangeset for help on using the changeset viewer.