Skip to content
Snippets Groups Projects
Select Git revision
  • new_cbl_models
  • master default protected
  • 0.99
3 results

PE_CBL

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Stefano Serafin authored
    0b45bdd8
    History

    Tools for idealized parameter estimation experiments

    • PE_CBL.py
      Main driver program for parameter estimation with a convective boundary layer model. Includes a few examples.

    • models.py
      Model code. At the moment, it only includes a CBL model.

    • ENDA.py
      Data assimilation code. Includes implementations of the EAKF and the LETKF. Also includes classes for data assimilation cycles, diagnostics and experiments (nature run + cycle + diagnostics).

    • graphics.py
      Includes all the code for generating figures.

    The code depends on numpy, scipy, matplotlib.pyplot