[Wrf-users] warning message in a successful wrf-nmm run
Abraham
freexavi at yahoo.com
Fri Mar 14 03:25:24 MDT 2008
Hello wrf users,
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.
This is the warning message seen:
WARNING in nl_get_adjust_output_times: adjust_output_times applies to all domains. First arg ignored.
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:
................................................................................................................
SUBROUTINE nl_get_adjust_output_times ( id_id , adjust_output_times )
logical , INTENT(OUT) :: adjust_output_times
INTEGER id_id
CHARACTER*80 emess
IF ( id_id .NE. 1 ) THEN
call wrf_debug(1,&
'WARNING in nl_get_adjust_output_times: adjust_output_times applies to all domains. First arg ignored.')
ENDIF
adjust_output_times = model_config_rec%adjust_output_times
RETURN
END SUBROUTINE nl_get_adjust_output_times
.......................................................................................................................
I have tried to change parent_id and grid_id in the namelist.input but the warning message remains appearing.
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 ?
Your help will be appreciated
Abra
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20080314/983b827a/attachment.html
More information about the Wrf-users
mailing list