-
Notifications
You must be signed in to change notification settings - Fork 575
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
Let ww3_grid specify output boundary conditions to rotated grids #68
Comments
Hi @CarstenHansen do you have any progress to report on this issue? Thanks. |
Hi @ajhenrique. I am waiting, with patience, for hopefully critical feed-back from @ukmo-ccbunney and @ukmo-ansaulter. |
Hello @CarstenHansen , |
Hi @CarstenHansen . @ukmo-ccbunney and I have looked through the changes you've proposed. The concept and code changes seem fine, although I have added one comment regarding the logic in ww3_ounf.ftn for you to look at. |
Thank you @ukmo-ansaulter and @ukmo-ccbunney for looking this through. I agree with your comment that there should be no special logical conditions in ww3_ounf.ftn in case you are running an SMC grid. I will appreciate if you try to run my code in a rotated grid model of yours. Especially if you run an SMC grid model for which I have no experience. |
@ukmo-ansaulter and @ukmo-ccbunney: I agree there should be additional three or four sentences in the manual stating three additional points:
|
Hello @CarstenHansen , I have run a test using your The results confirm that the nest files are the same between the The only difference is in the output netCDF file for the non-rotated SMC global model: this contains attributes and variables relating to the rotated pole that should not be there; this was expected and discussed in the comments above. When you have made the changes discussed in previous comments, I will rerun the test again. However, it all looks pretty good from our end! Nice work. One small related comment (and not an action on you): I notice that when running the WW3_GRID program with the |
Thank you @ukmo-ccbunney, I am very happy to see this. I have removed the condition ' .OR. SMCGRD' in the two paces in ww3_ounf.ftn that cause the wrong NetCDF attributes related to a rotated pole (noticed by @ukmo-ansaulter) and I have push'ed a new commit ddbaa87 also including simplifications to a few comments. |
I will dig into the manual and suggest the few necessary updates to sections 4.4.9 Rotated grids, G1.1 ww3 grid.inp, and G.1.2 ww3 grid.nml. Also check for consistency with Sect. B1, step (4) in the instructions for setting output boundary conditions. |
Hi @ukmo-ccbunney and @ukmo-ansaulter. I have modified the manual (file manual/num/rotagrid.tex and pushed to commit CarstenHansen@6a0ffac. |
Here is a print of the two pages modified: manual_pp151-152.pdf |
@CarstenHansen - that all looks very sensible to me. |
Incorporated in Pull request "UKMO Staging [fb_rtd2, bf_coupling condition, bf_smc_omp]" #254 |
I am working on a feature branch fb_rtd2 which is an extension to the /RTD switch. It provides a method to output boundary conditions to a rotated lat/lon grid. This fulfills our need to create one-way nesting to a 9-nmi grid around Greenland. I will await Chris Bunney and colleagues at UKMO to give it a critical look and expect to send a pull request before end of august.
https://github.com/CarstenHansen/WW3/tree/fb_rtd2
The text was updated successfully, but these errors were encountered: