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

wind rotation for the projections except LC #14

Open
uturuncoglu opened this issue Dec 12, 2015 · 1 comment
Open

wind rotation for the projections except LC #14

uturuncoglu opened this issue Dec 12, 2015 · 1 comment
Assignees
Labels

Comments

@uturuncoglu
Copy link
Owner

I have just realize that the wind rotation part of the driver only valid for Lambert Conformal projection but as you already know that we have more domains now and they are using different map projections. So, i got following list from Laura, ICTP

Africa, Central America and South-East Asia is NORMER
India and South America is ROTMER

In this case, we need to update wind rotation code to support NORMER and ROTMER also. Otherwise, these domains might have some problems in the wind directions (also affects the currents). I did not consider about it before because we were using LC projection only.

The wind rotation code can be found at the end of the mod_esmf_atm.F90 in the driver.

https://github.com/uturuncoglu/RegESM/blob/master/mod_esmf_atm.F90

Anyway, i checked the RegCM code and i found PreProc/ICBC/mod_uvrot.f90 module. I think that it is possible to use uvrot4nx subroutine to implement ROTMER but i could not find any code for NORMER. I also sent a mail to Graziano, ICTP about this issue but he could not replay yet. Somehow, it is necessary to clarify it. I think that this is a major problem for the domains that use NORMER and ROTMER (i have no idea about POLSTR).

@uturuncoglu
Copy link
Owner Author

The rotation algorithm now supports ROTMER (Rotated Mercator) and NORMER (Normal Mercator) but not POLSTR.

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

No branches or pull requests

1 participant