Changes between Version 21 and Version 22 of Lorenz_96_model
- Timestamp:
- Sep 1, 2018, 1:04:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Lorenz_96_model
v21 v22 126 126 || plot_eofs(filename, index) || plot_eofs(filename, index) || index=0 for mean state, index>1 for EOFs || 127 127 || plot_obs(filename, timestep) || plot_obs(filename, timestep) || || 128 || plot_rms(filename [, plot_forecast=1, plot_analysis=1]) || plot_rms(filename [, plot_forecast=True, plot_analysis=True]) || plot_forecast/plot_analysis swtich on/off a plot ||128 || plot_rms(filename [, plot_forecast=1, plot_analysis=1]) || plot_rms(filename [, plot_forecast=True, plot_analysis=True]) || plot_forecast/plot_analysis are optional and switch on/off a plot || 129 129 || plot_sigma(filename) || plot_sigma(filename) || || 130 || plot_state(filename, timestep [, choice='t']) || plot_state(filename, timestep [, choice='t']) || options for `choice`: 't' true, 'f' forecast, 'a' analysis'i' initial ||130 || plot_state(filename, timestep [, choice='t']) || plot_state(filename, timestep [, choice='t']) || `choice` is optional; options for `choice`: 't' true (use with true file `state.nc`; for use with assimilation experiment output files: 'f' forecast, 'a' analysis, 'i' initial || 131 131 132 132 Here `filename` is the name of the file including its path.