next up previous contents
Next: subroutine Up: Fortran: Module Interface ncdio_pioMod Previous: ncd_io_real_var3_nf   Contents

subroutine scam_field_offsets


INTERFACE:

   subroutine scam_field_offsets(ncid,dim1name,start,count,found,posNOTonfile)
DESCRIPTION:

Read/Write initial data from/to netCDF instantaneous initial data file


USES:

     use clm_varpar  , only : maxpatch
     use clm_varctl  , only : scmlon,scmlat,single_column
     use nanMod      , only : nan, bigint
     use shr_scam_mod, only : shr_scam_getCloseLatLon
ARGUMENTS:
     implicit none
     type(file_desc_t) , intent(inout) :: ncid         ! netcdf file id
     character(len=*)  , intent(in)    :: dim1name     ! dimension 1 name
     integer           , intent(inout) :: start(:)     ! start index
     integer           , intent(inout) :: count(:)     ! count to retrieve
     logical, optional , intent(out)   :: found        ! if present return true if found
                                                       ! dimensions on file else false
                                                       ! if NOT present abort if can't find
     logical, optional , intent(in)    :: posNOTonfile ! Position is NOT on this file
CALLED FROM:
REVISION HISTORY:
   Created by John Truesdale
LOCAL VARIABLES:




Erik Kluzek 2011-06-15