[Wrf-users] unable to run WRF for 3 domains

Dominikus Heinzeller climbfuji at ymail.com
Thu Oct 24 12:06:43 MDT 2013


Hi Geeta,

I believe you sorted the job submission problem by yourself. The error you are reporting here,

>  -------------- FATAL CALLED ---------------
>  FATAL CALLED FROM FILE:  real_em.b  LINE:     199
>  real_em.F: Could not find the parent domain
>  -------------------------------------------


is related to a wrong entry in your namelist.input:

grid_id                = 1,     2,     3,
parent_id              = 1,     2,     3,

This should be

grid_id                = 1,     2,     3,
parent_id              = 1,     1,     2,

(The parent of grid 2 is 1, and of grid 3 is 2).

Cheers

Dom

On 24/10/2013, at 8:40 am, Geeta Geeta <geeta124 at hotmail.com> wrote:

> Hi, 
> I am running WRF for 3 domains. 
> On giving this command, 
> bash-3.2$ time poe /oprn/model/WRF/WRFV3/run/real.exe -procs 8
> 
> Domain  1: Current date being processed: 2011-04-23_00:00:00.0000, which is loop #   9 out of   10
>  configflags%julyr, %julday, %gmt: 2011 113 0.0000000000E+00
>  d01 2011-04-23_00:00:00 Timing for input          0 s.
>  LAND  CHANGE =  0
>  WATER CHANGE =  0
>   Assume Noah LSM input
>  d01 2011-04-23_00:00:00 Timing for processing          0 s.
>  LBC valid between these times 2011-04-22_18:00:00.0000 2011-04-23_00:00:00
>  d01 2011-04-23_00:00:00 Timing for output          0 s.
>  d01 2011-04-23_00:00:00 Timing for loop #    9 =          1 s.
>                                                                                                                              
>  -----------------------------------------------------------------------------
>                                                                                                                              
>  Domain  1: Current date being processed: 2011-04-23_06:00:00.0000, which is loop #  10 out of   10
>  configflags%julyr, %julday, %gmt: 2011 113 6.000000000
>  d01 2011-04-23_06:00:00 Timing for input          0 s.
>  LAND  CHANGE =  0
>  WATER CHANGE =  0
>   Assume Noah LSM input
>  d01 2011-04-23_06:00:00 Timing for processing          0 s.
>  LBC valid between these times 2011-04-23_00:00:00.0000 2011-04-23_06:00:00
>  d01 2011-04-23_06:00:00 Timing for output          0 s.
>  d01 2011-04-23_06:00:00 Timing for loop #   10 =          1 s.
>  -------------- FATAL CALLED ---------------
>  FATAL CALLED FROM FILE:  real_em.b  LINE:     199
>  real_em.F: Could not find the parent domain
>  -------------------------------------------
>  
> Following error is encountered. 
> Pls suggest. 
>  
> 
> 
> 
> 
> geeta
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20131024/982fc7ea/attachment.html 


More information about the Wrf-users mailing list