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.
ticket/0681 (diff) – NEMO

Changes between Version 6 and Version 7 of ticket/0681


Ignore:
Timestamp:
2010-10-07T16:45:58+02:00 (14 years ago)
Author:
djlea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ticket/0681

    v6 v7  
    1313=== Description === 
    1414 
    15 The ASM branch adds the functionality to apply increments to model variables, temperature, salinity, SSH and velocity, read into the model from a file which may be produced by data assimilation. 
    16  
    17 The OBS branch is a diagnostic branch which reads in observation files (profile temperature and salinity, sea surface temperature and sea level anomaly) and calculates the model equivalent value at the observation location. This information along with the observation value is output into a "feedback" file. This can be used for model validation and verification and also to provide information for data assimilation. 
     15The ASM branch adds the functionality to apply increments to model variables, temperature, salinity, SSH and velocity, read into the model from a file which may be produced by data assimilation. This code is controlled by the namelist nam_asminc. There is a brief description of all the namelist options provided. To build the ASM code key_asminc must be set. 
     16 
     17The OBS branch is a diagnostic branch which reads in observation files (profile temperature and salinity, sea surface temperature and sea level anomaly) and calculates the model equivalent value at the observation location. This information along with the observation value is output into a "feedback" file. This can be used for model validation and verification and also to provide information for data assimilation. This code is controlled by the namelist nam_obs. See section "system changes". There is a brief description of all the namelist options provided. To build the OBS code key_diaobs must be set. 
    1818 
    1919See section "system changes" for example namelists and headers from example observation files. 
     
    174174/ 
    175175}}} 
     176 
     177==== ASM notes ==== 
     178 
     179==== OBS notes ==== 
    176180 
    177181Example profile observation netcdf file header (in the observation "feedback file" format)