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

How can I create a new ideal case?

Status
Not open for further replies.

kwerner

Administrator
Staff member
Begining with version 4.0, you'll need to make the below modifications to the dyn_em/module_initialize_ideal.F file, instead of module_initialize_<case_name>.F


To create a new idealized case, you need to create a new module_initialize_<case-name>.F, modify dyn_em/Makefile (see the example inside the file), and the top level Makefile (this is the one in the WRFV3 directory - again, see the example inside the file). You should also add a new test case directory in the directory test/. No registry change is needed. If you would like to input a 2D or 3 D file instead of a single sounding, you can structure your data any way you like, since you can write your own program to read to (just like read_input_jet in module_initialize_b_wave.F). If you can run the initialization module on a single processor, then you do not need to worry about MPI issues. If you do want to consider that option, then you must be very careful how you read the data (but you can most likely direct that part of the program to use the monitor processor only), and broadcast the data to other processors.
 
Status
Not open for further replies.
Top