thiagods@umich_edu
New Member
I am using CLM5 to run single-point simulations at multiple Fluxnet sites. Everything works fine if my user_nl_cm file is set for one years worth of hourly output:
fsurdat = '/no_backup/GroupData/CLM/ptclm_data_files/1x1pt_CA-Man/surfdata_1x1pt_CA-Man_hist_16pfts_Irrig_CMIP6_simyr2000_c190203.nc'
hist_nhtfrq = -1
hist_mfilt = 8784
However, the model crashes if I try to make a simple change to include one more history field. As an example, I am trying to add an extra history field for hourly average GPP:
fsurdat = '/no_backup/GroupData/CLM/ptclm_data_files/1x1pt_CA-Man/surfdata_1x1pt_CA-Man_hist_16pfts_Irrig_CMIP6_simyr2000_c190203.nc'
hist_nhtfrq = -1,-1
hist_mfilt = 8784, 8784
hist_fincl2 = "GPP:A"
Upon submission, CLM crashes. The relevant error message is:
------------------------------------------------------------
Successfully read restart data for restart run
hist_htapes_build Initializing clm2 history files
------------------------------------------------------------
htapes_fieldlist ERROR: WT in fincl( 8 ) for history tape 1 not found
ENDRUN:
ERROR: ERROR in /home/thiagods/models/clm5.0/src/main/histFileMod.F90 at line 690
What might be causing this error?
Thanks in advance,
Thiago.
fsurdat = '/no_backup/GroupData/CLM/ptclm_data_files/1x1pt_CA-Man/surfdata_1x1pt_CA-Man_hist_16pfts_Irrig_CMIP6_simyr2000_c190203.nc'
hist_nhtfrq = -1
hist_mfilt = 8784
However, the model crashes if I try to make a simple change to include one more history field. As an example, I am trying to add an extra history field for hourly average GPP:
fsurdat = '/no_backup/GroupData/CLM/ptclm_data_files/1x1pt_CA-Man/surfdata_1x1pt_CA-Man_hist_16pfts_Irrig_CMIP6_simyr2000_c190203.nc'
hist_nhtfrq = -1,-1
hist_mfilt = 8784, 8784
hist_fincl2 = "GPP:A"
Upon submission, CLM crashes. The relevant error message is:
------------------------------------------------------------
Successfully read restart data for restart run
hist_htapes_build Initializing clm2 history files
------------------------------------------------------------
htapes_fieldlist ERROR: WT in fincl( 8 ) for history tape 1 not found
ENDRUN:
ERROR: ERROR in /home/thiagods/models/clm5.0/src/main/histFileMod.F90 at line 690
What might be causing this error?
Thanks in advance,
Thiago.