cable_netcdf_file_get_att_var_string Interface

interface
private subroutine cable_netcdf_file_get_att_var_string(this, var_name, att_name, att_value)

Arguments

Type IntentOptional Attributes Name
class(cable_netcdf_file_t), intent(inout) :: this
character(len=*), intent(in) :: var_name

Name of the variable to read the attribute from.

character(len=*), intent(in) :: att_name

Name of the variable attribute to read.

character(len=*), intent(out) :: att_value

Value of the variable attribute read.

Description

Read a variable attribute with a string value from the netCDF file.