current model time exceeds ending values when restarting from a restart file

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
yaozhixiong
Posts: 1
Joined: Wed Jun 19, 2019 3:31 pm
Location: second institude oceanography

current model time exceeds ending values when restarting from a restart file

#1 Unread post by yaozhixiong »

Hello ~


I am running a case restarting from an existing restart file. I run a single year at one time, and saved the restart file everyday.
LcycleRST == T.

If the case is initialized from the restart file of the last day of former year, it will run successfully. However, if the case is initialized from a restart file at one day of a year, the case will fail.

My case was interrupted at one day in July, 1983. I continued to run the case, initialized from the restart file of the day of interruption. Then an error occurred.
The ERROR information is shown below:
----------------------------
SET_2DFLD - current model time exceeds ending value for variable: tair
TDAYS = 1300.0000
Data Tmin = 1127.0416 Data Tmax = 1154.7916
Data Tstr = 1126.7916 Data Tend = 1127.0416
TINTRP1 = 2951.7916 TINTRP2 = 2952.0416
FAC1 = 1652.0416 FAC2 = -1651.7916

Elapsed CPU time (seconds):

Node # 0 CPU: 34.214

ROMS/TOMS - Output NetCDF summary for Grid 01:

ROMS/TOMS - Input error ............. exit_flag: 2


ERROR: Abnormal termination: NetCDF INPUT.
REASON: No error
Node # 34 CPU: 35.473
Node # 19 CPU: 35.606
Node # 32 CPU: 35.602
Node # 20 CPU: 35.554
----------------------------

TDAYS = 1300, means one day in July, 1983. However, I found that the model start to read the forcing data from January, not July. I think it should read the forcing data in July, 1983 (i.e. roms_blk_CFSR_Y1983M07.nc)

----------------------------
NLM: GET_STATE - Read state initial conditions, t = 1300 00:00:00
(Grid 01, File: roms_rst_1300.nc, Rec=0002, Index=1)
- free-surface
(Min = -6.43507984E-01 Max = 2.11215071E+00)
- vertically integrated u-momentum component
(Min = -2.03306394E+00 Max = 1.21838422E+00)
- vertically integrated v-momentum component
(Min = -2.16924558E+00 Max = 1.47752263E+00)
- u-momentum component
(Min = -5.11989771E+00 Max = 2.45491271E+00)
- v-momentum component
(Min = -2.97542234E+00 Max = 5.75972303E+00)
- potential temperature
(Min = -1.18081250E+01 Max = 3.18085682E+01)
- salinity
(Min = 2.44510775E+01 Max = 3.73734061E+01)
- vertical viscosity coefficient
(Min = 0.00000000E+00 Max = 4.22464410E-01)
- temperature vertical diffusion coefficient
(Min = 0.00000000E+00 Max = 7.20542071E-01)
- salinity vertical diffusion coefficient
(Min = 0.00000000E+00 Max = 7.20542071E-01)
GET_2DFLD - surface u-wind component, t = 1126 18:59:56
(Rec=0000124, Index=1, File: roms_blk_CFSR_Y1983M01.nc)
(Tmin= 1096.0416 Tmax= 1126.7916)
(Min = -2.21832104E+01 Max = 3.22981300E+01)
----------------------------

My initial, forcing and boundary data are shown as follows:


-------------------------
Input Grid File: ./input/roms_grd.nc
Input Nonlinear Initial File: ./input/roms_rst_1300.nc
Input Forcing File 01: ./input/roms_blk_CFSR_Y1983M01.nc
./input/roms_blk_CFSR_Y1983M02.nc
./input/roms_blk_CFSR_Y1983M03.nc
./input/roms_blk_CFSR_Y1983M04.nc
./input/roms_blk_CFSR_Y1983M05.nc
./input/roms_blk_CFSR_Y1983M06.nc
./input/roms_blk_CFSR_Y1983M07.nc
./input/roms_blk_CFSR_Y1983M08.nc
./input/roms_blk_CFSR_Y1983M09.nc
./input/roms_blk_CFSR_Y1983M10.nc
./input/roms_blk_CFSR_Y1983M11.nc
./input/roms_blk_CFSR_Y1983M12.nc
./input/roms_blk_CFSR_Y1984M01.nc
Input Boundary File: ./input/roms_bry_soda.nc
---------------------------


The log file is also added as an attachment.


Thanks very much for help.
Attachments
85584.tc6000.txt
(72.47 KiB) Downloaded 8 times

Post Reply