next up previous contents
Next: Fortran: Module Interface ndepFileMod Up: Fortran: Module Interface ncdioMod Previous: subroutine   Contents

subroutine scam_field_offsets


INTERFACE:

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

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


USES:

     use clm_varpar  , only : maxpatch
     use nanMod      , only : nan
     use clm_varctl  , only : scmlon,scmlat,single_column
ARGUMENTS:
     implicit none
     character(len=*), intent(in) :: dim1name ! dimension 1 name
     integer, intent(in)    :: ncid           ! netCDF dataset id
     integer, intent(inout) :: start(:)       ! start index
     integer, intent(inout) :: count(:)       ! count to retrieve
CALLED FROM:
REVISION HISTORY:
   Created by John Truesdale
LOCAL VARIABLES:




Erik Kluzek 2010-06-21