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

Ignore:
Timestamp:
2010-11-01T15:21:01+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: #658 phasing of the doc - key check + many minor changes

File:
1 edited

Legend:

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

    r2298 r2349  
    1414 
    1515The OBS branch is a diagnostic branch which reads in observation files (profile temperature and 
    16 salinity, sea surface temperature, sea level anomaly and sea ice concentration) and calculates the 
     16salinity, sea surface temperature, sea level anomaly and sea ice concentration) and calculates  
    1717an interpolated model equivalent value at the observation location and nearest model timestep. 
    1818This is code with was originally developed for use with NEMOVAR.  
     
    2626The resulting data is saved in a ``feedback'' file or files which can be used for model validation 
    2727and verification and also to provide information for data assimilation. This code is controlled by 
    28 the namelist \np{nam\_obs}. To build with the OBS code active \np{key\_diaobs} must be set. 
     28the namelist \textit{nam\_obs}. To build with the OBS code active \key{diaobs} must be set. 
    2929 
    3030There is a brief description of all the namelist options provided.  
     31 
     32Missing information: description of \key{sp}, \key{datetime\_out} 
    3133 
    3234 
     
    4143run and build of NEMO to run the observation operator. 
    4244 
    43 First compile NEMO with \np{key\_diaobs} set. 
     45First compile NEMO with \key{diaobs} set. 
    4446 
    4547Next download some ENSEMBLES EN3 data from the website http://www.hadobs.org. 
     
    4951 
    5052You will need to add the following to the namelist to run the observation 
    51 operator on this data - replace \np{profiles\_01.nc} with the observation file you 
    52 wish to use (or link in): 
     53operator on this data - set the \np{enactfiles} namelist parameter to the observation  
     54file name you wish to use (or link in): 
    5355 
    5456%------------------------------------------namobs_example----------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.