fix README layout
This commit is contained in:
		@@ -39,14 +39,18 @@ The available commands are
 | 
			
		||||
 | 
			
		||||
* `enstrophy`: to compute the enstrophy and various other observables. This
 | 
			
		||||
  command prints
 | 
			
		||||
  ```step_index time average(alpha) average(energy) average(enstrophy) alpha energy enstrophy```
 | 
			
		||||
  ```
 | 
			
		||||
  step_index time average(alpha) average(energy) average(enstrophy) alpha energy enstrophy
 | 
			
		||||
  ```
 | 
			
		||||
  where the averages are running averages over `print_freq`. In addition, if
 | 
			
		||||
  the algorithm has an adaptive step, an extra column is printed with `delta`.
 | 
			
		||||
  In addition, if alpha has a negative value (even in between `print_freq`
 | 
			
		||||
  intervals), a line is printed with the information.
 | 
			
		||||
 | 
			
		||||
* `lyapunov`: to compute the Lyapunov exponents. This command prints
 | 
			
		||||
  ```time instantaneous_lyapunov lyapunov```
 | 
			
		||||
  ```
 | 
			
		||||
  time instantaneous_lyapunov lyapunov
 | 
			
		||||
  ```
 | 
			
		||||
  where `instantaneous_lyapunov` is computed from the tangent flow only between
 | 
			
		||||
  the given time and the previous one.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user