PartMC  2.1.5
Functions/Subroutines
extract_env.F90 File Reference

The extract_env program. More...

Go to the source code of this file.

Functions/Subroutines

program extract_env
 Read NetCDF output files and write out the environment variables in text format.
subroutine nc_check_msg (status, error_msg)
 Check return status of NetCDF function calls.

Detailed Description

The extract_env program.

Definition in file extract_env.F90.


Function/Subroutine Documentation

program extract_env ( )

Read NetCDF output files and write out the environment variables in text format.

Definition at line 10 of file extract_env.F90.

subroutine extract_env::nc_check_msg ( integer, intent(in)  status,
character(len=*), intent(in)  error_msg 
)

Check return status of NetCDF function calls.

Parameters:
[in]statusStatus return value.
[in]error_msgError message in case of failure.

Definition at line 120 of file extract_env.F90.