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

WRF4.5 with moving_nest and high-resolution land use and topography

emmanuel_causse

New member
Hello,

I am running WRF4.5.2 and WPS4.5 with a version compiled for moving nests. It works very well with MODIS land use and topography but there is a lack of resolution when the moving nest comes towards land and I am therefore trying to use the hires option (after recompiling with the TERRAIN_AND_LANDUSE environment variable set to 1).

In the following small test I let the d02 domain move after modelling 40 minutes of weather. The modelling starts well, but crashes when the moving nest is supposed to start moving, with the following error:
FATAL CALLED FROM FILE: <stdin> LINE: 2419
Warning: too many input landuse types
-------------------------------------------
Abort(1) on node 12 (rank 12 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 12

ncdump -h wrfinput_d01 | grep NUM_LAND returns NUM_LAND_CAT = 24, which I use in namelist.input…

I downloaded the high-res data from www2.mmm.ucar.edu/wrf/src/wrf_files/data4movingnest.html and followed the instructions in the WRF users’ guide.

In namelist.wps I used
geog_data_res = 'usgs_30s+default', 'usgs_30s+default',

In namelist.input I used
input_from_hires = .true., .true.,
input_from_file = .false., .false.,
time_to_move = 60000000, 40
num_land_cat = 24

I have uploaded a tar file callec emc_to_NCAR.tar with the namelist files, GEOGRID and METGRID tables, rsl.error files, etc.

Thanks in advance for any help I can receive with this issue.

Best regards
Emmanuel
 
Hi Emmanuel,
Thanks for sending everything in the packaged file - that was great! The only thing I can't find is the full namelist.input file. I see namelist.output, but not *.input. Can you attach that here? Thanks!
 
Oh, sorry... Here is the namelist.input file. I also join the outFields.txt file.
 

Attachments

  • namelist.input
    5.8 KB · Views: 4
  • outFields.txt
    2 KB · Views: 0
By the way, in case where the high-res topo is not used (input_from_hires = .false., .false. in the namelist), is there a drawback of using the WRF version compiled with the TERRAIN_AND_LANDUSE environment variable set to 1 vs a "normal" WRF version?
 
By the way, in case where the high-res topo is not used (input_from_hires = .false., .false. in the namelist), is there a drawback of using the WRF version compiled with the TERRAIN_AND_LANDUSE environment variable set to 1 vs a "normal" WRF version?
I don't believe there is an issue with that. Is that an option for you? i.e., are you okay with using that version, and is that working for you?
 
Top