Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
calc_rh_index
Function
15 statements
Source File
radiation_aerosol_optics_data.F90
radiation_aerosol_optics_data
calc_rh_index
Contents
public function calc_rh_index(this, rh)
Arguments
Type
Intent
Optional
Attributes
Name
class(
aerosol_optics_type
),
intent(in)
::
this
real(kind=jprb),
intent(in)
::
rh
Return Value
integer
Contents