wrf-model / WRF

The official repository for the Weather Research and Forecasting (WRF) model
Other
1.24k stars 677 forks source link

Option all_ic_times does not work for multiple domains. #2004

Open GGDLW opened 8 months ago

GGDLW commented 8 months ago

Describe the bug A clear and concise description of what the bug is.

When i set the option"all_ic_times" to '.true.', the program real.exe does not have wrfinput files for all dates.

To Reproduce Steps to reproduce the behavior:

  1. Use compiler and version '....'
  2. Use namelist options '....'
  3. Output is '....'

Expected behavior A clear and concise description of what you expected to happen.

Output should be wrfinput_d01, wrfinput_d01-XXXX-XX-XX-XX:XX:XX, ... , wrfinput_d02, wrfinput_d02-XXXX-XX-XX-XX:XX:XX, ...

Screenshots If applicable, add screenshots to help explain your problem.

Attachments If applicable, attach supporting files: namelist.input, rsl.* files, etc. rsl_out.txt rsl_error.txt namelist_input.txt

Additional context Add any other context about the problem here, such as:

weiwangncar commented 8 months ago

@GGDLW Thanks for reporting this. We will look into this. In the meantime, please treat domain 2 as if they are domain 1, and run real.exe.

GGDLW commented 8 months ago

Do I need to redo metgrid for my inner domain only and use that output for real or could I just rename my domain 2 output and run real?

weiwangncar commented 8 months ago

@GGDLW You don't need to rerun metgrid, but you do need to link your domain 2 metgrid output as if they were domain 1, and edit your namelist.input file to change the first column to corresponding to your domain 2 parameters.