Search found 87 matches

by Katrijn
Wed May 31, 2017 8:15 am
Forum: Basic hydrodynamics set up
Topic: Variable salinity,temperature profiles at open boundary
Replies: 8
Views: 53656

Re: Variable salinity,temperature profiles at open boundary

Dear Sameer, so you want to give salinity profile at all the open sea boundaries and not only the rivers? Be aware that you will have to do the interpolation of boundary to the grid externally (ferret is a good program for that, have a look at the fill_XY function, or you can do it yourself off cour...
by Katrijn
Tue May 30, 2017 8:36 am
Forum: Basic hydrodynamics set up
Topic: Variable salinity,temperature profiles at open boundary
Replies: 8
Views: 53656

Re: Variable salinity,temperature profiles at open boundary

Hi Sameer, You are right, it takes too long for someone to reply, we are working on how to make sure we reply faster. Sorry to dissapoint you Soudeh, I hope you can understand we want to do a good job and not reply in a hurry. for salinity and temperature I suggest you look at the other forum post a...
by Katrijn
Tue May 30, 2017 8:26 am
Forum: Basic hydrodynamics set up
Topic: salinity,temprature open boundary
Replies: 11
Views: 81550

Re: salinity,temprature open boundary

Hi Soudeh, Since this is the only part of the code you are sendin, I assume everything else was coded correctly. Below the code I modified (if I understand it correctly). Hope it helps, let me know if there are bugs remaining Katrijn SUBROUTINE usrdef_2dobc_data(ifil,ciodatetime,data2d,nodat,novars)...
by Katrijn
Tue Jan 17, 2017 10:39 am
Forum: Basic hydrodynamics set up
Topic: Introduction
Replies: 2
Views: 25697

Re: Introduction

Hi Sahmada, It is not really clear to me what exactly you want to do. You need help visualizing data or you need help using your data as input in the model. If the second is the case I recommend you to have a look at the bohai test case and see how it is done there. If you post a bit more details we...
by Katrijn
Fri Dec 16, 2016 3:20 pm
Forum: Basic hydrodynamics set up
Topic: salinity,temprature open boundary
Replies: 11
Views: 81550

Re: salinity,temprature open boundary

PS: include temperature at the rivers is similar as how to include salinity. try to look up a test case with temperature if you want to know how to include temp
by Katrijn
Fri Dec 16, 2016 3:17 pm
Forum: Basic hydrodynamics set up
Topic: salinity,temprature open boundary
Replies: 11
Views: 81550

Re: salinity,temprature open boundary

Dear Pooran, How to include open boundary conditions was explained in another of your forum posts, so I'm not going to repeat the answer here unless something was not clear, than ask again. I also am going to replace this post, because it is not a bug submission. I am going to move it to basic model...
by Katrijn
Fri Dec 16, 2016 8:26 am
Forum: Basic hydrodynamics set up
Topic: how to produce ascii and netcdf results simultaneously?
Replies: 3
Views: 26779

Re: how to produce ascii and netcdf results simultaneously?

Yes, I forgot to add that, oops. But you're addition is good. Thanks! Did it work out well?
by Katrijn
Mon Dec 12, 2016 11:20 am
Forum: News and announcements
Topic: New forum moderator
Replies: 0
Views: 67237

New forum moderator

Dear COHERENS users, As you could see we were lagging a bit behind with answering our forum questions. Because of that we have invited Saheed Perode, a well seasoned COHERENS user to become a moderator of the topic 'Basic hydrodynamic set up'. Welcome Saheed and feel free to let us know about your w...
by Katrijn
Mon Dec 12, 2016 10:58 am
Forum: Test cases
Topic: tide
Replies: 4
Views: 43687

Re: tide

Hi Pooran, Dear Pooran, Thank you very much for your message, I will try to explain, but let me know if something is still not clear. Identifying boundary conditions can be done in several ways. One is including time series of water elevations and current velocities, another one is to include phases...
by Katrijn
Wed Dec 07, 2016 10:27 am
Forum: Basic hydrodynamics set up
Topic: how to produce ascii and netcdf results simultaneously?
Replies: 3
Views: 26779

Re: how to produce ascii and netcdf results simultaneously?

Hi Sue, You will have to create two sets of output data for that. One in ascii and one in netcdf. Your code van look something like this (off course, adjust it to your own situation) In Usrdef_Model.f90: nosetstsr = 2 novarstsr = 6 in Usrdef_Time_Series.f90: tsrvars%ivarid = (/iarr_zeta,iarr_temp,ia...