Hi,
I'm currently doing a restart test on case JOE_TCs in COAWST.
I first run for 1-day (i.e., 2005.09.01 to 2005.09.02), the model can run successfully.
Then I tried to do the restart run (e.g, start from 2005.09.02)
I changed the file "ocean_joe_tc.in"
from
NRREC == 0 (default)
ININAME == Projects/JOE_TCs/joe_tc_ocean_init.nc (default)
to
NRREC == -1
ININAME == Projects/JOE_TCs/ocean_rst.nc
also, I changed the namelist.input to set "restart = .true.".
However, I got segmentation fault for the restart run.
The core_lite file shows:
Thread 1 (Thread 0x2b1a8b237ca0 (LWP 12842)):
#0 0x00002b1a88a197ad in waitpid () from /lib64/libc.so.6
#1 0x00002b1a889ab889 in do_system () from /lib64/libc.so.6
#2 0x00002b1a889abbc0 in system () from /lib64/libc.so.6
#3 0x00002b1a8b4951af in pm_linux_print_coredump () from /opt/ibmhpc/pe1307/base/intel/lib64/libpoe.so
#4 0x00002b1a8b493f1a in pm_lwcf_signal_handler () from /opt/ibmhpc/pe1307/base/intel/lib64/libpoe.so
#5 <signal handler called>
#6 0x0000000000a3138a in m_transfer_mp_isend__ ()
#7 0x0000000000a73541 in atm_coupler_mod_mp_atm2ocn_coupling_ ()
#8 0x0000000000a6cde8 in atm_coupler_mod_mp_atm_coupling_ ()
#9 0x0000000000b22698 in module_integrate_mp_integrate_ ()
#10 0x0000000000a6b39e in module_wrf_top_mp_wrf_run_ ()
#11 0x000000000040f601 in MAIN__ ()
#12 0x000000000040cbbc in main ()
Can anyone help with this?
Thanks,