Dear Sir/Madam,<br><br>Thanks for your previous help,I installed the ifrot version ( l_fcompxe_ia32_2011.2.137.tgz  ,  l_fc_p_10.0.023.tar.gz , and alos l_fc_p_10.1.026_ia32.tar.gz ), I configured the WRF with these three kind of ifort, after compiling em_real and also em_b_wave , I didn&#39;t see any error in <span style="color: rgb(204, 0, 0);">compile.log : </span><br>
<br>ar: creating ./libio_grib_share.a<br>ar: creating ../libio_grib1.a<br>ar: creating libesmf_time.a<br>ar: creating libfftpack.a<br>registry.c(22): warning #1079: return type of function &quot;main&quot; must be &quot;int&quot;<br>
  main( int argc, char *argv[], char *env[] )<br>  ^<br><br>registry.c(59): warning #266: function &quot;sym_forget&quot; declared implicitly<br>    sym_forget() ;<br>    ^<br><br>registry.c(131): warning #266: function &quot;gen_io_boilerplate&quot; declared implicitly<br>
    gen_io_boilerplate() ;  /* 20091213 jm.  Generate the io_boilerplate_temporary.inc file */<br>    ^<br><br>registry.c(133): warning #266: function &quot;init_parser&quot; declared implicitly<br>    init_parser() ;<br>
    ^<br><br>registry.c(156): warning #266: function &quot;pre_parse&quot; declared implicitly<br>    if ( pre_parse( dir, fp_in, fp_tmp ) ) {<br>         ^<br><br>registry.c(176): warning #266: function &quot;check_dimspecs&quot; declared implicitly<br>
    check_dimspecs() ;<br>    ^<br><br>registry.c(186): warning #266: function &quot;gen_actual_args_new&quot; declared implicitly<br>    gen_actual_args_new( &quot;inc&quot; ) ;<br>    ^<br><br>registry.c(188): warning #266: function &quot;gen_dummy_args_new&quot; declared implicitly<br>
    gen_dummy_args_new( &quot;inc&quot; ) ;<br>    ^<br><br>registry.c(190): warning #266: function &quot;gen_dummy_decls_new&quot; declared implicitly<br>    gen_dummy_decls_new( &quot;inc&quot; ) ;<br>    ^<br><br>registry.c(192): warning #266: function &quot;gen_namelist_statements&quot; declared implicitly<br>
    gen_namelist_statements(&quot;inc&quot;) ;<br>    ^<br><br>registry.c(202): warning #266: function &quot;gen_nest_interp&quot; declared implicitly<br>    gen_nest_interp( &quot;inc&quot; ) ;<br>    ^<br><br>registry.c(204): warning #266: function &quot;gen_streams&quot; declared implicitly<br>
    gen_streams(&quot;inc&quot;) ;<br>    ^<br><br>registry.c(207): warning #266: function &quot;gen_comms&quot; declared implicitly<br>    gen_comms( &quot;inc&quot; ) ;    /* this is either package supplied (by copying a */<br>
    ^<br><br>reg_parse.c(227): warning #266: function &quot;tolower&quot; declared implicitly<br>            x = tolower(tokens[F_DIMS][i]) ;<br>                ^<br><br>reg_parse.c(292): warning #177: label &quot;normal&quot; was declared but never referenced<br>
  normal:<br>  ^<br><br>reg_parse.c(453): warning #266: function &quot;tolower&quot; declared implicitly<br>      if ( tolower(tokens[FIELD_STAG][i]) == &#39;x&#39; || sw_all_x_staggered ) field_struct-&gt;stag_x = 1 ;<br>
           ^<br><br>reg_parse.c(454): warning #266: function &quot;tolower&quot; declared implicitly<br>      if ( tolower(tokens[FIELD_STAG][i]) == &#39;y&#39; || sw_all_y_staggered ) field_struct-&gt;stag_y = 1 ;<br>           ^<br>
<br>reg_parse.c(455): warning #266: function &quot;tolower&quot; declared implicitly<br>      if ( tolower(tokens[FIELD_STAG][i]) == &#39;z&#39; ) field_struct-&gt;stag_z = 1 ;<br>           ^<br><br>reg_parse.c(474): warning #266: function &quot;tolower&quot; declared implicitly<br>
        x = tolower(tmp[i]) ;<br>            ^<br><br>reg_parse.c(514): warning #266: function &quot;tolower&quot; declared implicitly<br>        x = tolower(tokens[FIELD_IO][i]) ;<br>            ^<br><br>misc.c(175): warning #1011: missing return statement at end of non-void function &quot;range_of_dimension&quot;<br>
  }<br>  ^<br><br>misc.c(217): warning #592: variable &quot;zdex&quot; is used before its value is set<br>            sprintf(tmp,&quot;%ssm3%d,%ssm3%d,1,1&quot;, r,bdex,r,zdex ) ;<br>                                                        ^<br>
<br>misc.c(321): warning #1011: missing return statement at end of non-void function &quot;get_elem&quot;<br>  }<br>  ^<br><br>misc.c(423): warning #1011: missing return statement at end of non-void function &quot;close_the_file&quot;<br>
  }<br>  ^<br><br>misc.c(430): warning #266: function &quot;getpid&quot; declared implicitly<br>    sprintf(tempfile,&quot;regtmp1%d&quot;,getpid()) ;<br>                                 ^<br><br>misc.c(444): warning #266: function &quot;getpid&quot; declared implicitly<br>
    sprintf(tempfile,&quot;regtmp1%d&quot;,getpid()) ;<br>                                 ^<br><br>misc.c(462): warning #266: function &quot;toupper&quot; declared implicitly<br>    for ( p = str ; *p ; p++ ) *p = toupper(*p) ; <br>
                                    ^<br><br>misc.c(472): warning #266: function &quot;tolower&quot; declared implicitly<br>    for ( p = str ; *p ; p++ ) *p = tolower(*p) ; <br>                                    ^<br><br>
misc.c(645): warning #1011: missing return statement at end of non-void function &quot;dimension_size_expression&quot;<br>  }<br>  ^<br><br>gen_allocs.c(73): warning #1011: missing return statement at end of non-void function &quot;get_count_for_alloc&quot;<br>
  }<br>  ^<br><br>gen_allocs.c(109): warning #266: function &quot;make_upper_case&quot; declared implicitly<br>      make_upper_case(dname_tmp) ;<br>      ^<br><br>gen_scalar_indices.c(197): warning #266: function &quot;make_lower_case&quot; declared implicitly<br>
                    make_lower_case(fname)  ;<br>                    ^<br><br>gen_config.c(135): warning #266: function &quot;sym_forget&quot; declared implicitly<br>    sym_forget() ;<br>    ^<br><br>gen_config.c(167): warning #266: function &quot;toupper&quot; declared implicitly<br>
                    fputc(toupper(*i),fp); <br>                          ^<br><br>gen_config.c(172): warning #266: function &quot;toupper&quot; declared implicitly<br>                       fputc(toupper(*i),fp); <br>                             ^<br>
<br>gen_config.c(178): warning #266: function &quot;toupper&quot; declared implicitly<br>                      fputc(toupper(*i),fp); <br>                            ^<br><br>gen_config.c(409): warning #266: function &quot;sym_forget&quot; declared implicitly<br>
    sym_forget() ;<br>    ^<br><br>sym.c(73): warning #266: function &quot;create_ht&quot; declared implicitly<br>      create_ht( &amp;symtab ) ;<br>      ^<br><br>sym.c(77): warning #266: function &quot;exit&quot; declared implicitly<br>
      exit(1) ;<br>      ^<br><br>sym.c(153): warning #266: function &quot;create_ht&quot; declared implicitly<br>    create_ht( &amp;symtab ) ;<br>    ^<br><br>sym.c(157): warning #266: function &quot;exit&quot; declared implicitly<br>
        exit(1) ;<br>        ^<br><br>symtab_gen.c(62): warning #266: function &quot;hash&quot; declared implicitly<br>      index = hash( name ) ;<br>              ^<br><br>gen_comms.c(157): warning #1011: missing return statement at end of non-void function &quot;print_4d_i1_decls&quot;<br>
  }<br>  ^<br><br>gen_comms.c(196): warning #1011: missing return statement at end of non-void function &quot;print_decl&quot;<br>    }<br>    ^<br><br>gen_comms.c(206): warning #1011: missing return statement at end of non-void function &quot;print_body&quot;<br>
    }<br>    ^<br><br>gen_comms.c(248): warning #266: function &quot;make_upper_case&quot; declared implicitly<br>          make_upper_case(commname) ;<br>          ^<br><br>gen_comms.c(266): warning #266: function &quot;make_upper_case&quot; declared implicitly<br>
        make_upper_case(commname) ;<br>        ^<br><br>gen_comms.c(985): warning #266: function &quot;make_upper_case&quot; declared implicitly<br>      make_upper_case(commname) ;<br>      ^<br><br>gen_comms.c(1178): warning #266: function &quot;make_upper_case&quot; declared implicitly<br>
      make_upper_case(commname) ;<br>      ^<br><br>gen_comms.c(1312): warning #266: function &quot;make_upper_case&quot; declared implicitly<br>      make_upper_case(commname) ;<br>      ^<br><br>gen_comms.c(1454): warning #266: function &quot;make_upper_case&quot; declared implicitly<br>
        make_upper_case(commname) ;<br>        ^<br><br>gen_comms.c(1672): warning #268: the format string ends before this argument<br>         sprintf(fname,&quot;shift_halo&quot;,*direction) ;<br>                                    ^<br>
<br>gen_comms.c(1949): warning #1011: missing return statement at end of non-void function &quot;gen_shift&quot;<br>  }<br>  ^<br><br>gen_comms.c(2428): warning #1011: missing return statement at end of non-void function &quot;gen_debug&quot;<br>
  }<br>  ^<br><br>set_dim_strs.c(145): warning #1011: missing return statement at end of non-void function &quot;set_dim_strs&quot;<br>  }<br>  ^<br><br>set_dim_strs.c(153): warning #1011: missing return statement at end of non-void function &quot;set_dim_strs2&quot;<br>
  }<br>  ^<br><br>set_dim_strs.c(159): warning #1011: missing return statement at end of non-void function &quot;set_dim_strs3&quot;<br>  }<br>  ^<br><br>gen_wrf_io.c(36): warning #266: function &quot;sym_forget&quot; declared implicitly<br>
    OP_F(fp,&quot;wrf_bdyout.inc&quot;) ;<br>    ^<br><br>gen_wrf_io.c(452): warning #266: function &quot;make_upper_case&quot; declared implicitly<br>            make_upper_case(dname) ;<br>            ^<br><br>gen_streams.c(25): warning #266: function &quot;gen_io_domain_defs&quot; declared implicitly<br>
    gen_io_domain_defs( fp ) ;<br>    ^<br><br>gen_streams.c(33): warning #266: function &quot;gen_set_timekeeping_defs&quot; declared implicitly<br>    gen_set_timekeeping_defs( fp ) ;<br>    ^<br><br>gen_streams.c(41): warning #266: function &quot;gen_set_timekeeping_alarms&quot; declared implicitly<br>
    gen_set_timekeeping_alarms( fp ) ;<br>    ^<br><br>gen_streams.c(49): warning #266: function &quot;gen_io_form_for_dataset&quot; declared implicitly<br>    gen_io_form_for_dataset( fp ) ;<br>    ^<br><br>gen_streams.c(57): warning #266: function &quot;gen_io_form_for_stream&quot; declared implicitly<br>
    gen_io_form_for_stream( fp ) ;<br>    ^<br><br>gen_streams.c(65): warning #266: function &quot;gen_switches_and_alarms&quot; declared implicitly<br>    gen_switches_and_alarms( fp ) ;<br>    ^<br><br>gen_streams.c(73): warning #266: function &quot;gen_check_auxstream_alarms&quot; declared implicitly<br>
    gen_check_auxstream_alarms( fp ) ;<br>    ^<br><br>gen_streams.c(81): warning #266: function &quot;gen_fine_stream_input&quot; declared implicitly<br>    gen_fine_stream_input( fp ) ;<br>    ^<br><br>gen_streams.c(89): warning #266: function &quot;gen_med_auxinput_in&quot; declared implicitly<br>
    gen_med_auxinput_in( fp ) ;<br>    ^<br><br>gen_streams.c(97): warning #266: function &quot;gen_med_hist_out_opens&quot; declared implicitly<br>    gen_med_hist_out_opens( fp ) ;<br>    ^<br><br>gen_streams.c(105): warning #266: function &quot;gen_med_hist_out_closes&quot; declared implicitly<br>
    gen_med_hist_out_closes( fp ) ;<br>    ^<br><br>gen_streams.c(113): warning #266: function &quot;gen_med_auxinput_in_closes&quot; declared implicitly<br>    gen_med_auxinput_in_closes( fp ) ;<br>    ^<br><br>gen_streams.c(121): warning #266: function &quot;gen_med_last_solve_io&quot; declared implicitly<br>
    gen_med_last_solve_io( fp ) ;<br>    ^<br><br>gen_streams.c(129): warning #266: function &quot;gen_med_open_esmf_calls&quot; declared implicitly<br>    gen_med_open_esmf_calls( fp ) ;<br>    ^<br><br>gen_streams.c(137): warning #266: function &quot;gen_med_find_esmf_coupling&quot; declared implicitly<br>
    gen_med_find_esmf_coupling( fp ) ;<br>    ^<br><br>gen_streams.c(145): warning #266: function &quot;gen_shutdown_closes&quot; declared implicitly<br>    gen_shutdown_closes( fp ) ;<br>    ^<br><br>gen_streams.c(180): warning #1011: missing return statement at end of non-void function &quot;gen_io_domain_defs&quot;<br>
  }<br>  ^<br><br>gen_streams.c(213): warning #1011: missing return statement at end of non-void function &quot;gen_set_timekeeping_defs&quot;<br>  }<br>  ^<br><br>gen_streams.c(296): warning #1011: missing return statement at end of non-void function &quot;gen_set_timekeeping_alarms&quot;<br>
  }<br>  ^<br><br>gen_streams.c(323): warning #1011: missing return statement at end of non-void function &quot;gen_io_form_for_dataset&quot;<br>  }<br>  ^<br><br>gen_streams.c(350): warning #1011: missing return statement at end of non-void function &quot;gen_io_form_for_stream&quot;<br>
  }<br>  ^<br><br>gen_streams.c(369): warning #1011: missing return statement at end of non-void function &quot;gen_switches_and_alarms&quot;<br>  }<br>  ^<br><br>gen_streams.c(400): warning #1011: missing return statement at end of non-void function &quot;gen_check_auxstream_alarms&quot;<br>
  }<br>  ^<br><br>gen_streams.c(422): warning #1011: missing return statement at end of non-void function &quot;gen_fine_stream_input&quot;<br>  }<br>  ^<br><br>gen_streams.c(437): warning #1011: missing return statement at end of non-void function &quot;gen_med_auxinput_in&quot;<br>
  }<br>  ^<br><br>gen_streams.c(452): warning #1011: missing return statement at end of non-void function &quot;gen_med_hist_out_opens&quot;<br>  }<br>  ^<br><br>gen_streams.c(468): warning #1011: missing return statement at end of non-void function &quot;gen_med_hist_out_closes&quot;<br>
  }<br>  ^<br><br>gen_streams.c(484): warning #1011: missing return statement at end of non-void function &quot;gen_med_auxinput_in_closes&quot;<br>  }<br>  ^<br><br>gen_streams.c(497): warning #1011: missing return statement at end of non-void function &quot;gen_med_last_solve_io&quot;<br>
  }<br>  ^<br><br>gen_streams.c(508): warning #1011: missing return statement at end of non-void function &quot;gen_shutdown_closes&quot;<br>  }<br>  ^<br><br>gen_streams.c(628): warning #1011: missing return statement at end of non-void function &quot;gen_io_boilerplate&quot;<br>
  }<br>  ^<br><br>standard.c(43): warning #266: function &quot;strncpy&quot; declared implicitly<br>          strncpy(q,p,4) ; q+=4 ;<br>          ^<br><br>standard.c(54): warning #266: function &quot;strncmp&quot; declared implicitly<br>
          if ( !strncmp( wrf_error_fatal_str, &quot;wrf_error_fatal&quot;, 15 ) &amp;&amp; wrf_error_fatal_str[15] != &#39;3&#39; )<br>                ^<br><br>standard.c(78): warning #266: function &quot;strcpy&quot; declared implicitly<br>
            strcpy(lineo,p+3+ns) ;<br>            ^<br><br>standard.c(88): warning #266: function &quot;strcat&quot; declared implicitly<br>              strcat(lineo,linei) ;<br>              ^<br><br>standard.c(166): warning #1011: missing return statement at end of non-void function &quot;drop_comment&quot;<br>
  }<br>  ^<br><br>standard.c(176): warning #1011: missing return statement at end of non-void function &quot;change_to_lower&quot;<br>  }<br>  ^<br><br>opening Registry/registry.dimspec<br>including Registry/registry.dimspec<br>
opening Registry/registry.les<br>including Registry/registry.les<br>opening Registry/registry.io_boilerplate<br>including Registry/registry.io_boilerplate<br>opening Registry/io_boilerplate_temporary.inc<br>including Registry/io_boilerplate_temporary.inc<br>
opening Registry/registry.fire<br>including Registry/registry.fire<br>opening Registry/registry.avgflx<br>including Registry/registry.avgflx<br>Registry INFO variable counts: 0d 1823 1d 69 2d 469 3d 281<br>ADVISORY: RSL_LITE version of gen_comms is linked in with registry program.<br>
ar: creating ../main/libwrflib.a<br><br><br><br><br><font size="4"><span style="color: rgb(204, 0, 0);">after typing ./real.exe  it see this error :</span></font><br><br>Namelist dfi_control not found in namelist.input. Using registry defaults for v<br>
 ariables in dfi_control<br> Namelist tc not found in namelist.input. Using registry defaults for variables <br> in tc<br> Namelist scm not found in namelist.input. Using registry defaults for variables<br>  in scm<br> Namelist fire not found in namelist.input. Using registry defaults for variable<br>
 s in fire<br> --- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval<br>  = 0 for all domains<br> --- NOTE: grid_fdda is 0 for domain      1, setting gfdda interval and ending t<br> ime to 0 for that domain.<br>
 --- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain      1, setting<br>  sgfdda interval and ending time to 0 for that domain.<br> --- NOTE: obs_nudge_opt is 0 for domain      1, setting obs nudging interval an<br>
 d ending time to 0 for that domain.<br> --- NOTE: num_soil_layers has been set to      4<br> REAL_EM V3.2.1 PREPROCESSOR<br>  *************************************<br>  Parent domain<br>  ids,ide,jds,jde            1          74           1          61<br>
  ims,ime,jms,jme           -4          79          -4          66<br>  ips,ipe,jps,jpe            1          74           1          61<br>  *************************************<br> DYNAMICS OPTION: Eulerian Mass Coordinate<br>
    alloc_space_field: domain            1,    104874600 bytes allocated<br>Time period #   1 to process = 2000-01-24_12:00:00.<br>Time period #   2 to process = 2000-01-24_18:00:00.<br>Time period #   3 to process = 2000-01-25_00:00:00.<br>
Time period #   4 to process = 2000-01-25_06:00:00.<br>Time period #   5 to process = 2000-01-25_12:00:00.<br>Total analysis times to input =    5.<br>  <br> -----------------------------------------------------------------------------<br>
  <br> Domain  1: Current date being processed: 2000-01-24_12:00:00.0000, which is loop #   1 out of    5<br> configflags%julyr, %julday, %gmt:        2000          24   12.00000    <br> metgrid input_wrf.F first_date_input = 2000-01-24_12:00:00<br>
  metgrid input_wrf.F first_date_nml = 2000-01-24_12:00:00<br> d01 2000-01-24_12:00:00 Timing for input          0 s.<br> Max map factor in domain 1 =  1.03. Scale the dt in the model accordingly.<br>forrtl: severe (66): output statement overflows record, unit -5, file Internal Formatted Write<br>
Image              PC        Routine            Line        Source             <br>real.exe           08DBF613  Unknown               Unknown  Unknown<br>real.exe           08DBE330  Unknown               Unknown  Unknown<br>
real.exe           08D7B22E  Unknown               Unknown  Unknown<br>real.exe           08D32BBC  Unknown               Unknown  Unknown<br>real.exe           08D324BA  Unknown               Unknown  Unknown<br>real.exe           08D62029  Unknown               Unknown  Unknown<br>
real.exe           08093551  Unknown               Unknown  Unknown<br>real.exe           0809C118  Unknown               Unknown  Unknown<br><br><font size="4"><span style="color: rgb(255, 0, 0);">after typing ./wrf.exe I see this error:</span><br style="color: rgb(255, 0, 0);">
</font><br>Namelist dfi_control not found in namelist.input. Using registry defaults for v<br> ariables in dfi_control<br> Namelist tc not found in namelist.input. Using registry defaults for variables <br> in tc<br> Namelist scm not found in namelist.input. Using registry defaults for variables<br>
  in scm<br> Namelist fire not found in namelist.input. Using registry defaults for variable<br> s in fire<br> --- NOTE: sst_update is 0, setting io_form_auxinput4 = 0 and auxinput4_interval<br>  = 0 for all domains<br> --- NOTE: grid_fdda is 0 for domain      1, setting gfdda interval and ending t<br>
 ime to 0 for that domain.<br> --- NOTE: both grid_sfdda and pxlsm_soil_nudge are 0 for domain      1, setting<br>  sgfdda interval and ending time to 0 for that domain.<br> --- NOTE: obs_nudge_opt is 0 for domain      1, setting obs nudging interval an<br>
 d ending time to 0 for that domain.<br> --- NOTE: num_soil_layers has been set to      4<br> WRF V3.2.1 MODEL<br>  *************************************<br>  Parent domain<br>  ids,ide,jds,jde            1          74           1          61<br>
  ims,ime,jms,jme           -4          79          -4          66<br>  ips,ipe,jps,jpe            1          74           1          61<br>  *************************************<br> DYNAMICS OPTION: Eulerian Mass Coordinate<br>
    alloc_space_field: domain            1,     98194920 bytes allocated<br> -------------- FATAL CALLED ---------------<br> FATAL CALLED FROM FILE:  &lt;stdin&gt;  LINE:      67<br>  program wrf: error opening wrfinput_d01 for reading ierr=       -1021         <br>
