Parametrization of the dimensions and resolution of the LUT. More...
Public Attributes | |
character *(*), parameter | phys = 'MilbYau' |
Micrphysical scheme. The corresponding routine must be defined in psd_hydro.f90. More... | |
integer, parameter | nf = 1 |
Number of channel frequencies. More... | |
real, dimension(nf), parameter | freq_rad = (/ 13.6 /) |
Radar channel frequencies Ku-band (13.6GHz) and Ka-band (35.5GHz) More... | |
character *(*), parameter | lut_dir = "../../dat/lut/" |
LUT directory. More... | |
integer, parameter | nw = 39 |
W sampling points. More... | |
real, dimension(nw), parameter | wp_sampl = (/ 0.00025, 0.0005, 0.001, 0.002, 0.003, 0.004, 0.005, 0.006, 0.007, 0.008, 0.009, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0 /) |
Sampling liquid water content [g/m3]. More... | |
integer, parameter | nt = 15 |
T sampling points. More... | |
real, dimension(nt), parameter | tw_sampl = (/ 245.0, 250.0, 255.0, 260.0, 265.0, 270.0, 275.0, 280.0, 285.0, 290.0, 295.0, 300.0, 305.0, 310.0, 315.0 /) |
Sampling temperature [K] for liquid hydrometeors (rain and cloud water) More... | |
real, dimension(nt), parameter | ti_sampl = (/ 180.0, 190.0, 200.0, 210.0, 220.0, 230.0, 240.0, 250.0, 260.0, 270.0, 275.0, 280.0, 285.0, 290.0, 295.0 /) |
Sampling temperature [K] for frozen hydrometeors ((cloud ice, snow, graupel, and hail) More... | |
integer, parameter | nn = 31 |
N sampling points. More... | |
real, dimension(nn), parameter | nc_sampl = (/ 0.0, 1.0e+3, 3.0e+3, 1.0e+4, 2.0e+4, 4.0e+4, 6.0e+4, 8.0e+4, 1.0e+5, 2.0e+5, 4.0e+5, 6.0e+5, 8.0e+5, 1.0e+6, 2.0e+6, 4.0e+6, 6.0e+6, 8.0e+6, 1.0e+7, 2.0e+7, 4.0e+7, 6.0e+7, 8.0e+7, 1.0e+8, 2.0e+8, 4.0e+8, 6.0e+8, 8.0e+8, 1.0e+9, 3.0e+9, 1.0e+10 /) |
Sampling number concentration sampling vector for cloud particles [1/m3]. More... | |
real, dimension(nn), parameter | np_sampl = (/ 0.0, 1.0e+0, 3.0e+0, 1.0e+1, 2.0e+1, 4.0e+1, 6.0e+1, 8.0e+1, 1.0e+2, 2.0e+2, 4.0e+2, 6.0e+2, 8.0e+2, 1.0e+3, 2.0e+3, 4.0e+3, 6.0e+3, 8.0e+3, 1.0e+4, 2.0e+4, 4.0e+4, 6.0e+4, 8.0e+4, 1.0e+5, 2.0e+5, 4.0e+5, 6.0e+5, 8.0e+5, 1.0e+6, 3.0e+6, 1.0e+7 /) |
Sampling number concentration sampling vector for precipitation particles [1/m3]. More... | |
logical, parameter | verbose = .true. |
Print informative messages during the program execution. More... | |
Detailed Description
Parametrization of the dimensions and resolution of the LUT.
- Date
- August 31st, 2016 - Updated and modified for SR-SIM by B. P. T
- May 2009 - Initial version, called paramLUT_set and LUT_parameters for SDSU, by Hirohiko Masunaga
Member Data Documentation
real, dimension(nf), parameter lut_param::freq_rad = (/ 13.6 /) |
Radar channel frequencies Ku-band (13.6GHz) and Ka-band (35.5GHz)
character*(*), parameter lut_param::lut_dir = "../../dat/lut/" |
LUT directory.
real, dimension(nn), parameter lut_param::nc_sampl = (/ 0.0, 1.0e+3, 3.0e+3, 1.0e+4, 2.0e+4, 4.0e+4, 6.0e+4, 8.0e+4, 1.0e+5, 2.0e+5, 4.0e+5, 6.0e+5, 8.0e+5, 1.0e+6, 2.0e+6, 4.0e+6, 6.0e+6, 8.0e+6, 1.0e+7, 2.0e+7, 4.0e+7, 6.0e+7, 8.0e+7, 1.0e+8, 2.0e+8, 4.0e+8, 6.0e+8, 8.0e+8, 1.0e+9, 3.0e+9, 1.0e+10 /) |
Sampling number concentration sampling vector for cloud particles [1/m3].
integer, parameter lut_param::nf = 1 |
Number of channel frequencies.
integer, parameter lut_param::nn = 31 |
N sampling points.
real, dimension(nn), parameter lut_param::np_sampl = (/ 0.0, 1.0e+0, 3.0e+0, 1.0e+1, 2.0e+1, 4.0e+1, 6.0e+1, 8.0e+1, 1.0e+2, 2.0e+2, 4.0e+2, 6.0e+2, 8.0e+2, 1.0e+3, 2.0e+3, 4.0e+3, 6.0e+3, 8.0e+3, 1.0e+4, 2.0e+4, 4.0e+4, 6.0e+4, 8.0e+4, 1.0e+5, 2.0e+5, 4.0e+5, 6.0e+5, 8.0e+5, 1.0e+6, 3.0e+6, 1.0e+7 /) |
Sampling number concentration sampling vector for precipitation particles [1/m3].
integer, parameter lut_param::nt = 15 |
T sampling points.
integer, parameter lut_param::nw = 39 |
W sampling points.
character*(*), parameter lut_param::phys = 'MilbYau' |
Micrphysical scheme. The corresponding routine must be defined in psd_hydro.f90.
real, dimension(nt), parameter lut_param::ti_sampl = (/ 180.0, 190.0, 200.0, 210.0, 220.0, 230.0, 240.0, 250.0, 260.0, 270.0, 275.0, 280.0, 285.0, 290.0, 295.0 /) |
Sampling temperature [K] for frozen hydrometeors ((cloud ice, snow, graupel, and hail)
real, dimension(nt), parameter lut_param::tw_sampl = (/ 245.0, 250.0, 255.0, 260.0, 265.0, 270.0, 275.0, 280.0, 285.0, 290.0, 295.0, 300.0, 305.0, 310.0, 315.0 /) |
Sampling temperature [K] for liquid hydrometeors (rain and cloud water)
logical, parameter lut_param::verbose = .true. |
Print informative messages during the program execution.
real, dimension(nw), parameter lut_param::wp_sampl = (/ 0.00025, 0.0005, 0.001, 0.002, 0.003, 0.004, 0.005, 0.006, 0.007, 0.008, 0.009, 0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, 9.0, 10.0 /) |
Sampling liquid water content [g/m3].
The documentation for this module was generated from the following file:
- /aos/home/bernat/workspace/fortran/srsim/src/lut/lut_param.f90