Changes between Version 8 and Version 9 of Lorenz_96_model


Ignore:
Timestamp:
Aug 16, 2018, 4:46:53 PM (6 years ago)
Author:
lnerger
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Lorenz_96_model

    v8 v9  
    110110and see the file README there for a description of the available plotting scripts.
    111111
    112 For example, `plot_example.m`
    113 plots the true and estimated mean RMS errors as a function of the
    114 forgetting factor. For the usage of the other functions, use 'help'
    115 in Matlab.
     112`plot_example` plots the true and estimated mean RMS errors as a function of the
     113forgetting factor.
     114
     115The other plotting scripts require the specification
     116of the directory and name of the file to be read. Sometimes,
     117there are additional arguments like the time step index. Use
     118'help' in Matlab to display the information about required input.
     119
     120Plotting examples:[[BR]]
     121`plotobs('../../../bin/obs.nc',100)` plots the observation at time step 100[[BR]]
     122`plotstate('../../../bin/t1_N30_f0.97.nc',100,'f')` plots the forecast state estimate at the 100th analysis step[[BR]]
     123`plotrms('../../../bin/t1_N30_f0.97.nc')` plots the true and estimated RMS errors over time for the chosen experiment[[BR]]
     124`plotstate('../../../bin/state.nc',1101)` plots the true state at model time step 1101 (= analysis step 100)[[BR]]
     125
    116126
    117127