Running process never ends!!!!!!!

Everything related to the preinstalled test cases in COHERENS. Additionally, you can find here the necessary files to setup a test case.If you have developed a new test case and you want to share it with other users, feel free to post a new thread.

Moderator: Katrijn

Post Reply
Sou
Posts: 51
Joined: Wed Sep 03, 2014 7:46 pm
Full name: Soudeh Afsharian

Running process never ends!!!!!!!

Post by Sou »

Hi,
I'm trying to set a 3D usrdefine_model from the usr example file. but I think there is a problem.
in part 4) Physical model constants of user defined model setup (example routines) file, in uniform surface exchange coefficient for latent heat:
!---uniform surface exchange coefficient for latent heat
IF (iopt_meteo.EQ.1.AND.iopt_sflux_cehs.EQ.0) ces_cst = 0.0013
!---uniform surface exchange coefficient for sensible heat
IF (iopt_meteo.EQ.1.AND.iopt_sflux_cehs.EQ.0) chs_cst = 0.0013


this is the part that cases the problem! when I comment these two statements, the program runs normally without any problem. but when I use these, the running process never ends! I don't get why?
Do you know what may cause a problem?

Thank you,
Sue
Katrijn
Posts: 87
Joined: Fri Nov 29, 2013 3:04 pm
Full name: Katrijn Baetens

Re: Running process never ends!!!!!!!

Post by Katrijn »

Hi Sou,

can you give some more details? which test case are you running exactly?
Post Reply