Dear kwerner,If you're interested in converting a 2D ideal case to 3D, you will need to modify the initialization program for whichever 2D case you're wanting to use, to make it 3D. Look for the file "module_initialize_idea.F" in the dyn_em directory. You can use the code for one of the 3D ideal cases as a guide.
Hi,Hi,
I first would like to apologize for the long delay in response. I have been busy preparing for the WRF tutorial that is taking place this week and have gotten behind on forum responses. Thank you for your patience.
I suspect the reason you weren't able to compile the hill2d case for parallel processing has something to do with the fact that the model still sees it as 2d (likely somewhere else in the code). If you haven't already, you can run some quick tests with the modified quarter_ss case and see if it provides reasonable results.
Please show me the code you modified for the ideal_terrain under quarter_ss and removed its thermal perturbation. I want to do a 3-D mountain wave simulation for my research. I appreciate your help.Dear kwerner,
thank you for your reply!
I have modified the ideal_terrain under hill2d_x into a 3-D shape, but as i returned to compile em_hill2d_x, it seems only to work for single domain and serial computation. What else should i do?
In fact, I then modified the ideal_terrain under quarter_ss and removed its thermal perturbation. After that, I found I can conduct a 3-D mountain wave simulation by compiling em_quarter_ss. Is this a practical way?
I apologize for the delay in responding; I just saw your question.Please show me the code you modified for the ideal_terrain under quarter_ss and removed its thermal perturbation. I want to do a 3-D mountain wave simulation for my research. I appreciate your help.