Changes between Version 47 and Version 48 of Lorenz_96_model


Ignore:
Timestamp:
Jan 22, 2026, 4:52:40 PM (36 hours ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Lorenz_96_model

    v47 v48  
    106106The following plot functions are available:
    107107||= Function/Script =||= Description =||
    108 || plot_example || Plot the mean true and estimated RMS errors for the example output files generated with the script tools/runasml.sh as a function of the forgetting factor ||
    109 || plot_eofs || Plot the mean state and the eigenvectors (EOFs) from the file holdig the covariance matrix that is generated with tools/generate_covar.F90. ||
    110 || plot_obs || Plot the observations for a specified time step. The observation file is generated using tools/generate_obs.F90. ||
     108|| plot_example || Plot the mean true and estimated RMS errors for the example output files generated with the script `tools/runasml.sh` as a function of the forgetting factor. ||
     109|| plot_eofs || Plot the mean state and the eigenvectors (EOFs) from the file holdig the covariance matrix that is generated with `tools/generate_covar.F90`. ||
     110|| plot_obs || Plot the observations for a specified time step. The observation file is generated using `tools/generate_obs.F90`. ||
    111111|| plot_rms || Plot the true and estimated RMS errors over time from an assimilation experiment. ||
    112 || plot_sigma || Plot the singular values from the file holdig the covariance matrix that is generated with tools/generate_covar.F90. ||
    113 || plot_state || Plot the state from the file holding a true state trajectory (state.nc) or the estimated forecast or analysis states from an assimilation experiment. ||
     112|| plot_sigma || Plot the singular values from the file holdig the covariance matrix that is generated with `tools/generate_covar.F90`. ||
     113|| plot_state || Plot the state from the file holding a true state trajectory (`state.nc`) or the estimated forecast or analysis states from an assimilation experiment. ||
    114114
    115115Except for `plot_example` all functions require the specification of the directory and name of the file to be read. Sometimes,