The user subroutine 'usipph' must be completed version 4.0
Posted: Tue Dec 08, 2015 1:19 pm
Hello,
I am using v4.0 without the GUI. I have set up a case using the ALE module but when I run it I get the following error in my listing:
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@ @@ WARNING: stop in data input
@ =======
@ The user subroutine 'usipph' must be completed
@ in file cs_user_parameters.f90
@
@ The calculation will not be run.
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
As far as I can see I have completed usipph (see attached cs_user_parameters.f90 file). I read in another forum post that this could have something to do with PARAM not being set in the uncase file but I thought PARAM was for when you are using the GUI so I am not sure whether that is the case here. My uncase file simply contains:
#!/bin/bash
# Ensure the correct command is found:
export PATH=/Users/Charlie/Code_Saturne/4.0.3/code_saturne-4.0.3/arch/Darwin_x86_64/bin:$PATH
# Run command:
\code_saturne run
Any help much appreciated!
I am using v4.0 without the GUI. I have set up a case using the ALE module but when I run it I get the following error in my listing:
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@ @@ WARNING: stop in data input
@ =======
@ The user subroutine 'usipph' must be completed
@ in file cs_user_parameters.f90
@
@ The calculation will not be run.
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
As far as I can see I have completed usipph (see attached cs_user_parameters.f90 file). I read in another forum post that this could have something to do with PARAM not being set in the uncase file but I thought PARAM was for when you are using the GUI so I am not sure whether that is the case here. My uncase file simply contains:
#!/bin/bash
# Ensure the correct command is found:
export PATH=/Users/Charlie/Code_Saturne/4.0.3/code_saturne-4.0.3/arch/Darwin_x86_64/bin:$PATH
# Run command:
\code_saturne run
Any help much appreciated!