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

htapes_fieldlist ERROR: QICE in fincl( 1 ) for history tape 2 not found

oleson

Keith Oleson
CSEG and Liaisons
Staff member
The QICE fields are only available if the glacier model is active. You are probably using the stub glacier model ("SGLC").
 

wadewei

Wade Wei
New Member
The QICE fields are only available if the glacier model is active. You are probably using the stub glacier model ("SGLC").

I was indeed using SGLC. Is there a way to have the model output above fields without activing CISM1? Thanks!
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
You could comment out the if statement here in histFldsMod.F90:

if (create_glacier_mec_landunit) then

call hist_addfld1d (fname='QICE', units='mm/s', &
avgflag='A', long_name='ice growth/melt', &
ptr_col=cwf%qflx_glcice, set_noglcmec=spval)


but I don't think you'd get anything useful out of the the history field since the glacier model isn't turned on.
 
Top