-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inlet case error: Cannot read NML_NCNEST_WAVE #15
Comments
The file inlet_run.nml is old for FVCOM 5.0. Please use the attached file
to try again.
…On Thu, Jun 8, 2023 at 5:19 AM amg1199 ***@***.***> wrote:
Hi, I'm trying to run the inlets example case for FVCOM 5.0 and it
generates the error with not being able to read NCNEST_WAVE Namelist. It
also generates the same namelist error when I compiled the modules without
the Multiprocessor Flag.
Is this an MPI error or something else?
Thanks.
$ mpiexec ./fvcom --casename=inlet
--------------------------------------------------------------------------
MPI_ABORT was invoked on rank 2 in communicator MPI_COMM_WORLD
with errorcode -1.
NOTE: invoking MPI_ABORT causes Open MPI to kill all MPI processes.
You may or may not see output from other processes, depending on
exactly when Open MPI kills them.
--------------------------------------------------------------------------
!================================================================!
FVCOM
-- Version 5.0 Release
!================================================================!
! !
!========DOMAIN DECOMPOSITION USING: METIS 4.0.1 ================!
!======Copyright 1998, Regents of University of Minnesota========!
! !
!================================================================!
! !
! RUNNING IN PARALLEL: 004 Processors !
! MYID is 001 !
!================================================================!
&NML_NCNEST_WAVE
NCNEST_ON_WAVE=F,
NCNEST_TYPE_WAVE="spectral density ",
NCNEST_BLOCKSIZE_WAVE=-1 ,
NCNEST_NODE_FILES_WAVE="none ",
NCNEST_OUT_INTERVAL_WAVE="A length of time: 'seconds= ','days= ', or 'cycles= ' ",
/
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
FVCOM Fatal Error!
Can Not Read NameList NML_NCNEST_WAVE from file: ./inlet_run.nml
Stopping FVCOM
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
[***] 3 more processes have sent help message help-mpi-api.txt / mpi-abort
[***] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages
—
Reply to this email directly, view it on GitHub
<#15>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP24NR5XQWZYURAJFZLGVU3XKGKL7ANCNFSM6AAAAAAY7AOKJU>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, I think the file was not attached. Thanks! |
May I ask for the updated file please? Thank you. |
Send again.
Qi
…On Thu, Jun 8, 2023 at 9:24 PM amg1199 ***@***.***> wrote:
Hi, I think the file was not attached.
Thanks!
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP24NR5KLSPKETFFRWM4BPTXKJ3NFANCNFSM6AAAAAAY7AOKJU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Hello, I meet the same question with you, Could you please tell me how to solve it? I just know the fvcom before a week, and I haven't read some about it. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I'm trying to run the inlets example case for FVCOM 5.0 and it generates the error with not being able to read NCNEST_WAVE Namelist. It also generates the same namelist error when I compiled the modules without the Multiprocessor Flag.
Is this an MPI error or something else?
Thanks.
The text was updated successfully, but these errors were encountered: