Soil Water Balance (SWB2)
|
Public Member Functions | |
elemental real(c_float) function | char2real (svalue) |
Convert a character value into a real. | |
elemental real(c_float) function | short2real (ivalue) |
Convert a short int value into a real. | |
elemental real(c_float) function | int2real (ivalue) |
Convert an int value into a real. | |
elemental real(c_float) function | dbl2real (dpvalue) |
Convert a dbl value into a real. | |
elemental pure real(c_float) function | bool2real (lvalue) |
Convert a boolean value into a real. |
Definition at line 133 of file constants_and_conversions.F90.
elemental pure real (c_float) function constants_and_conversions::asfloat::bool2real | ( | logical (c_bool), intent(in) | lvalue | ) |
Convert a boolean value into a real.
Definition at line 778 of file constants_and_conversions.F90.
elemental real (c_float) function constants_and_conversions::asfloat::char2real | ( | character (len=*), intent(in) | svalue | ) |
Convert a character value into a real.
Definition at line 722 of file constants_and_conversions.F90.
elemental real (c_float) function constants_and_conversions::asfloat::dbl2real | ( | real (c_double), intent(in) | dpvalue | ) |
Convert a dbl value into a real.
Definition at line 766 of file constants_and_conversions.F90.
elemental real (c_float) function constants_and_conversions::asfloat::int2real | ( | integer (c_int), intent(in) | ivalue | ) |
Convert an int value into a real.
Definition at line 753 of file constants_and_conversions.F90.
elemental real (c_float) function constants_and_conversions::asfloat::short2real | ( | integer (c_short), intent(in) | ivalue | ) |
Convert a short int value into a real.
Definition at line 740 of file constants_and_conversions.F90.