Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Cell perturbation for WRF_LES

This post was from a previous version of the WRF&MPAS-A Support Forum. New replies have been disabled and if you have follow up questions related to this post, then please start a new thread from the forum home page.

haibuihoang

New member
Hi,
I am trying to implement the cell perturbation method in this paper: https://link.springer.com/article/10.1007/s10546-014-9956-9

The ideal is simple, we add a uniform random to the potential temperature field to each 8x8 gridpoint cell around the boundary, there are 3 cell (24 gridpoint at each boundary).
The problem arise when implement it distribulated memory parallell mode: each CPU can only see the data in each patch allocated to it.
Have any body implemented the method or have ideas to overcome this issue?

Many thanks in advance!
 
This requires halo to ensure correct communication between patches. How to add halo of specific variables for various schemes is a challenging issue in WRF modification. Please take a look at this presentation and hopefully it can give you some ideas:
https://www2.mmm.ucar.edu/wrf/users/tutorial/presentation_pdfs/201907/gill_registry.pdf
https://www2.mmm.ucar.edu/wrf/users/tutorial/presentation_pdfs/201907/gill_computation.pdf
 
Top