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.
|
Detailed Description
The extract_aero_size_mass program.
Function Documentation
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.
- Parameters:
-
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.
- Parameters:
-
real(kind=dp) extract_aero_size_mass::string_to_real |
( |
character(len=*),intent(in) |
string ) |
|
Convert a string to a real.
- Parameters:
-