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 to use terrain and landuse data in moving nest run

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.

taotao730

New member
Hello,

I am trying to simulate a tropical cyclone by using the moving nest. As we know that since v3.9 the high resolution terrain and landuse data can be adopted.

I have set the " export TERRAIN_AND_LANDUSE=1" in my bashrc.
The high resolution data has downloaded from http://www2.mmm.ucar.edu/wrf/src/wrf_files/data4movingnest.html.

Then add the following namelists in &time_control:
rsmas_data_path = "path-to-the-high-res-data"
input_from_hires = .false., .true., .true.,

There is warning in rsl.error: Warning : input_from_file turned on for domain 2, input_from_hires disabled
This means that the high resolution data has not been adopted in the moving nest run.

how could I solve this problem?
Thanks very much!

Hui
 
input_from_file = .true.,.false.,.false.,.false.,

input_from_hires = .false., .true.,.true., .true.,

this can work fine
 
Top