Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

constant wind field test #25

Open
LionKkNyc opened this issue Aug 9, 2024 · 4 comments
Open

constant wind field test #25

LionKkNyc opened this issue Aug 9, 2024 · 4 comments

Comments

@LionKkNyc
Copy link

To keep the sea surface wind constant, except a wind file, I also make the 'TX = DTX' in the bcond_gcn.F . what other changes should I do?

@oveldg
Copy link

oveldg commented Aug 12, 2024

Why not use the options on the run namelist file directly to set the wind constant?
WIND_KIND = 'constant',
Then, use the variables WIND_X and WIND_Y to set the constant wind components you want in the whole domain

@LionKkNyc
Copy link
Author

Thanks for your answer! But I want to make the wind speeds of different elements are different, the wind will be the same in your way.

@oveldg
Copy link

oveldg commented Aug 19, 2024

Did you check the WIND_KIND variable in the documentation?
If you want a wind field constant in time, but a variable in space, you can use WIND_KIND = 'static'

@LionKkNyc
Copy link
Author

Oh! Thank you! I found the tips in the mannual. Now, I have made a constant wind file whose name is 'casename_wnd.dat', could you tell me what else should I do after changing to the WIND_KIND = 'static'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants