[Wrf-users] Error while reading namelist dynamics

Kevin Matthew Nuss kevin at nusculus.com
Mon Mar 8 11:57:35 MST 2010


Hi Riccardo,

For four of your variables in the dynamics sections, you use logical
values (shown below) when you should use integers. There could always
be more problems, but those are the ones I saw.

moist_adv_opt            = .true.,
scalar_adv_opt           = .true.,
chem_adv_opt             = .true.,
tke_adv_opt              = .true.,

kevin

On Mon, Mar 8, 2010 at 5:15 AM, Riccardo Santoro
<santoro.riccardo at gmail.com> wrote:
> I all,
> I'm trying to run real.exe version 3.1.1 with my own data,
> when i run it i'll recive this error
>
> venomis at LaMeRoNe ~/WRFV3/run $ ./real.exe
>  Error while reading namelist dynamics
>  Namelist fire not found in namelist.input. Using registry defaults for
> variables in fire
>  -------------- FATAL CALLED ---------------
>  FATAL CALLED FROM FILE:  <stdin>  LINE:    5319
>  Errors while reading one or more namelists from namelist.input.
>
> Could someone help me?
>
> Thank you a lot
>
> this is my namelist.input
>
> &time_control
> run_days                 = 1,
> run_hours                = 0,
> run_minutes              = 0,
> run_seconds              = 0,
> start_year               = 2010,
> start_month              = 02,
> start_day                = 24,
> start_hour               = 00,
> start_minute             = 00,
> start_second             = 00,
> end_year                 = 2010,
> end_month                = 02,
> end_day                  = 25,
> end_hour                 = 00,
> end_minute               = 00,
> end_second               = 00,
> interval_seconds         = 18400,
> input_from_file          = .true.,
> history_interval         = 180,
> frames_per_outfile       = 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                = 60,
> time_step_fract_num      = 0,
> time_step_fract_den      = 1,
> max_dom                  = 1,
> s_we                     = 1,
> e_we                     = 100,
> s_sn                     = 1,
> e_sn                     = 87,
> s_vert                   = 1,
> e_vert                   = 28,
> num_metgrid_levels       = 27,
> dx                       = 31100,
> dy                       = 31100,
> grid_id                  = 1,
> parent_id                = 1,
> i_parent_start           = 1,
> j_parent_start           = 1,
> parent_grid_ratio        = 1,
> parent_time_step_ratio   = 1,
> feedback                 = 1,
> smooth_option            = 0,
> /
>
> &dfi_control
> /
> &scm
> /
> &tc
> /
>
> &physics
> mp_physics               = 3,
> ra_lw_physics            = 1,
> ra_sw_physics            = 1,
> radt                     = 30,
> sf_sfclay_physics        = 1,
> sf_surface_physics       = 1,
> bl_pbl_physics           = 1,
> bldt                     = 0,
> cu_physics               = 1,
> cudt                     = 5,
> isfflx                   = 1,
> ifsnow                   = 0,
> icloud                   = 1,
> surface_input_source     = 1,
> num_soil_layers          = 5,
> sf_urban_physics         = 0,
> mp_zero_out              = 0,
> maxiens                  = 1,
> maxens                   = 3,
> maxens2                  = 3,
> maxens3                  = 16,
> ensdim                   = 144,
> /
>
> &fdda
> /
>
> &dynamics
> w_damping                = 0,
> diff_opt                 = 1,
> km_opt                   = 4,
> base_temp                = 290.,
> damp_opt                 = 0,
> zdamp                    = 5000.,
> dampcoef                 = 0.01,
> khdif                    = 0,
> kvdif                    = 0,
> smdiv                    = 0.1,
> emdiv                    = 0.01,
> epssm                    = 0.1,
> time_step_sound          = 4,
> h_mom_adv_order          = 5,
> v_mom_adv_order          = 3,
> h_sca_adv_order          = 5,
> v_sca_adv_order          = 3,
> non_hydrostatic          = .true.,
> moist_adv_opt            = .true.,
> scalar_adv_opt           = .true.,
> chem_adv_opt             = .true.,
> tke_adv_opt              = .true.,
> /
>
> &bdy_control
> spec_bdy_width           = 5,
> spec_zone                = 1,
> relax_zone               = 4,
> specified                = .true.,
> periodic_x               = .false.,
> symmetric_xs             = .false.,
> symmetric_xe             = .false.,
> open_xs                  = .false.,
> open_xe                  = .false.,
> periodic_y               = .false.,
> symmetric_ys             = .false.,
> symmetric_ye             = .false.,
> open_ys                  = .false.,
> open_ye                  = .false.,
> nested                   = .false.,
> /
>
> &grib2
> /
>
> &namelist_quilt
> nio_tasks_per_group      = 0,
> nio_groups               = 1,
> /
>
>
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
>
>


More information about the Wrf-users mailing list