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

Status
Not open for further replies.

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
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.
 
Status
Not open for further replies.
Back
Top