INTERFACE:
subroutine ncd_io_log_var0_nf(varname, data, flag, ncid, readvar, nt, posNOTonfile)DESCRIPTION:
netcdf I/O of global integer variable
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 logical , 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 fileREVISION HISTORY:
LOCAL VARIABLES: