[Wrf-users] An error after running ./real.exe

jagabandhu panda jagabandhu at gmail.com
Tue Jan 12 05:10:02 MST 2010


use num_soil_layers = 4 rather than 0.

I think that would solve your problem!

best wishes
Jagabandhu

On Tue, Jan 12, 2010 at 5:08 PM, Asnor Muizan Ishak
<asnorjps at yahoo.com.my>wrote:

> Dear Jagabandhu,
>
> This is the content of the wrf namelist.input file: (Is there any mistake?)
>
>
> Many thanks
>
>  &time_control
>  run_days                            = 0,
>  run_hours                           = 12,
>  run_minutes                         = 0,
>  run_seconds                         = 0,
>  start_year                          = 1995, 1995, 1995,
>  start_month                         = 07,   07,   07,
>  start_day                           = 01,   01,   01,
>  start_hour                          = 00,   00,   00,
>  start_minute                        = 00,   00,   00,
>  start_second                        = 00,   00,   00,
>  end_year                            = 1995, 1995, 2000,
>  end_month                           = 07,   07,   01,
>  end_day                             = 07,   07,   25,
>  end_hour                            = 18,   18,   12,
>  end_minute                          = 00,   00,   00,
>  end_second                          = 00,   00,   00,
>  interval_seconds                    = 21600,
>  input_from_file                     = .true.,.true.,.true.,
>  history_interval                    = 180,  60,   60,
>  frames_per_outfile                  = 1000, 1000, 1000,
>  restart                             = .false.,
>  restart_interval                    = 5000,
>  io_form_history                     = 2
>  io_form_restart                     = 2
>  io_form_input                       = 2
>  io_form_boundary                    = 2
>  debug_level                         = 0
>  /
>  &domains
>  time_step                           = 180,
>  time_step_fract_num                 = 0,
>  time_step_fract_den                 = 1,
>  max_dom                             = 1,
>  e_we                                = 74,    112,   94,
>  e_sn                                = 61,    97,    91,
>  e_vert                              = 28,    28,    28,
>  p_top_requested                     = 5000,
>  num_metgrid_levels                  = 24,
>  num_metgrid_soil_levels             = 0,
>  dx                                  = 30000, 10000,  3333.33,
>  dy                                  = 30000, 10000,  3333.33,
>  grid_id                             = 1,     2,     3,
>  parent_id                           = 1,     1,     2,
>  i_parent_start                      = 1,     31,    30,
>  j_parent_start                      = 1,     17,    30,
>  parent_grid_ratio                   = 1,     3,     3,
>  parent_time_step_ratio              = 1,     3,     3,
>  feedback                            = 1,
>  smooth_option                       = 0
>  /
>  &physics
>  mp_physics                          = 3,     3,     3,
>  ra_lw_physics                       = 1,     1,     1,
>  ra_sw_physics                       = 1,     1,     1,
>  radt                                = 30,    30,    30,
>  sf_sfclay_physics                   = 1,     1,     1,
>  sf_surface_physics                  = 2,     2,     2,
>  bl_pbl_physics                      = 1,     1,     1,
>  bldt                                = 0,     0,     0,
>  cu_physics                          = 1,     1,     0,
>  cudt                                = 5,     5,     5,
>  isfflx                              = 1,
>  ifsnow                              = 0,
>  icloud                              = 1,
>  surface_input_source                = 1,
>  num_soil_layers                     = 0,
>  sf_urban_physics                    = 0,
>  maxiens                             = 1,
>  maxens                              = 3,
>  maxens2                             = 3,
>  maxens3                             = 16,
>  ensdim                              = 144,
>  /
>  &fdda
>  /
>  &dynamics
>  w_damping                           = 0,
>  diff_opt                            = 1,
>  km_opt                              = 4,
>  diff_6th_opt                        = 0,      0,      0,
>  diff_6th_factor                     = 0.12,   0.12,   0.12,
>  base_temp                           = 290.
>  damp_opt                            = 0,
>  zdamp                               = 5000.,  5000.,  5000.,
>  dampcoef                            = 0.2,    0.2,    0.2
>  khdif                               = 0,      0,      0,
>  kvdif                               = 0,      0,      0,
>  non_hydrostatic                     = .true., .true., .true.,
>  moist_adv_opt                       = 1,      1,      1,
>  scalar_adv_opt                      = 1,      1,      1,
>  /
>  &bdy_control
>  spec_bdy_width                      = 5,
>  spec_zone                           = 1,
>  relax_zone                          = 4,
>  specified                           = .true., .false.,.false.,
>  nested                              = .false., .true., .true.,
>  /
>  &grib2
>  /
>  &namelist_quilt
>  nio_tasks_per_group = 0,
>  nio_groups = 1,
>  /
>
>
>  ------------------------------
> *From:* jagabandhu panda <jagabandhu at gmail.com>
> *To:* Asnor Muizan Ishak <asnorjps at yahoo.com.my>
> *Cc:* wrfhelp <wrfhelp at ucar.edu>; wrf-users at ucar.edu
> *Sent:* Tuesday, 12 January 2010 10:11:23
> *Subject:* Re: An error after running ./real.exe
>
> I think you must have made some mistake in considering the grid points in
> wrf namelist. However, I would suggest you to look for the file using
> ncdump. Without netcdf wrf model can not be installed. I think you should
> have ncdump. you can type which ncdump and you would see the location of
> ncdump otherwise please install netcdf first and then compile wrf to proceed
> further. I would suggest to write to wrfhelp at ucar.edu or
> wrf-users at ucar.edu if you face more difficulty.
>
> best wishes
> Jagabandhu
>
> On Tue, Jan 12, 2010 at 3:24 PM, Asnor Muizan Ishak <asnorjps at yahoo.com.my
> > wrote:
>
>>  Hi Jagabandhu,
>>
>>   I have a problem while running the ./real.exe. Would you please show me
>> the step how to overcome this problem? This is because I dont have the
>> ncview and ncdump as well. Please. Really need your kind help. Many thanks.
>>
>> The errors are as below:
>> >  [ceambi at cen-mm5-dev2 run]$ ./real.exe
>> > Namelist dfi_control not found in namelist.input. Using registry
>> > defaults for v
>> > ariables in dfi_control
>> > Namelist tc not found in namelist.input. Using registry defaults for
>> > variables
>> > in tc
>> > Namelist scm not found in namelist.input. Using registry defaults for
>> > variables
>> > in scm
>> > Namelist fire not found in namelist.input. Using registry defaults for
>> > variables in fire
>> > REAL_EM V3.1.1 PREPROCESSOR
>> > *************************************
>> > Parent domain
>> > ids,ide,jds,jde 1 74 1 61
>> > ims,ime,jms,jme -4 79 -4 66
>> > ips,ipe,jps,jpe 1 74 1 61
>> > *************************************
>> > DYNAMICS OPTION: Eulerian Mass Coordinate
>> > alloc_space_field: domain 1, 98642504 bytes allocated
>> > Time period # 1 to process = 1995-07-01_00:00:00.
>> > Time period # 2 to process = 1995-07-01_06:00:00.
>> > Time period # 3 to process = 1995-07-01_12:00:00.
>> > Time period # 4 to process = 1995-07-01_18:00:00.
>> > Time period # 5 to process = 1995-07-02_00:00:00.
>> > Time period # 6 to process = 1995-07-02_06:00:00.
>> > Time period # 7 to process = 1995-07-02_12:00:00.
>> > Time period # 8 to process = 1995-07-02_18:00:00.
>> > Time period # 9 to process = 1995-07-03_00:00:00.
>> > Time period # 10 to process = 1995-07-03_06:00:00.
>> > Time period # 11 to process = 1995-07-03_12:00:00.
>> > Time period # 12 to process = 1995-07-03_18:00:00.
>> > Time period # 13 to process = 1995-07-04_00:00:00.
>> > Time period # 14 to process = 1995-07-04_06:00:00.
>> > Time period # 15 to process = 1995-07-04_12:00:00.
>> > Time period # 16 to process = 1995-07-04_18:00:00.
>> > Time period # 17 to process = 1995-07-05_00:00:00.
>> > Time period # 18 to process = 1995-07-05_06:00:00.
>> > Time period # 19 to process = 1995-07-05_12:00:00.
>> > Time period # 20 to process = 1995-07-05_18:00:00.
>> > Time period # 21 to process = 1995-07-06_00:00:00.
>> > Time period # 22 to process = 1995-07-06_06:00:00.
>> > Time period # 23 to process = 1995-07-06_12:00:00.
>> > Time period # 24 to process = 1995-07-06_18:00:00.
>> > Time period # 25 to process = 1995-07-07_00:00:00.
>> > Time period # 26 to process = 1995-07-07_06:00:00.
>> > Time period # 27 to process = 1995-07-07_12:00:00.
>> > Time period # 28 to process = 1995-07-07_18:00:00.
>> > Total analysis times to input = 28.
>> >
>> -----------------------------------------------------------------------------
>> > Domain 1: Current date being processed: 1995-07-01_00:00:00.0000, which
>> > is loop # 1 out of 28
>> > configflags%julyr, %julday, %gmt: 1995 182 0.0000000E+00
>> > d01 1995-07-01_00:00:00 Timing for input 0 s.
>> > Converged znw(kte) should be about 0.0 = -2.0489097E-08
>> > d01 1995-07-01_00:00:00 Old data, no inland lake information
>> > -------------- FATAL CALLED ---------------
>> > FATAL CALLED FROM FILE: module_initialize_real.b LINE: 1015
>> > Not enough soil temperature data for Noah LSM scheme.
>> > -------------------------------------------
>> Regards.
>>
>> ------------------------------
>> Yahoo! Toolbar is now powered with Free Anti-Virus and Anti-Adware
>> Software. Download Yahoo! Toolbar now!
>> <http://mys.rd.yahoo.com/search/toolbar/mail/signature/*http://malaysia.toolbar.yahoo.com/>
>>
>
>
>
>
>
> ------------------------------
>  Get your new Email address!
> <http://sg.rd.yahoo.com/my/mail/domainchoice/mail/signature/*http://mail.promotions.yahoo.com/newdomains/my/>
> Grab the Email name you've always wanted before someone else does!
>



-- 
##################################
Jagabandhu Panda
Research Associate
Sattellite Meteorology Division
India Meteorological Department
Mausam Bhawan, Lodhi Road
New Delhi-110003, India
Web:http://jagabandhu.googlepages.com
##################################
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20100112/d22502e7/attachment-0001.html 


More information about the Wrf-users mailing list