next up previous contents index
Next: htape_timeconst Up: Module histFileMod (File: histFileMod.F90) Previous: hfields_zero   Contents   Index


htape_create


INTERFACE:

   subroutine htape_create (t)
DESCRIPTION:

Define contents of history file t. Issue the required netcdf wrapper calls to define the history file contents.


USES:

     use clmtype
     use ncdio
     use decompMod   , only : get_proc_global, map_dc2sn, get_sn_land1d, get_s
     use clm_varpar  , only : lsmlon, lsmlat, nlevsoi
     use clm_varctl  , only : caseid, ctitle, frivinp_rtm, fsurdat, finidat, f
     use clm_varsur  , only : fullgrid, offline_rdgrid, longxy, latixy, area, 
                              landfrac, landmask, numlon, lsmedge
     use clm_varcon  , only : zsoi, zlak
     use fileutils   , only : get_filename
     use time_manager, only : get_ref_date
 #if (defined RTM)
     use RtmMod      , only : latixy_r, longxy_r
     use RunoffMod   , only : get_proc_rof_global
 #endif
ARGUMENTS:
     implicit none
     integer, intent(in) :: t   ! tape index
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2004-06-21