Hello wrf users, <br><br>I am running WRF-NMM using WPS to preprocess my GFS real case. When I attempt to run the model on multiple domains, unlike on a single domain, warning message has been seen in rsl* files each time when opening a history file for the nested domain, the run was successful though. <br>This is the warning message seen: <br>WARNING in nl_get_adjust_output_times: adjust_output_times applies to all domains. First arg ignored. <br><br>I tracked the warning message source in the subdirectory "inc" in the file "get_nl_config.inc" (inc/get_nl_config.inc),so I have found the following subroutine nl_get_adjust_output_times:<br>................................................................................................................<br>SUBROUTINE nl_get_adjust_output_times ( id_id , adjust_output_times )<br> logical , INTENT(OUT) :: adjust_output_times<br> INTEGER id_id<br> CHARACTER*80 emess<br> IF ( id_id .NE. 1 )
THEN<br> call wrf_debug(1,&<br> 'WARNING in nl_get_adjust_output_times: adjust_output_times applies to all domains. First arg ignored.')<br> ENDIF<br> adjust_output_times = model_config_rec%adjust_output_times<br> RETURN<br> END SUBROUTINE nl_get_adjust_output_times<br>.......................................................................................................................<br><br>I have tried to change parent_id and grid_id in the namelist.input but the warning message remains appearing. <br>Could anyone help in interpretation of this subroutine in relation to the warning message ?And does "id_id" in the subroutine refer to id grid for the nested domain or for the parent domain ?<br><br>Your help will be appreciated<br>Abra<br><br><br><p> 
<hr size=1>Looking for last minute shopping deals? <a href="http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping">
Find them fast with Yahoo! Search.</a>