./real.exe error

126 views
Skip to first unread message

Sreeraj Ramesh

unread,
Feb 10, 2022, 5:48:22 AM2/10/22
to wrf-chem
hi everyone
i have been trying to get the input conditions by real.exe for the dates 23/01/2020 to 28/01/2020. however i keep on getting the error that the date in the metfile and namelist are wrong. however i checked it but its not. i am confused on how the error came to be. kindly help me to resolve this matter.
 
 tail rsl.error.0000
 DEBUG input_wrf():  get CurrTime from clock,  clock start time = 2019-01-27_00:00:00
 DEBUG input_wrf():  get CurrTime from clock,  clock current time = 2019-01-27_00:00:00
 DEBUG input_wrf():  get CurrTime from clock,  clock stop time = 2019-01-28_18:00:00
 DEBUG input_wrf():  get CurrTime from clock,  clock time step = 0000000000_006:000:000
NOTE:       1 namelist vs input data inconsistencies found.
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE:  <stdin>  LINE:    1254
NOTE:  Please check and reset these options
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0


WPS namelist
&share
 wrf_core = 'ARW',
 max_dom = 1,
 start_date = '2019-01-23_00:00:00',
 end_date   = '2019-01-28_18:00:00',
 interval_seconds = 21600,
 io_form_geogrid = 2,
/

&geogrid
 parent_id         =   1,
 parent_grid_ratio =   1,
 i_parent_start    =   1,
 j_parent_start    =   1,
 e_we              =  100,
 e_sn              =  119,
 !
 !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
 ! The default datasets used to produce the MAXSNOALB and ALBEDO12M
 ! fields have changed in WPS v4.0. These fields are now interpolated
 ! from MODIS-based datasets.
 !
 ! To match the output given by the default namelist.wps in WPS v3.9.1,
 ! the following setting for geog_data_res may be used:
 !
 ! geog_data_res = 'maxsnowalb_ncep+albedo_ncep+default', 'maxsnowalb_ncep+albedo_ncep+default',
 !
 !!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT NOTE !!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 geog_data_res = 'default','default',
 dx = 35000,
 dy = 35000,
 map_proj = 'mercator',
 ref_lat   =  21.74,
 ref_lon   = 82.90,
 truelat1  =  21.74,
 truelat2  =  0,
 stand_lon = 82.90,
 geog_data_path = '/root/Build/geog/'
/

&ungrib
 out_format = 'WPS',
 prefix = 'FILE',
/

&metgrid
 fg_name = 'FILE',
 io_form_metgrid = 2,
/

WRF namelist
&time_control
 run_days                            = 00,
 run_hours                           = 00,
 run_minutes                         = 00,
 run_seconds                         = 00,
 start_year                          = 2019,
 start_month                         = 01,
 start_day                           = 27,
 start_hour                          = 00,
 end_year                            = 2019,
 end_month                           = 01,
 end_day                             = 28,
 end_hour                            = 18,
 interval_seconds                    = 21600,
 input_from_file                     = .true.,
 history_interval                    = 360,
 frames_per_outfile                  = 1000,
 debug_level                         = 300,
 restart                             = .false.,
 restart_interval                    = 7200,
 io_form_history                     = 2,
 io_form_restart                     = 2,
 io_form_input                       = 2,
 io_form_boundary                    = 2,
 force_use_old_data                  = .true.,

 /

 &domains
 time_step                           = 180,
 time_step_fract_num                 = 0,
 time_step_fract_den                 = 1,
 max_dom                             = 1,
 e_we                                = 100,
 e_sn                                = 119,
 e_vert                              = 35,
 p_top_requested                     = 5000,
 num_metgrid_levels                  = 34,
 num_metgrid_soil_levels             = 4,
 dx                                  = 35000,
 dy                                  = 35000,
 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,
 /

 &physics
! physics_suite                       = 'CONUS'
 mp_physics                          = 2,
 naer                                = 1e9,
 cu_physics                          = 5,
 ra_lw_physics                       = 1,
 ra_sw_physics                       = 1,
 bl_pbl_physics                      = 1,
 sf_sfclay_physics                   = 91,
 sf_surface_physics                  = 2,
 radt                                = 30,
 bldt                                = 0,
 cudt                                = 0,
 icloud                              = 1,
 num_land_cat                        = 21,
 sf_urban_physics                    = 0,
 mp_zero_out                         = 2,
 mp_zero_out_thresh                  = 1.e-8,
 cu_diag                             = 1,
 cugd_avedx                          = 0,
 isfflx                              = 1,
 ifsnow                              = 0,
 surface_input_source                = 1,
 num_soil_layers                     = 4,
 cu_rad_feedback                     = .true.,

 /

 &fdda
 /

 &dynamics
 hybrid_opt                          = 2,
 w_damping                           = 1,
 diff_opt                            = 1,
 km_opt                              = 4,
 diff_6th_opt                        = 0,
 diff_6th_factor                     = 0.12,
 base_temp                           = 290.
 damp_opt                            = 3,
 zdamp                               = 5000.,
 dampcoef                            = 0.2,
 khdif                               = 0,
 kvdif                               = 0,
 non_hydrostatic                     = .true.,
 moist_adv_opt                       = 1,
 scalar_adv_opt                      = 1,
 gwd_opt                             = 1,
 chem_adv_opt                        = 2,
 tke_adv_opt                         = 1,
 /

 &bdy_control
 spec_bdy_width                      = 5,
 specified                           = .true.
 /

 &grib2
 /

 &namelist_quilt
 nio_tasks_per_group = 0,
 nio_groups = 1,
 /


Sreeraj Ramesh

unread,
Feb 10, 2022, 6:12:22 AM2/10/22
to wrf-chem, Sreeraj Ramesh
sorry there is a correction i had changed the date in the wrf name list also to 23/01/2019 . forgot to put that in here. even then also it gave the same error

Gabriele Pfister

unread,
Feb 11, 2022, 1:12:00 PM2/11/22
to Sreeraj Ramesh, wrf-chem
Dear Sreeraj

since your question concerns the general aspects of running WRF, please direct it to the WRF Forum: https://forum.mmm.ucar.edu/phpBB3/

Gabi
--
================================
Gabriele Pfister, Deputy Director
Atmospheric Chemistry Observations & Modeling
National Center for Atmospheric Research (NCAR)
Email: pfi...@ucar.edu
Temporary Home Office Phone: +1 303 241 1329
Work Phone: +1 303 497 2915
Web: https://staff.ucar.edu/users/pfister
Reply all
Reply to author
Forward
0 new messages