Changes between Version 1 and Version 2 of Lorenz_96_model


Ignore:
Timestamp:
Jun 19, 2018, 11:12:50 AM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Lorenz_96_model

    v1 v2  
    33[[PageOutline(2-3,Contents of this page)]]
    44
    5 The implementation of the Loren-96 model coupled to PDAF is in the directory `testsuite/src/lorenz96` of the PDAF package.
     5The implementation of the Lorenz-96 model coupled to PDAF is in the directory `testsuite/src/lorenz96/` of the PDAF package.
    66Provided is a full implementation of PDAF with the nonlinear Lorenz96 model (E. N. Lorenz (1996) Predictability - a problem partly
    7 solved. Proceedings Seminar on Predictability, ECMWF, READING, UK) providing various filter and smoother methods. We used this implementation for the different publications in which we studies the behavior of different data assimilation methods.
     7solved. Proceedings Seminar on Predictability, ECMWF, READING, UK) providing various filter and smoother methods. We used this implementation for different publications in which we studied the behavior of different data assimilation methods.
    88
    99Next to the implementation of Lorenz-96 with PDAF, the test case provides tool programs and scripts that
     
    7878to activate the coupling to PDAF in the model code.
    7979
    80 Now compile the Lorenz96 model with activated
    81 PDAF. First clean the directories for the main driver and the lorenz96
    82  model using
     80Now compile the Lorenz-96 model with activated
     81PDAF. First clean the directories for the main driver and the Lorenz-96 model using
    8382{{{
    8483  cd ../../
     
    111110and see the file README there for a description of the available plotting scripts.
    112111
    113 For example,
    114   plot_example.m
     112For example, `plot_example.m`
    115113plots the true and estimated mean RMS errors as a function of the
    116114forgetting factor. For the usage of the other functions, use 'help'