Defines an output for a list of mean fields.  
◆ mean_field_output_init()
      
        
          | subroutine mean_field_output::mean_field_output_init  | 
          ( | 
          class(mean_field_output_t), intent(inout)  | 
          this,  | 
        
        
           | 
           | 
          type(mean_field_t), dimension(n_fields), intent(inout), target  | 
          mean_fields,  | 
        
        
           | 
           | 
          integer, intent(in)  | 
          n_fields,  | 
        
        
           | 
           | 
          real(kind=rp), intent(in)  | 
          start_time,  | 
        
        
           | 
           | 
          type(coef_t), intent(inout)  | 
          coef,  | 
        
        
           | 
           | 
          character(len=*), intent(in)  | 
          avg_dir,  | 
        
        
           | 
           | 
          character(len=*), intent(in), optional  | 
          name,  | 
        
        
           | 
           | 
          character(len=*), intent(in), optional  | 
          path  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
- Parameters
 - 
  
    | mean_fields | Array of mean fields to output.  | 
    | n_fields | Number of mean fields.  | 
    | start_time | Time to start output.  | 
    | SEM | coefficients.  | 
    | avg_dir | Direction(s) to average in. Either 'none', 'x', 'y', 'z', 'xy', 'xz', 'yz'.  | 
    | name | Name of the output file.  | 
    | path | Path to the output file.  | 
  
   
Definition at line 83 of file mean_field_output.f90.
 
 
◆ mean_field_output_sample()