Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

how to output h2osoi_liqvol_col

Status
Not open for further replies.

lucia

luyaohuang
Member
Hi,
now I need to output this variable h2osoi_liqvol_col in waterstatetype.F90. I did not find the corresponding name of this variable in Table 1-1. CLM History Fields.
What do I need to do to get the annual daily scale mean of this variable?
could you please give me some advise?,Any advice would be greatly appreciated!
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
You could probably add this to the InitHistory subroutine in WaterStateType.F90:

data2dptr => this%h2osoi_liqvol_col(begc:endc,1:nlevsoi)
call hist_addfld2d (fname='H2OSOI_LIQVOL', units='mm3/mm3', type2d='levsoi', &
avgflag='A', long_name='volumetric soil water (vegetated landunits only)', &
ptr_col=this%h2osoi_liqvol_col, l2g_scale_type='veg')
 
Status
Not open for further replies.
Top