I want to convert the method of computing u or v velocities
I want to convert the method of computing u or v velocities
Hi
I have some questions
I want to convert the method of computing u or v velocities. However, i can't recognize what programs are computed for u or v velocity.
Could you tell me the programs?
Thank you for your help.
I am looking forward to your reply.
Have a good day~
I have some questions
I want to convert the method of computing u or v velocities. However, i can't recognize what programs are computed for u or v velocity.
Could you tell me the programs?
Thank you for your help.
I am looking forward to your reply.
Have a good day~
Re: I want to convert the method of computing u or v velocit
I'm sorry, but I don't know what you are asking. Are you asking how to create initial conditions for the velocities?
Re: I want to convert the method of computing u or v velocit
I mean when Roms model creat output file, there has been computed temperature, salinity, u and v velocities and so on based on governing equation.
However, i want to convert the governing equations which are computed u or v velocities. Because i want to use u and v velocities for new initial data.
To summary, now i want to know the programs which is computed output data for u and v velocities.
If you don't understand, could you tell me again please.
However, i want to convert the governing equations which are computed u or v velocities. Because i want to use u and v velocities for new initial data.
To summary, now i want to know the programs which is computed output data for u and v velocities.
If you don't understand, could you tell me again please.
-
- Posts: 23
- Joined: Fri Jan 29, 2010 6:17 pm
- Location: GSO URI
Re: I want to convert the method of computing u or v velocit
I guess you mean you want to read the variables from your output and convert them to geog coordinate? If you want to have the output as initial, you can just restart your simulation by changing NRREC to -1, replacing your initial file (ININAME in ocean.in) with the output you want to use. No need to convert the output. And, I don't think you should covert u and v to geog coordinate, because as input u and v should also be in model grid.
Qianqian
Qianqian
Qianqian@URI
Re: I want to convert the method of computing u or v velocit
If you want U_east and V_north, there's a recent update to ROMS to allow you to output them directly. For the rest, Qianqian is right.
Re: I want to convert the method of computing u or v velocit
i can't recognize that what programs are finally computed u or v velocities.
Could you tell me the programs' name ??
Thank you
Could you tell me the programs' name ??
Thank you
Re: I want to convert the method of computing u or v velocit
Sorry, still don't know what you are looking for. Can you tell us exactly what you want to use u and v for?
Re: I want to convert the method of computing u or v velocit
Generally, u or v velocities are computed through governing equations.
However, i want to convert the method. Therefore, i need what program are finally computed u or v velocities for getting NC files before.
I think that the velocities are computed in the directorty, which is Nonlinear or Utility.
If you don't still understand it, tell me again, please.
Thank you
However, i want to convert the method. Therefore, i need what program are finally computed u or v velocities for getting NC files before.
I think that the velocities are computed in the directorty, which is Nonlinear or Utility.
If you don't still understand it, tell me again, please.
Thank you
Re: I want to convert the method of computing u or v velocit
OK, I get it now. You can find the governing equations on the wiki or in the manual or you can go to Sasha Shchepetkin's many papers. The actual code is in Nonlinear. main3d calls rhs3d which calls pre_step3d, prsgrd, rhs3d_tile and the horizontal viscosity. Then main3d calls step3d_uv.
Re: I want to convert the method of computing u or v velocit
Thank you very much.
Have a good day~
Have a good day~