INTERFACE:
subroutine hist_initFlds()DESCRIPTION:
Build master field list of all possible fields in a history file. Each field has associated with it a ``long_name'' netcdf attribute that describes what the field is, and a ``units'' attribute. A subroutine is called to add each field to the masterlist.
USES:
use clmtype
use clm_varcon , only : spval
use clm_atmlnd , only : clm_a2l, atm_a2l, &
adiag_arain, adiag_asnow, adiag_aflux, adiag_lflux
use clm_varctl , only : create_glacier_mec_landunit, downscale
#if (defined RTM)
use RunoffMod , only : runoff, nt_rtm, rtm_tracers
#endif
use histFileMod, only : hist_add_subscript, hist_addfld1d, hist_addfld2d, &
hist_printflds
use surfrdMod , only : crop_prog
#if (defined CASA)
use CASAMod , only : nlive, npools, npool_types
#endif
ARGUMENTS:
implicit noneREVISION HISTORY:
Mariana Vertenstein: Created 03/2003 Mariana Vertenstein: Updated interface to create history fields 10/2003