Hello,
Can somebody please clarify few questions regarding settings in input file.
How to specify boundary conditions.. please have a look at the attached figure. I have grid that has west side land. right side open to ocean. I guessed that north and south are periodic.
Therefore i defined CLO , PER, CLO , PER in input file. Please look at the attached input file ocean_upwelling.in
1. Which three letter codes do i need to use as per my grid?
I will attach figure of my grid and my input file.
Also, I kept NTIMES == 200
DT == 180
NDTFAST == 20
2. Is there any equation to calculate Ntimes and DT? or can can i just keep the number of time steps i want?
3.NDTFAST = Number of barotropic time-steps between each baroclinic timestep as per definition.. what is this exactly mean? I have tentatively kept NDTFAST == 20. does this affect my output?
4. i kept TCLINE == 50.0d0 ! critical depth (m) where as my grid file has maximum depth of 500metrs. and minimum depth of 10meters. Is this correct value for TCLINE?
Excuse my ignorance. I am not a scientist. just a developer. but i was able to generate grid for my region using RNT toolbox. and also generated input files required to run the model. But i have so many unconnected dots that i am trying hard to connect. Please help..
Questions about input file settings
-
- Posts: 11
- Joined: Mon Jan 16, 2017 1:02 am
- Location: DSS
Questions about input file settings
- Attachments
-
- chennai.h
- (604 Bytes) Downloaded 509 times
-
- ocean_upwelling.in
- (129.66 KiB) Downloaded 509 times
-
- mygrid.png (22.64 KiB) Viewed 8511 times
Re: Questions about input file settings
If the image is of bathymetry, it is not periodic north-south, so using PER is not appropriate for those boundaries. I usually use RadNud, but that requires values from outside around the boundary. You can get values from SODA or from HYCOM and interpolate to your grid. Or you can set it analytically to match your initial conditions.roopakotta wrote:Hello,
Can somebody please clarify few questions regarding settings in input file.
How to specify boundary conditions.. please have a look at the attached figure. I have grid that has west side land. right side open to ocean. I guessed that north and south are periodic.
Therefore i defined CLO , PER, CLO , PER in input file. Please look at the attached input file ocean_upwelling.in
1. Which three letter codes do i need to use as per my grid?
The maximum stable DT is set by features of your grid including grid spacing and maximum velocity, ocean depth, etc. I use trial and error to find something that works. From there, NTIMES follows from the length of the desired run. If DT=100 and you want to run for a day, NTIMES=864.I will attach figure of my grid and my input file.
Also, I kept NTIMES == 200
DT == 180
NDTFAST == 20
2. Is there any equation to calculate Ntimes and DT? or can can i just keep the number of time steps i want?
I usually use something like 20 and don't worry about it.3.NDTFAST = Number of barotropic time-steps between each baroclinic timestep as per definition.. what is this exactly mean? I have tentatively kept NDTFAST == 20. does this affect my output?
Could be. What is your vertical density structure?4. i kept TCLINE == 50.0d0 ! critical depth (m) where as my grid file has maximum depth of 500metrs. and minimum depth of 10meters. Is this correct value for TCLINE?
What is your ultimate goal here? For much of this, you need to develop a "try it and see" attitude instead of asking for each little detail. You also need to develop a toolbox so you can actually see what happened from the model outputs.Excuse my ignorance. I am not a scientist. just a developer. but i was able to generate grid for my region using RNT toolbox. and also generated input files required to run the model. But i have so many unconnected dots that i am trying hard to connect. Please help..
-
- Posts: 11
- Joined: Mon Jan 16, 2017 1:02 am
- Location: DSS
Re: Questions about input file settings
Thank you so much kate for prompt reply.
My goal is to develop a grid for a small region in india and run ROMS simulation by giving it input files like .clim,.bry, .ini,.forc. It is a for a real application.
I ran upwelling and other test cases using analytical files. Now, iam trying to run the same for my region.
I have generated bathymetry, and all other input files by following tutorials in RNT toolbox. After that, i prepared ocean-upwelling.in file and i was able to generate .avg, .his files as outputs.
I have also studied ROMS plotting package as mentioned in wiki. I have installed NCL and prepared csec.in files by supplying my output files. I could see cross section plots using idt gmeta&.
I have also drawn plots of variables like sustr, svstr, u,v,temp,salt in matlab. They seem to be fine. Now, iam making sure that i followed correct steps from the beginning.
As i dont have scientific background in the subject, iam not sure if my plots are correct or not. Is there any way to validate the plots? I mean to be sure that they are fine? Shall i attach few figures of my crosssection plots?
And regarding boundary conditions,as per your suggestion, my boundaried would be
CLO Radnud radnud radnud. Right? I will research on how to give values from outside boundary for this.
My goal is to develop a grid for a small region in india and run ROMS simulation by giving it input files like .clim,.bry, .ini,.forc. It is a for a real application.
I ran upwelling and other test cases using analytical files. Now, iam trying to run the same for my region.
I have generated bathymetry, and all other input files by following tutorials in RNT toolbox. After that, i prepared ocean-upwelling.in file and i was able to generate .avg, .his files as outputs.
I have also studied ROMS plotting package as mentioned in wiki. I have installed NCL and prepared csec.in files by supplying my output files. I could see cross section plots using idt gmeta&.
I have also drawn plots of variables like sustr, svstr, u,v,temp,salt in matlab. They seem to be fine. Now, iam making sure that i followed correct steps from the beginning.
As i dont have scientific background in the subject, iam not sure if my plots are correct or not. Is there any way to validate the plots? I mean to be sure that they are fine? Shall i attach few figures of my crosssection plots?
And regarding boundary conditions,as per your suggestion, my boundaried would be
CLO Radnud radnud radnud. Right? I will research on how to give values from outside boundary for this.