[Wrf-users] Fwd: Les within Les technique (Sara Fenech)

Creighton, Glenn A Civ USAF AFWA 16 WS/WXN Glenn.Creighton at offutt.af.mil
Mon Jan 7 12:31:27 MST 2013


Sarah,

Looking at your namelist, try setting:

isfflx                  = 1,
diff_opt                 = 2, 
km_opt                   = 3,

Instead of 

isfflx                   = 1,        1,        1,        1,        1,
diff_opt                 = 1,        1,        1,        2,        2,
km_opt                   = 4,        4,        4,        3,        3,

As I do not believe they have max_dom dimensions.  (You can verify this for yourself by looking in the Registry).  Hopefully that will fix your problem.
Glenn

-----Original Message-----
From: wrf-users-bounces at ucar.edu [mailto:wrf-users-bounces at ucar.edu] On Behalf Of wrf-users-request at ucar.edu
Sent: Monday, January 07, 2013 1:00 PM
To: wrf-users at ucar.edu
Subject: Wrf-users Digest, Vol 101, Issue 3

Send Wrf-users mailing list submissions to
	wrf-users at ucar.edu

To subscribe or unsubscribe via the World Wide Web, visit
	http://mailman.ucar.edu/mailman/listinfo/wrf-users
or, via email, send a message with subject or body 'help' to
	wrf-users-request at ucar.edu

You can reach the person managing the list at
	wrf-users-owner at ucar.edu

When replying, please edit your Subject line so it is more specific than "Re: Contents of Wrf-users digest..."


Today's Topics:

   1. Fwd: Les within Les technique (Sara Fenech)


----------------------------------------------------------------------

Message: 1
Date: Sun, 6 Jan 2013 17:26:23 +0100
From: Sara Fenech <sarafenech at gmail.com>
Subject: [Wrf-users] Fwd: Les within Les technique
To: wrf-users at ucar.edu, wrf-users-request at ucar.edu
Message-ID:
	<CAL2KrZ507RzHgMSStCPnYEV5SLKQeAbDKnXoonaBbON8VoTCLg at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

---------- Forwarded message ----------
From: Sara Fenech <sarafenech at gmail.com>
Date: Thu, Jan 3, 2013 at 12:02 PM
Subject: Les within Les technique
To: wrf-users at ucar.edu


Dear all

I am currently carrying out a simulation having maximum domain 5 over the Mediterranean sea and having default physics schemes. The aim of this is to implement the LES within LES technique for the last two nests. To my knowledge and in accordance with the wrf manual all options are chosen in relation with each other. However the simulation does not even initialize giving the error below. This simulation has worked out successfully for the same conditions but having no LES conditions implemented. Thanks from beforehand

Sara Fenech
4th Year Student
University of Malta

Error:

 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 variable  s in fire
 -------------- FATAL CALLED ---------------
 FATAL CALLED FROM FILE:  <stdin>  LINE:    8697
 ERRORS while reading one or more namelists from namelist.input.
 -------------------------------------------
taskid: 0 hostname: node019
taskid: 0 hostname: node019


Namelist:

&time_control
run_days                 = 2,
run_hours                = 0,
run_minutes              = 0,
run_seconds              = 0,
start_year               = 2011,     2011,     2011,     2011,     2011,
start_month              = 12,       12,       12,       12,       12,
start_day                = 25,       25,       25,       25,       25,
start_hour               = 12,       12,       12,       12,       12,
start_minute             = 00,       00,       00,        0,        0,
start_second             = 00,       00,       00,        0,        0,
end_year                 = 2011,     2011,     2011,     2011,     2011,
end_month                = 12,       12,       12,       12,       12,
end_day                  = 27,       27,       27,       27,       27,
end_hour                 = 12,       12,       12,       12,       12,
end_minute               = 00,       00,       00,        0,        0,
end_second               = 00,       00,       00,        0,        0,
interval_seconds         = 21600,
input_from_file          = .true.,   .true.,   .true.,   .true.,   .true.,
history_interval         = 180,       60,       60,       60,       60,
frames_per_outfile       = 1000,     1000,     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              = 50,
/

&domains
time_step                = 144,
time_step_fract_num      = 0,
time_step_fract_den      = 1,
max_dom                  = 5,
e_we                     = 100,      146,      177,      178,      457,
e_sn                     = 100,      136,      161,      181,      433,
e_vert                   = 28,       28,       28,       28,       28,
p_top_requested          = 5000,
num_metgrid_levels       = 27,
num_metgrid_soil_levels  = 4,
dx                       = 24000,     4800,     1200,      400,      100,
dy                       = 24000,     4800,     1200,      400,      100,
grid_id                  = 1,        2,        3,        4,        5,
parent_id                = 1,        1,        2,        3,        4,
i_parent_start           = 1,       36,       49,       59,       42,
j_parent_start           = 1,       37,       48,       54,       66,
parent_grid_ratio        = 1,        5,        4,        3,        4,
parent_time_step_ratio   = 1,        5,        4,        3,        4,
feedback                 = 0,
smooth_option            = 0,
/

&physics
mp_physics               = 3,        3,        3,        3,        3,
ra_lw_physics            = 1,        1,        1,        1,        1,
ra_sw_physics            = 1,        1,        1,        1,        1,
radt                     = 30,       30,       30,       30,       30,
sf_sfclay_physics        = 1,        1,        1,        1,        1,
sf_surface_physics       = 2,        2,        2,        2,        2,
bl_pbl_physics           = 1,        1,        1,        0,        0,
bldt                     = 0,        0,        0,        0,        0,
cu_physics               = 1,        1,        0,        0,        0,
cudt                     = 5,        5,        5,        5,        5,
isfflx                   = 1,        1,        1,        1,        1,
ifsnow                   = 0,
icloud                   = 1,
surface_input_source     = 1,
num_soil_layers          = 4,
sf_urban_physics         = 0,        0,        0,        0,        0,
maxiens                  = 1,
maxens                   = 3,
maxens2                  = 3,
maxens3                  = 16,
ensdim                   = 144,
/

&fdda
/

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

&bdy_control
spec_bdy_width           = 5,
spec_zone                = 1,
relax_zone               = 4,
specified                = .true.,  .false.,  .false.,  .false.,  .false.,
nested                   = .false.,   .true.,   .true.,   .true.,   .true.,
/

&grib2
/

&namelist_quilt
nio_tasks_per_group      = 0,
nio_groups               = 1,
/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20130106/69b6a48d/attachment-0001.html 

------------------------------

_______________________________________________
Wrf-users mailing list
Wrf-users at ucar.edu
http://mailman.ucar.edu/mailman/listinfo/wrf-users


End of Wrf-users Digest, Vol 101, Issue 3
*****************************************


More information about the Wrf-users mailing list