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 TruesdaleLOCAL VARIABLES: