I have several yearly forcing files for SUSTR and SVSTR.
The model runs fine with an individual year ( the first file ) but will not run when I introduce the continuation mark ( | ) and the next two years of files.
I follow the syntax for multiple time-split files in ocean.in but It still does not work.
Is there some CCP option or other setting that I am missing?
In ocean in I simply change ...
Code: Select all
NFFILES == 3 ! number of unique forcing files
!changed Rob's version Jan 2014
FRCNAME == delriv_2006_2012_frc.nc \ ! forcing file 1, grid 1
delbayfrc2006.nc \
roms_narr_2006.nc
Code: Select all
NFFILES == 3 ! number of unique forcing files
!changed Rob's version Jan 2014
FRCNAME == delriv_2006_2012_frc.nc \ ! forcing file 1, grid 1
delbayfrc2006.nc \
roms_narr_2006.nc |
roms_narr_2007.nc |
roms_narr_2008.nc
For the non-working case, The log file reports...
Code: Select all
Output/Input Files:
Output Restart File: OutputNARR/ocean_rst.nc
Prefix for History Files: OutputNARR/ocean_his
Physical parameters File: ocean.in
Input Grid File: delbay_grd.nc
Input Nonlinear Initial File: delbayini2006.nc
Input Forcing File 01: delriv_2006_2012_frc.nc
Input Forcing File 02: delbayfrc2006.nc
READ_PHYPAR - could not find input file:
Elapsed CPU time (seconds):
Node # 11 CPU: 0.104
Node # 1 CPU: 0.103
Node # 2 CPU: 0.106
Node # 3 CPU: 0.106
Node # 4 CPU: 0.103
Node # 5 CPU: 0.104
Node # 6 CPU: 0.103
Node # 7 CPU: 0.103
Node # 8 CPU: 0.104
Node # 9 CPU: 0.103
Node # 10 CPU: 0.103
Node # 0 CPU: 0.103
Total: 1.246
Nonlinear model elapsed time profile:
Total: 0.000 0.0000
Nonlinear model message Passage profile:
Message Passage: data broadcast .................. 0.080 ( 6.4158 %)
Total: 0.080 6.4158
All percentages are with respect to total time = 1.246
ROMS/TOMS - Output NetCDF summary for Grid 01:
coawstM:13200 terminated with signal 11 at PC=99000c SP=7ffff3bf0cf0. Backtrace:
coawstM:13201 terminated with signal 11 at PC=99000c SP=7fff4db12dc0. Backtrace:
coawstM:13191 terminated with signal 11 at PC=99000c SP=7fffd3fde7c0. Backtrace:
coawstM:13192 terminated with signal 11 at PC=99000c SP=7fffb789bdb0. Backtrace:
coawstM:13193 terminated with signal 11 at PC=99000c SP=7fffd7ca22a0. Backtrace:
coawstM:13194 terminated with signal 11 at PC=99000c SP=7fff79be6730. Backtrace:
coawstM:13195 terminated with signal 11 at PC=99000c SP=7fff16563d60. Backtrace:
coawstM:13196 terminated with signal 11 at PC=99000c SP=7fff5b0bd9b0. Backtrace:
coawstM:13197 terminated with signal 11 at PC=99000c SP=7fff6c689d50. Backtrace:
coawstM:13198 terminated with signal 11 at PC=99000c SP=7fff5ad2bb10. Backtrace:
coawstM:13199 terminated with signal 11 at PC=99000c SP=7fff7b886e40. Backtrace:
coawstM:13202 terminated with signal 11 at PC=99000c SP=7fff37b475a0. Backtrace:
ROMS/TOMS - I/O error ............... exit_flag: 4
ERROR: I/O related problem.
I've searched the forum, the wiki, and the manual and I've yet to find an answer to my problem.
Any tips would be greatly appreciated.
Thanks!