-
Notifications
You must be signed in to change notification settings - Fork 125
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
Topography to be done in geopotential or true height? #206
Comments
Hi @natgeo-wong, All the topography files we include in the repo will work by default, so indeed Isca does expect the input file to be in true height, rather than geopotential. If you look in the code where it reads the topography, it's reading the height and then multiplying it by g afterwards:
I'd also recommend making sure you output Hope this helps, |
Just to add
|
And, just to add a bit more, we are always looking for helpers for doc-writing... |
Thank you all so much for the quick response! I wouldnt mind contributing to doc writing once my semester is over (my Quals are in late May). I have another question regarding topography regularization: I am currently running some idealized landmass bands spanning entire latitude bands. However, I am running into The topography that I created is of gaussian form, and like the landmasses, span latitudinal bands as well. What should I do in order to achieve convergence, should I increase the number of iterations? |
You could either increase the number of iterations, or (assuming I am remembering correctly, it's been a while sorry) you could decrease the value of |
I resolved this issue: orography over land cannot be zero or it will run into convergence issues when zsurf data is turned on. Need to include some small orography (I used a 50m gaussian curve peaking in the middle of the latitude band). Once I pass my qualifying exams in 2 weeks I will have more time to look at the docs and maybe contribute a bit? |
Ah I'd not understood you had 0 height orography - the usual solution here would be to turn on land, but not orography with the switches in the namelists. This allows 0 height orography and land with altered albedo, roughness, moisture availability & mixed layer depth, without calling the topographic smoothing. Or am I still misunderstanding, do you mean cannot be 0 at any location? If so that's useful to know and should certainly be checked out. Good luck with your quals! |
There were some land points where I did not want to include noticeable topography, so I initially just left those points as zero height. But the models kept crashing for some reason. So I had to add in topographic height for all land points. I could not switch off orography because there were other regions where I wanted mountains (basically I was running experiments to see what the effects would be if a certain place had mountains or not). |
Hi! I've had a look at the given
era_land_t42.nc
file, and I've noticed that zsurf seems to be given in true vertical height rather than geopotential (multiplied by g) height. Which does Isca use? There's no mention in current or even the pull-request docs.The text was updated successfully, but these errors were encountered: