T-S initialization error

Alessia

Alessia
New Member
Hi,
I'm trying to run the compset BSSP245cmip6 hybrid from b.e21.BHIST.f09_g17.CMIP6-historical.010_v2.
When initialize the ocean, an error "(init_time2) FATAL ERROR: invalid ymd_hms" pops up, has someone caught up with this error before?

Here is the last rows of ocn.log:
========================================================================

Initial T,S:

init_ts_nml namelist settings:

&INIT_TS_NML
INIT_TS_OPTION="ccsm_hybrid ",
INIT_TS_FILE="/scratch/project_2008020/my_cesm_sandbox/cime/output/ssp245/run/b.e21.BHIST.f09_g17.CMIP6-historical.010_v2.pop.r.2015-01-01-00000.nc ",
INIT_TS_FILE_FMT="nc ",
INIT_TS_SUBOPTION="null ",
INIT_TS_OUTFILE="./ssp245.pop.h.ts_ic ",
INIT_TS_OUTFILE_FMT="nc ",
INIT_TS_PERTURB= 0.0000000000000000 ,
/

In this case, the init_ts_file name will be read from the pointer file.

Reading pointer file: rpointer.ocn.restart

file read: ./b.e21.BHIST.f09_g17.CMIP6-historical.010_v2.pop.r.2015-01-01-00000.nc
(init_time2) FATAL ERROR: invalid ymd_hms
------------------------------------------------------------------------

POP aborting...
FATAL ERROR: invalid ymd_hms
 

Alessia

Alessia
New Member
Hi,
I encounter another problem with pop2, I paste the information in ocn.log:
==============================
Global Time Averages: 01-01-2015 00:30:00
REGION_BOX3D: 2.5057602922769510E-004
TIDAL_QE_2D: 1.7612074835684381
VERTICAL_FUNC: 4.2867683817193730E-006
VDC_BCK: 0.16039772726712972
VVC_BCK: 1.6039772708184428
(io_pio_init) create file ./ssp245.pop.h.once.nc

tavg file written: ./ssp245.pop.h.once.nc
pop2 ymd= 20150101 pop2 tod= 1800
sync ymd= 20150101 sync tod= 3600
Internal pop2 clock not in sync with Sync Clock
ERROR: ocn_run_mct:: Internal pop2 clock not in sync with Sync Clock
========================================================

Here are the steps I run the BSSP245CMIP compset:
./xmlchange RUN_TYPE=hybrid
./xmlchange RUN_REFCASE='b.e21.BHIST.f09_g17.CMIP6-historical.010_v2'
./xmlchange RUN_REFDATE=2015-01-01
./xmlchange GET_REFCASE=TRUE
./xmlchange RUN_STARTDATE=20150101

after case.build, it's weird the default pop_in settings are:
==============
fit_freq = 24
iday0 = 0
ihour0 = 1
iminute0 = 0
imonth0 = 10
impcor = .true.
isecond0 = 0
iyear0 = 2015

=============
though usr_nl_pop says don't but I change them to:
==============
imonth0 = 1
iday0 = 1
ihour0 = 0
iminute0 = 0

==============

The error "(init_time2) FATAL ERROR: invalid ymd_hms" solved, but the error about "not in sync" occurs.
 
Back
Top