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

FHIS_BGC hybrid run problem

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
@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.
 
Top