Subroutine ANVarSync

subroutine ANVarSync

        ! Uses
    use an_types, only: AN_VARIABLE, an_variable_entry
    use an_file, only: ANFileSync
    use an_vartable, only: vtable_lookup
    use netcdf_f77, only: nf_noerr

        ! Calls
    call ANFileSync

        ! Variables
    type (AN_VARIABLE), optional, intent(in) :: var
    integer, optional, intent(out) :: stat
    type (an_variable_entry) :: ent
    integer :: mystat

end subroutine ANVarSync

Description of Variables

var

type (AN_VARIABLE), optional, intent(in) :: var

stat

integer, optional, intent(out) :: stat

ent

type (an_variable_entry) :: ent

mystat

integer :: mystat