FV3 Bundle
Zeeman_Utility.f90 File Reference

Go to the source code of this file.

Data Types

interface  zeeman_utility::compute_bfield
 

Modules

module  zeeman_utility
 

Functions/Subroutines

integer function, public zeeman_utility::load_bfield_lut (filename_LUT)
 
subroutine zeeman_utility::compute_bfield_f1 (latitude, longitude, Bx, By, Bz, Be)
 
real(fp) function bfield_component (comp, Bfield, w1_lat, w1_lon, idx_lat, idx_lon)
 
subroutine zeeman_utility::compute_bfield_f2 (latitude, longitude, sensor_zenang, sensor_aziang, Be, cos_bkang, cos_baziang)
 
subroutine zeeman_utility::compute_bfield_f3 (latitude, longitude, sensor_zenang, sensor_relative_aziang, julian_day, utc_time, Be, cos_bkang, cos_baziang)
 
subroutine, public zeeman_utility::compute_kb_angles (Bx, By, Bz, sensor_zenang, sensor_aziang, cos_bkang, cos_baziang)
 
subroutine zeeman_utility::solar_za_az (latitude, longitude, julian_day, universal_time, ZA, Az)
 

Variables

integer, parameter zeeman_utility::n_lat = 91
 
integer, parameter zeeman_utility::n_lon = 181
 
integer, dimension(3, n_lat, n_lon), save zeeman_utility::bfield
 
real(fp), parameter zeeman_utility::degrees_to_radians = 3.141592653589793238462643_fp/180.0_fp
 

Function/Subroutine Documentation

◆ bfield_component()

real(fp) function compute_bfield_f1::bfield_component ( integer, intent(in)  comp,
integer, dimension(:,:,:), intent(in)  Bfield,
real(fp), intent(in)  w1_lat,
real(fp), intent(in)  w1_lon,
integer, intent(in)  idx_lat,
integer, intent(in)  idx_lon 
)
private

Definition at line 294 of file Zeeman_Utility.f90.

Here is the caller graph for this function: