next up previous contents
Next: atm_readdata Up: Fortran: Module Interface atmdrvMod Previous: atm_getgrid   Contents

atm_openfile


INTERFACE:

   subroutine atm_openfile (kda, kmo, kyr, locfn, itim, atmmin)
DESCRIPTION:

   Open atmospheric forcing netCDF file
USES:
     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



Mariana Vertenstein 2003-01-14