Subroutine ANVarOpenByDimOrd
subroutine ANVarOpenByDimOrd
! Uses
use an_types, only: AN_VARIABLE, an_variable_entry, an_variable_search
use an_vartable, only: vtable_lookup, vtable_add
use an_file
use netcdf_f77
use dc_error
! Calls
call ANFileReopen
call StoreError
call anfileclose
! Variables
type (AN_VARIABLE), intent(out) :: var
type (AN_VARIABLE), intent(in) :: src_var
integer, intent(in) :: dimord
logical, optional, intent(out) :: err
type (an_variable_entry) :: src_ent
type (an_variable_search) :: ent
character (len=NF_MAX_NAME) :: dimname
integer :: stat
end subroutine ANVarOpenByDimOrd
Description of Variables
var
type (AN_VARIABLE), intent(out) :: var
src_var
type (AN_VARIABLE), intent(in) :: src_var
dimord
integer, intent(in) :: dimord
err
logical, optional, intent(out) :: err
src_ent
type (an_variable_entry) :: src_ent
ent
type (an_variable_search) :: ent
dimname
character (len=NF_MAX_NAME) :: dimname
stat
integer :: stat