FV3 Bundle
ncdr_attrs_fetch Module Reference

Data Types

interface  nc_diag_read_get_attr
 

Functions/Subroutines

subroutine nc_diag_read_id_get_attr_single_byte (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_single_byte (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_single_short (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_single_short (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_single_long (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_single_long (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_single_float (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_single_float (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_single_double (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_single_double (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_single_string (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_single_string (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_1d_byte (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_1d_byte (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_1d_short (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_1d_short (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_1d_long (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_1d_long (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_1d_float (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_1d_float (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_1d_double (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_1d_double (var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_id_get_attr_1d_string (file_ncdr_id, var_name, attr_name, attr_stor)
 
subroutine nc_diag_read_noid_get_attr_1d_string (var_name, attr_name, attr_stor)
 

Function/Subroutine Documentation

◆ nc_diag_read_id_get_attr_1d_byte()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_1d_byte ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_byte), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 254 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_1d_double()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_1d_double ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
real(r_double), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 394 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_1d_float()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_1d_float ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
real(r_single), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 359 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_1d_long()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_1d_long ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_long), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 324 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_1d_short()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_1d_short ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_short), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 289 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_1d_string()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_1d_string ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
character(len=:), intent(inout), allocatable  attr_stor 
)

Definition at line 429 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_single_byte()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_single_byte ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_byte), intent(out)  attr_stor 
)

Definition at line 44 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_single_double()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_single_double ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
real(r_double), intent(out)  attr_stor 
)

Definition at line 184 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_single_float()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_single_float ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
real(r_single), intent(out)  attr_stor 
)

Definition at line 149 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_single_long()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_single_long ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_long), intent(out)  attr_stor 
)

Definition at line 114 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_single_short()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_single_short ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_short), intent(out)  attr_stor 
)

Definition at line 79 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_id_get_attr_single_string()

subroutine ncdr_attrs_fetch::nc_diag_read_id_get_attr_single_string ( integer(i_long), intent(in)  file_ncdr_id,
character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
character(len=*), intent(out)  attr_stor 
)

Definition at line 219 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ nc_diag_read_noid_get_attr_1d_byte()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_1d_byte ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_byte), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 280 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_1d_double()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_1d_double ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
real(r_double), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 420 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_1d_float()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_1d_float ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
real(r_single), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 385 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_1d_long()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_1d_long ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_long), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 350 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_1d_short()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_1d_short ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_short), dimension(:), intent(inout), allocatable  attr_stor 
)

Definition at line 315 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_1d_string()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_1d_string ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
character(len=:), intent(inout), allocatable  attr_stor 
)

Definition at line 455 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_single_byte()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_single_byte ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_byte), intent(out)  attr_stor 
)

Definition at line 70 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_single_double()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_single_double ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
real(r_double), intent(out)  attr_stor 
)

Definition at line 210 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_single_float()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_single_float ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
real(r_single), intent(out)  attr_stor 
)

Definition at line 175 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_single_long()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_single_long ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_long), intent(out)  attr_stor 
)

Definition at line 140 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_single_short()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_single_short ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
integer(i_short), intent(out)  attr_stor 
)

Definition at line 105 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function:

◆ nc_diag_read_noid_get_attr_single_string()

subroutine ncdr_attrs_fetch::nc_diag_read_noid_get_attr_single_string ( character(len=*), intent(in)  var_name,
character(len=*), intent(in)  attr_name,
character(len=*), intent(out)  attr_stor 
)

Definition at line 245 of file ncdr_attrs_fetch.f90.

Here is the call graph for this function: