INTERFACE:
subroutine atm_openfile (kda, kmo, kyr, locfn, itim, atmmin)DESCRIPTION:
Open atmospheric forcing netCDF fileUSES:
use clm_varctl, only : offline_atmdir
use fileutils, only : getfil
ARGUMENTS:
implicit none
include 'netcdf.inc'
integer, intent(in) :: kda !day (1 -> 31)
integer, intent(in) :: kmo !month (1 -> 12)
integer, intent(in) :: kyr !year (0 -> ...)
character(len=*), intent(inout) :: locfn !history file to open and read
integer, intent(out) :: itim !time index used in atmrd
integer, intent(out) :: atmmin !temporal resolution of atm data (in minutes)
REVISION HISTORY:
Created by Mariana Vertenstein