PartMC 2.1.4
|
The extract_sectional_aero_size_num program. More...
Go to the source code of this file.
Functions/Subroutines | |
program | extract_sectional_aero_size_num |
Read NetCDF sectional 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. |
The extract_sectional_aero_size_num program.
Definition in file extract_sectional_aero_size_num.F90.
program extract_sectional_aero_size_num | ( | ) |
Read NetCDF sectional output files and write out the aerosol number size distributions in text format.
Definition at line 10 of file extract_sectional_aero_size_num.F90.
subroutine extract_sectional_aero_size_num::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. |
Definition at line 208 of file extract_sectional_aero_size_num.F90.