Changes between Version 26 and Version 27 of Lorenz_96_model


Ignore:
Timestamp:
Sep 1, 2018, 1:10:58 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Lorenz_96_model

    v26 v27  
    133133
    134134'''!Matlab/Octave plotting examples:'''[[BR]]
    135 `plotobs('../../../bin/obs.nc',100)` plots the observation at time step 100[[BR]]
    136 `plotstate('../../../bin/t1_N30_f0.97.nc',100,'f')` plots the forecast state estimate at the 100th analysis step[[BR]]
    137 `plotrms('../../../bin/t1_N30_f0.97.nc')` plots the true and estimated RMS errors over time for the chosen experiment[[BR]]
    138 `plotstate('../../../bin/state.nc',1101)` plots the true state at model time step 1101 (= analysis step 100)[[BR]]
     135`plot_obs('../../../bin/obs.nc',100)` plots the observation at time step 100[[BR]]
     136`plot_state('../../../bin/t1_N30_f0.97.nc',100,'f')` plots the forecast state estimate at the 100th analysis step[[BR]]
     137`plot_rms('../../../bin/t1_N30_f0.97.nc')` plots the true and estimated RMS errors over time for the chosen experiment[[BR]]
     138`plot_state('../../../bin/state.nc',1101)` plots the true state at model time step 1101 (= analysis step 100)[[BR]]
    139139
    140140'''Python plotting'''[[BR]]