Changes between Version 46 and Version 47 of Lorenz_96_model
- Timestamp:
- Jun 1, 2025, 4:01:06 PM (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v46 v47 9 9 Next to the implementation of the Lorenz-96 model with PDAF, the test case provides tool programs and scripts (in the subdirectory `tools/`) that 10 10 allow to run a test case and to display the outputs. Note, that this implementation runs without parallelization. 11 12 Note, that there are also two mode Lorenz models: Lorenz-2005 model II (in `models/lorenz05b`) and the two-scale Lorenz-2005 model III (in `models/lorenz05b`), which can be run analogously to the Lorenz-96 model case. 11 13 12 14 … … 53 55 ./generate_obs 54 56 }}} 55 to generate a file holding observations (`obs.nc` in models/lorenz96/) and57 to generate a file holding observations (`obs.nc` in `models/lorenz96/`) and 56 58 {{{ 57 59 ./generate_covar … … 103 105 104 106 The following plot functions are available: 105 ||= Script =||= Description =||107 ||= Function/Script =||= Description =|| 106 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 || 107 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. || … … 111 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 114 113 Except for `plot_example` all scripts require the specification of the directory and name of the file to be read. Sometimes,115 Except for `plot_example` all functions require the specification of the directory and name of the file to be read. Sometimes, 114 116 there are additional arguments like the time step index. The syntax of the functions is identical for Matlab and Python (except for `plot_rms`): 115 117