PartMC
2.1.5
|
The extract_aero_species program. More...
Go to the source code of this file.
Functions/Subroutines | |
program | extract_aero_species |
Read NetCDF output files and write out the per-species bulk aerosol concentrations in text format. | |
subroutine | nc_check_msg (status, error_msg) |
Check return status of NetCDF function calls. |
The extract_aero_species program.
Definition in file extract_aero_species.F90.
program extract_aero_species | ( | ) |
Read NetCDF output files and write out the per-species bulk aerosol concentrations in text format.
Definition at line 10 of file extract_aero_species.F90.
subroutine extract_aero_species::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 195 of file extract_aero_species.F90.