INTERFACE:
subroutine htape_timeconst (t)DESCRIPTION:
Write time constant values to primary history tape.
Issue the required netcdf wrapper calls to define the history file contents.
!USES
use clmpoint
use clm_varpar, only : lsmlon, lsmlat, nlevsoi
use clmtype, only : cols1d
use mapxy, only : vec2xy
#if ( defined SPMD )
use spmdMod, only : masterproc, gather_data_to_master
#else
use spmdMod, only : masterproc
#endif
use system_messages
ARGUMENTS:
implicit none
integer, intent(in) :: t ! tape index
!REVISION HISTORY
Created by Mariana Vertenstein