PartMC 2.1.2
Functions/Subroutines
extract_aero_size_mass.F90 File Reference

The extract_aero_size_mass program. More...

Go to the source code of this file.

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.

Definition in file extract_aero_size_mass.F90.


Function Documentation

program extract_aero_size_mass ( )

Read NetCDF output files and write out the aerosol mass size distributions in text format.

Definition at line 10 of file extract_aero_size_mass.F90.

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:
statusStatus return value.
error_msgError message in case of failure.

Definition at line 222 of file extract_aero_size_mass.F90.

integer extract_aero_size_mass::string_to_integer ( character(len=*),intent(in)  string)

Convert a string to an integer.

Parameters:
stringString to convert.

Definition at line 260 of file extract_aero_size_mass.F90.

real(kind=dp) extract_aero_size_mass::string_to_real ( character(len=*),intent(in)  string)

Convert a string to a real.

Parameters:
stringString to convert.

Definition at line 239 of file extract_aero_size_mass.F90.