Insert initial clouds#1323
Insert initial clouds#1323gthompsnWRF wants to merge 5 commits intowrf-model:developfrom gthompsnWRF:insert_initial_clouds
Conversation
…ndensates of cloud ice/water using icloud3 option
…, cloud water/ice content for cold-start model simulations
|
github lists 45 files changed so something needs to be fixed there. |
|
@weiwangncar also fixed this one, 3 files changed now. Thanks. |
Could you share some of these case studies / comparisons to quantify the improvement here? |
If you would like to ask Pedro J. for some slides, the improvement was pretty dramatic (it's why I did it). But, otherwise, I am working on a journal manuscript to describe it all. For cold start model runs, it's blatantly obvious that "pre-built" clouds provide the model a much better starting point because radiation is already much closer to reality. Then, the adjustment of water vapor mixing ratio must occur to keep some of those clouds around; although they still deteriorate - though better than nothing to start the model. |
|
@dudhia Now that the icloud3 update branch was merged to develop, what do folks think about this addition? Changes to files are now just the first two (registry and module_initialize_real) since the cal_cldfra3 subroutine is already merged into develop. |
|
I think @davegill needs to comment on the changes in real. |
|
@gthompsnWRF @dudhia @weiwangncar
We do not need all of this info, just a distilled "For timing performance, the time increases from 1.0 to 1.1 seconds per time step.", or whatever. |
|
@davegill Some replies to your points... Timing information. This is a very large domain with 3-km DX. 1801 x 1061 x 61 points. Execution of real.exe on Cheyenne using 8 nodes times 36CPUs per node. First timing info shown is the default false option. Next is when the option is set to true... |
|
@dudhia @davegill @weiwangncar Could this get reviewed pleased? I'd like to see this moving into develop as soon as it can. |
|
@gthompsnWRF It looks like the changes for cal_cldfra3 has been merged into the repository from PR#1322. |
|
I will now CLOSE this PR as I have moved it into PR#1388 in an effort to reduce complications with develop branch coming from a much older base code. The new PR is fully integrated with the latest branch of develop which is forked from v4.2.2 public release. Trying to simplify things. |
In combination with updates to the cloud fraction scheme (icloud=3), this new feature permits the usage of the cloud fraction scheme as part of real.exe, specifically designed to use with "cold start" simulations to reduce the spin-up problem of clouds and associated radiation.
TYPE: new feature
KEYWORDS: cloud fraction, cloud initialization
SOURCE: gthompsn
DESCRIPTION OF CHANGES:
Problem:
Cold start simulations without microphysics species take significant time to 'spin-up' the clouds causing the radiation to be way off balance at the start of most model simulations. This greatly affects the first few hours up to 12 hours or more.
Solution:
The setting of initial cloud fraction and associated cloud water/ice mixing ratio gives a big advantage to 'spin up' the clouds by assuming that clouds can be created from conditions of very high relative humidity. The cloud fraction scheme of icloud=3 is a viable solution to making initial clouds along with the setting of the water vapor mixing ratio to the point of saturation at initialization in association with the inserted cloud fields.
ISSUE: None previous
LIST OF MODIFIED FILES: Registry/Registry.EM_COMMON, dyn_em/module_initialize_real.F
TESTS CONDUCTED: