FV3 Bundle
|
Data Types | |
interface | compute_bfield |
Functions/Subroutines | |
integer function, public | load_bfield_lut (filename_LUT) |
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) |
subroutine, public | compute_kb_angles (Bx, By, Bz, sensor_zenang, sensor_aziang, cos_bkang, cos_baziang) |
subroutine | solar_za_az (latitude, longitude, julian_day, universal_time, ZA, Az) |
Variables | |
integer, parameter | n_lat = 91 |
integer, parameter | n_lon = 181 |
integer, dimension(3, n_lat, n_lon), save | bfield |
real(fp), parameter | degrees_to_radians = 3.141592653589793238462643_fp/180.0_fp |
|
private |
Definition at line 265 of file Zeeman_Utility.f90.
|
private |
|
private |
subroutine, public zeeman_utility::compute_kb_angles | ( | real(fp), intent(in) | Bx, |
real(fp), intent(in) | By, | ||
real(fp), intent(in) | Bz, | ||
real(fp), intent(in) | sensor_zenang, | ||
real(fp), intent(in) | sensor_aziang, | ||
real(fp), intent(out) | cos_bkang, | ||
real(fp), intent(out) | cos_baziang | ||
) |
integer function, public zeeman_utility::load_bfield_lut | ( | character(*), intent(in) | filename_LUT | ) |
|
private |
Definition at line 46 of file Zeeman_Utility.f90.
|
private |
Definition at line 48 of file Zeeman_Utility.f90.
|
private |
Definition at line 45 of file Zeeman_Utility.f90.
|
private |
Definition at line 45 of file Zeeman_Utility.f90.