next up previous contents
Next: atm_openfile Up: Fortran: Module Interface atmdrvMod Previous: atmdrv   Contents

atm_getgrid


INTERFACE:

   subroutine atm_getgrid()
DESCRIPTION:

   Read atmospheric grid
USES:
     use nanMod
     use clm_varctl, only : offline_atmdir
     use clm_varcon, only : rair, cpair, po2, pco2
     use clm_varsur, only : numlon, longxy, latixy, lsmedge
     use fileutils, only : getfil
     use time_manager, only : get_curr_date
ARGUMENTS:
     implicit none
     include 'netcdf.inc'
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2003-01-14