Difference between revisions of "4DVar Tutorial Introduction"

From WikiROMS
Jump to navigationJump to search
Line 17: Line 17:
When the checkout is complete, you will have the following directory structure under your <span class="twilightBlue">my_test</span> directory.
When the checkout is complete, you will have the following directory structure under your <span class="twilightBlue">my_test</span> directory.


   <span class="twilightBlue">/WC13
   <span class="twilightBlue">
       /ARRAY_MODES
/WC13                           Main California Current System application
       /Data
       /ARRAY_MODES             Stabilized representer matrix array modes and clipping
       /Functionals
       /Data                     Input data directory
       /I4DVAR
       /Functionals             Analytical expression header file
       /I4DVAR_impact
       /I4DVAR                   Primal form of incremental, strong constraint 4D-Var, I4D-Var
       /Normalization
       /I4DVAR_impact           I4D-Var observation impact
       /plotting
       /Normalization           4D-Var error covariance normalization coefficients
       /PSAS
       /plotting                 4D-Var plotting scripts (Matlab and ROMS plotting package)
       /PSAS_impact
       /PSAS                    Dual form of 4D-Var, Physical-space Statistical Analysis System, 4D-PSAS
       /PSAS_sensitivity
       /PSAS_impact             4D-PSAS observation impact
       /R4DVAR
       /PSAS_sensitivity         4D-PSAS observation sensitivity (adjoint of 4D-PSAS)
       /R4DVAR_impact
       /R4DVAR                   Dual form of 4D-Var, indirect representer method, R4D-Var
       /R4DVAR_sensitivity</span>
       /R4DVAR_impact           R4D-Var observation impact
       /R4DVAR_sensitivity       R4D-Var observation sensitivity (adjoint of R4D-Var)
  </span>

Revision as of 01:52, 29 June 2010

4-Dimensional Variational (4D-Var) Data Assimilation Tutorial

WarningThis page is under constructionWarning


Download the code

All of the additional scripts necessary to run the 4D-Var tests are available from the ROMS Subversion (SVN) repository. The 4D-Var test cases are for the California Current System, 1/3 degree resolution, (WC13).

> svn checkout --username joeroms https://www.myroms.org/svn/src/test my_test

Directory Structure

When the checkout is complete, you will have the following directory structure under your my_test directory.

 

/WC13 Main California Current System application

      /ARRAY_MODES              Stabilized representer matrix array modes and clipping
      /Data                     Input data directory
      /Functionals              Analytical expression header file
      /I4DVAR                   Primal form of incremental, strong constraint 4D-Var, I4D-Var
      /I4DVAR_impact            I4D-Var observation impact
      /Normalization            4D-Var error covariance normalization coefficients
      /plotting                 4D-Var plotting scripts (Matlab and ROMS plotting package)
      /PSAS                     Dual form of 4D-Var, Physical-space Statistical Analysis System, 4D-PSAS
      /PSAS_impact              4D-PSAS observation impact
      /PSAS_sensitivity         4D-PSAS observation sensitivity (adjoint of 4D-PSAS)
      /R4DVAR                   Dual form of 4D-Var, indirect representer method, R4D-Var
      /R4DVAR_impact            R4D-Var observation impact
      /R4DVAR_sensitivity       R4D-Var observation sensitivity (adjoint of R4D-Var)