cable_netcdf_file_put_att_global_real32 Interface

interface
private subroutine cable_netcdf_file_put_att_global_real32(this, att_name, att_value)

Arguments

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

Name of the global attribute to define.

real(kind=CABLE_NETCDF_REAL32_KIND), intent(in) :: att_value

Value of the global attribute to define.

Description

Define a global attribute with a 32-bit real value in the netCDF file.