FV3 Bundle
diag_axis_mod::diag_axis_add_attribute Interface Reference

Private Member Functions

subroutine diag_axis_add_attribute_scalar_r (diag_axis_id, att_name, att_value)
 
subroutine diag_axis_add_attribute_scalar_i (diag_axis_id, att_name, att_value)
 
subroutine diag_axis_add_attribute_scalar_c (diag_axis_id, att_name, att_value)
 
subroutine diag_axis_add_attribute_r1d (diag_axis_id, att_name, att_value)
 
subroutine diag_axis_add_attribute_i1d (diag_axis_id, att_name, att_value)
 

Detailed Description

Definition at line 102 of file diag_axis.F90.

Member Function/Subroutine Documentation

◆ diag_axis_add_attribute_i1d()

subroutine diag_axis_mod::diag_axis_add_attribute::diag_axis_add_attribute_i1d ( integer, intent(in)  diag_axis_id,
character(len=*), intent(in)  att_name,
integer, dimension(:), intent(in)  att_value 
)
private

Definition at line 1350 of file diag_axis.F90.

◆ diag_axis_add_attribute_r1d()

subroutine diag_axis_mod::diag_axis_add_attribute::diag_axis_add_attribute_r1d ( integer, intent(in)  diag_axis_id,
character(len=*), intent(in)  att_name,
real, dimension(:), intent(in)  att_value 
)
private

Definition at line 1334 of file diag_axis.F90.

◆ diag_axis_add_attribute_scalar_c()

subroutine diag_axis_mod::diag_axis_add_attribute::diag_axis_add_attribute_scalar_c ( integer, intent(in)  diag_axis_id,
character(len=*), intent(in)  att_name,
character(len=*), intent(in)  att_value 
)
private

Definition at line 1321 of file diag_axis.F90.

◆ diag_axis_add_attribute_scalar_i()

subroutine diag_axis_mod::diag_axis_add_attribute::diag_axis_add_attribute_scalar_i ( integer, intent(in)  diag_axis_id,
character(len=*), intent(in)  att_name,
integer, intent(in)  att_value 
)
private

Definition at line 1308 of file diag_axis.F90.

◆ diag_axis_add_attribute_scalar_r()

subroutine diag_axis_mod::diag_axis_add_attribute::diag_axis_add_attribute_scalar_r ( integer, intent(in)  diag_axis_id,
character(len=*), intent(in)  att_name,
real, intent(in)  att_value 
)
private

Definition at line 1295 of file diag_axis.F90.


The documentation for this interface was generated from the following file: