FHIS_BGC hybrid run problem

Status
Not open for further replies.
Hi everyone,

I did a 15 years spin up and then wanted to do a hybrid run from it. My hybrid run code is:

cd /glade/u/home/dyang/cesm2.1.1/cime/scripts

./create_newcase --case ~/cases/FHISTLCLUCO2 --res f09_g17 --compset FHIST_BGC --project WYOM0126 --run-unsupported

cd ~/cases/FHISTLCLUCO2/

./xmlchange RUN_TYPE=hybrid,RUN_REFCASE=FHISTspin,RUN_REFDATE=1997-01-01

./xmlchange INFO_DBUG=3,STOP_N=3,STOP_OPTION=nyears (submit seperately)

./xmlchange RUN_STARTDATE=1982-01-01

./case.setup

cp /glade/scratch/dyang/archive/FHISTspin/rest/1997-01-01-00000/* /glade/scratch/dyang/FHISTLCLUCO2/run/

edit/check user_nl_clm

hist_mfilt=365

hist_nhtfrq=-24

flanduse_timeseries = '/glade/u/home/dyang/rsdata/landuse.timeseries_0.9x1.25_hist_78pfts_CMIP6_simyr1850-2015_c170824_rs_adj_c4g.nc'

check_finidat_year_consistency = .false.


edit/check user_nl_cam (not user_nl_datm)

mfilt=365

nhtfrq=-24

./preview_namelists

qcmd -- ./case.build

./case.submit

Finished first three years, then resubmit

./xmlchange CONTINUE_RUN=TRUE

./case.submit


However, I could not submit successfully. The cesm.log file shows the errors as following:

355: set_curr_delta ERROR: found unexpected non-zero delta mid-year
355: Dribbler name: hrv_xsmrpool_to_atm_c
355: i, delta = 20781 NaN
127: If this non-zero mid-year delta is expected, then you can suppress this error
127: by setting allows_non_annual_delta to .true. when constructing this dribbler.
127: calling getglobalwrite with decomp_index= 7502 and clmlevel= gridcell
127: local gridcell index = 7502
127: ERROR: get_proc_bounds ERROR: Calling from inside a threaded region
144: calling getglobalwrite with decomp_index= 8502 and clmlevel= gridcell
144: local gridcell index = 8502
144: ERROR: get_proc_bounds ERROR: Calling from inside a threaded region
101: calling getglobalwrite with decomp_index= 5997 and clmlevel= gridcell
101: local gridcell index = 5997
101: ERROR: get_proc_bounds ERROR: Calling from inside a threaded region

Can anyone help to fix it? Thanks a lot.

Yaqian
 

slevis

Moderator
Staff member
@oywb it would be interesting to hear from @heyaqian1987@gmail_com
but I also see a suggestion above in the error message itself:
Code:
127: If this non-zero mid-year delta is expected, then you can suppress this error
127: by setting allows_non_annual_delta to .true. when constructing this dribbler.
I do not know if this could solve the problem, but I thought I'd point it out.
 
Status
Not open for further replies.
Back
Top