<br><br><br><br>I would appreciate it if you could help me solve the problem.<br><br><br><br>Best Regards<br><br>Ehsan Beigi<br><br><div class="gmail_quote">On Fri, Mar 11, 2011 at 7:20 PM, Ehsan Beigi <span dir="ltr">&lt;<a href="mailto:ebeigi3@tigers.lsu.edu">ebeigi3@tigers.lsu.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">I had  run the real test  case em_real and i had this error : <br><pre><b>forrtl: severe (71): integer divide by zero</b><br>
<br><br><br><font face="times new roman,serif"><font size="2">do I have problem with my intel fortran compiler?<br>
<br>Best Regards<br><font color="#888888"><br>Ehsan<br><br></font></font></font><div><div></div><div class="h5"><br><br><br>On Fri, Mar 11, 2011 at 7:13 PM, wrfhelp <span dir="ltr">&lt;<a href="mailto:wrfhelp@ucar.edu" target="_blank">wrfhelp@ucar.edu</a>&gt;</span> wrote:<br>
</div></div></pre><div><div></div><div class="h5"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">You should first check whether the code is properly compiled. I see that you have error messages like:<div>

<br>
<br>
make[1]: ifort: Command not found<br>
<br></div>
that seems to suggest that the code is not compiled because it didn&#39;t find the ifort compiler.<br><font color="#888888">
<br>
wrfhelp</font><div><div></div><div><br>
<br>
On Mar 11, 2011, at 6:04 PM, Ehsan Beigi wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Thanks for your reply, I did run  in this directory = test/em_b_wave , but the problem doesn&#39;t solve, what should i do?<br>
<br>
Best Regards<br>
Ehsan Beigi<br>
<br>
<br>
<br>
On Fri, Mar 11, 2011 at 6:58 PM, wrfhelp &lt;<a href="mailto:wrfhelp@ucar.edu" target="_blank">wrfhelp@ucar.edu</a>&gt; wrote:<br>
You are supposed to run the model in test/em_b_wave directory, where a namelist file exists.<br>
<br>
wrfhelp<br>
<br>
<br>
On Mar 11, 2011, at 2:42 PM, Ehsan Beigi wrote:<br>
<br>
<br>
Dear Sir/Madam,<br>
<br>
I have this problem when i want to run an idealized test case (em_b_wave), I have ifort and Icc compiler. what should i do?<br>
<br>
( cd main ; make -i -r MODULE_DIRS=&quot;-I../dyn_em -I../dyn_nmm   -I/home/ehsan/WRFV3/external/esmf_time_f90  -I/home/ehsan/WRFV3/main -I/home/ehsan/WRFV3/external/io_netcdf -I/home/ehsan/WRFV3/external/io_int -I/home/ehsan/WRFV3/frame -I/home/ehsan/WRFV3/share -I/home/ehsan/WRFV3/phys -I/home/ehsan/WRFV3/chem -I/home/ehsan/WRFV3/inc -I/home/ehsan/netcdf3/include &quot; SOLVER=em IDEAL_CASE=b_wave em_ideal )<br>


make[1]: Entering directory `/home/ehsan/WRFV3/main&#39;<br>
( cd ../dyn_em ;  make -i -r module_initialize_b_wave.o )<br>
make[2]: Entering directory `/home/ehsan/WRFV3/dyn_em&#39;<br>
make[2]: `module_initialize_b_wave.o&#39; is up to date.<br>
make[2]: Leaving directory `/home/ehsan/WRFV3/dyn_em&#39;<br>
ranlib libwrflib.a<br>
ifort -o ideal.exe  -O3 -w -ftz -align all -fno-alias -fp-model precise -FR -convert big_endian  -ip  ideal.o ../dyn_em/module_initialize_b_wave.o libwrflib.a /home/ehsan/WRFV3/external/fftpack/fftpack5/libfftpack.a /home/ehsan/WRFV3/external/io_grib1/libio_grib1.a /home/ehsan/WRFV3/external/io_grib_share/libio_grib_share.a /home/ehsan/WRFV3/external/io_int/libwrfio_int.a /home/ehsan/WRFV3/external/esmf_time_f90/libesmf_time.a /home/ehsan/WRFV3/external/RSL_LITE/librsl_lite.a /home/ehsan/WRFV3/frame/module_internal_header_util.o /home/ehsan/WRFV3/frame/pack_utils.o  /home/ehsan/WRFV3/external/io_netcdf/libwrfio_nf.a -L/home/ehsan/netcdf3/lib  -lnetcdf<br>


make[1]: ifort: Command not found<br>
make[1]: [em_ideal] Error 127 (ignored)<br>
make[1]: Leaving directory `/home/ehsan/WRFV3/main&#39;<br>
( cd test/em_b_wave ; /bin/rm -f wrf.exe ; ln -s ../../main/wrf.exe . )<br>
( cd test/em_b_wave ; /bin/rm -f ideal.exe ; ln -s ../../main/ideal.exe . )<br>
( cd test/em_b_wave ; /bin/rm -f README.namelist ; ln -s ../../run/README.namelist . )<br>
( cd test/em_b_wave ; /bin/rm -f gribmap.txt ; ln -s ../../run/gribmap.txt . )<br>
( cd test/em_b_wave ; /bin/rm -f grib2map.tbl ; ln -s ../../run/grib2map.tbl . )<br>
( cd run ; /bin/rm -f ideal.exe ; ln -s ../main/ideal.exe . )<br>
( cd run ; if test -f namelist.input ; then \<br>
       /bin/cp -f namelist.input namelist.input.backup ; fi ; \<br>
       /bin/rm -f namelist.input ; ln -s ../test/em_b_wave/namelist.input . )<br>
( cd run ; /bin/rm -f input_jet ; ln -s ../test/em_b_wave/input_jet . )<br>
build started:   Thu Mar 10 18:36:50 CST 2011<br>
build completed: Thu Mar 10 18:36:56 CST 2011<br>
<br>
<br>
<br>
after typing ./ideal.exe in WRFV3/main dir, i see this error:<br>
-------------- FATAL CALLED ---------------<br>
 FATAL CALLED FROM FILE:  &lt;stdin&gt;  LINE:    6919<br>
 ERROR OPENING namelist.input<br>
<br>
<br>
What should i do?<br>
<br>
Best Regards<br>
<br>
<br>
<br>
<br>
-- <br>
Ehsan Beigi<br>
PhD Student<br>
Department of Civil and and Environmental Engineering<br>
2408 Patrick F. Taylor Hall<br>
Louisiana State University<br>
Baton Rouge, LA, 70803<br>
<br>
<br>
<br>
wrfhelp<br>
<a href="http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html" target="_blank">http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html</a><br>
<br>
<br>
<br>
<br>
<br>
<br>
-- <br>
Ehsan Beigi<br>
PhD Student<br>
Department of Civil and and Environmental Engineering<br>
2408 Patrick F. Taylor Hall<br>
Louisiana State University<br>
Baton Rouge, LA, 70803<br>
<br>
<br>
</blockquote>
<br>
wrfhelp<br>
<a href="http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html" target="_blank">http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html</a><br>
<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><span style="color: rgb(0, 0, 0);"></span><i><span style="color: rgb(102, 102, 102);">Ehsan Beigi</span></i><br><i><span style="color: rgb(102, 102, 102);">PhD Student</span></i><br>

<i style="color: rgb(102, 102, 102);">Department of Civil and and Environmental Engineering<br><span style="font-size: 9pt;">2408 Patrick F. Taylor Hall<br>
    Louisiana State University<br>
    Baton Rouge, LA, 70803</span></i><br><br><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><span style="color: rgb(0, 0, 0);"></span><i><span style="color: rgb(102, 102, 102);">Ehsan Beigi</span></i><br><i><span style="color: rgb(102, 102, 102);">PhD Student</span></i><br>
<i style="color: rgb(102, 102, 102);">Department of Civil and and Environmental Engineering<br><span style="font-size: 9pt;">2408 Patrick F. Taylor Hall<br>
    Louisiana State University<br>
    Baton Rouge, LA, 70803</span></i><br><br><br>