PartMC 2.1.0
|
The extract_aero_size_mass program. More...
Functions/Subroutines | |
program | extract_aero_size_mass |
Read NetCDF output files and write out the aerosol mass size distributions in text format. | |
subroutine | nc_check_msg (status, error_msg) |
Check return status of NetCDF function calls. | |
real(kind=dp) | string_to_real (string) |
Convert a string to a real. | |
integer | string_to_integer (string) |
Convert a string to an integer. |
The extract_aero_size_mass program.
program extract_aero_size_mass | ( | ) |
Read NetCDF output files and write out the aerosol mass size distributions in text format.
subroutine extract_aero_size_mass::nc_check_msg | ( | integer,intent(in) | status, |
character(len=*),intent(in) | error_msg | ||
) |
Check return status of NetCDF function calls.
status | Status return value. |
error_msg | Error message in case of failure. |
integer extract_aero_size_mass::string_to_integer | ( | character(len=*),intent(in) | string | ) |
Convert a string to an integer.
string | String to convert. |
real(kind=dp) extract_aero_size_mass::string_to_real | ( | character(len=*),intent(in) | string | ) |
Convert a string to a real.
string | String to convert. |