PartMC
2.1.5
|
The extract_aero_size_num program. More...
Go to the source code of this file.
Functions/Subroutines | |
program | extract_aero_size_num |
Read NetCDF output files and write out the aerosol number size distributions in text format. | |
subroutine | nc_check_msg (status, error_msg) |
Check return status of NetCDF function calls. | |
real(kind=dp) function | string_to_real (string) |
Convert a string to a real. | |
integer function | string_to_integer (string) |
Convert a string to an integer. |
The extract_aero_size_num program.
Definition in file extract_aero_size_num.F90.
program extract_aero_size_num | ( | ) |
Read NetCDF output files and write out the aerosol number size distributions in text format.
Definition at line 10 of file extract_aero_size_num.F90.
subroutine extract_aero_size_num::nc_check_msg | ( | integer, intent(in) | status, |
character(len=*), intent(in) | error_msg | ||
) |
Check return status of NetCDF function calls.
[in] | status | Status return value. |
[in] | error_msg | Error message in case of failure. |
Definition at line 221 of file extract_aero_size_num.F90.
integer function extract_aero_size_num::string_to_integer | ( | character(len=*), intent(in) | string | ) |
Convert a string to an integer.
[in] | string | String to convert. |
Definition at line 259 of file extract_aero_size_num.F90.
real(kind=dp) function extract_aero_size_num::string_to_real | ( | character(len=*), intent(in) | string | ) |
Convert a string to a real.
[in] | string | String to convert. |
Definition at line 238 of file extract_aero_size_num.F90.