INTERFACE:
subroutine ncd_io_int_var2_nf(varname, data, flag, ncid, readvar, nt, posNOTonfile)DESCRIPTION:
netcdf I/O of global integer 2D array
ARGUMENTS:
implicit none
type(file_desc_t), intent(inout) :: ncid ! netcdf file id
character(len=*) , intent(in) :: flag ! 'read' or 'write'
character(len=*) , intent(in) :: varname ! variable name
integer , intent(inout) :: data(:,:) ! raw data
logical , optional, intent(out):: readvar ! was var read?
integer , optional, intent(in) :: nt ! time sample index
logical , optional, intent(in) :: posNOTonfile ! position is NOT on this file
REVISION HISTORY:
LOCAL VARIABLES: