INTERFACE:
subroutine ncd_io_real_var3_nf(varname, data, flag, ncid, readvar, nt, posNOTonfile)DESCRIPTION:
netcdf I/O of global real 3D 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
real(r8) , 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: