| 
| subroutine  | compute_bfield_f1 (latitude, longitude, Bx, By, Bz, Be) | 
|   | 
| subroutine  | compute_bfield_f2 (latitude, longitude, sensor_zenang, sensor_aziang, Be, cos_bkang, cos_baziang) | 
|   | 
| subroutine  | compute_bfield_f3 (latitude, longitude, sensor_zenang, sensor_relative_aziang, julian_day, utc_time, Be, cos_bkang, cos_baziang) | 
|   | 
Definition at line 38 of file Zeeman_Utility.f90.
 
◆ compute_bfield_f1()
  
  
      
        
          | subroutine zeeman_utility::compute_bfield::compute_bfield_f1  | 
          ( | 
          real(fp), intent(in)  | 
          latitude,  | 
         
        
           | 
           | 
          real(fp), intent(in)  | 
          longitude,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          Bx,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          By,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          Bz,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          Be  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ compute_bfield_f2()
  
  
      
        
          | subroutine zeeman_utility::compute_bfield::compute_bfield_f2  | 
          ( | 
          real(fp), intent(in)  | 
          latitude,  | 
         
        
           | 
           | 
          real(fp), intent(in)  | 
          longitude,  | 
         
        
           | 
           | 
          real(fp), intent(in)  | 
          sensor_zenang,  | 
         
        
           | 
           | 
          real(fp), intent(in)  | 
          sensor_aziang,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          Be,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          cos_bkang,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          cos_baziang  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
◆ compute_bfield_f3()
  
  
      
        
          | subroutine zeeman_utility::compute_bfield::compute_bfield_f3  | 
          ( | 
          real(fp), intent(in)  | 
          latitude,  | 
         
        
           | 
           | 
          real(fp), intent(in)  | 
          longitude,  | 
         
        
           | 
           | 
          real(fp), intent(in)  | 
          sensor_zenang,  | 
         
        
           | 
           | 
          real(fp), intent(in)  | 
          sensor_relative_aziang,  | 
         
        
           | 
           | 
          integer, intent(in)  | 
          julian_day,  | 
         
        
           | 
           | 
          real(fp), intent(in)  | 
          utc_time,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          Be,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          cos_bkang,  | 
         
        
           | 
           | 
          real(fp), intent(out)  | 
          cos_baziang  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this interface was generated from the following file: