UP! @bio @Gian88
1)Allora ho provato tempo fa con questo dominio (è un po' piccolo ma può andar bene teoricamente? Sarà poi possibile zoomare?)
DomainWizardMap.jpg
2)Questo è il namelist.wps che usai:
Codice:
&share
 wrf_core = 'NMM',
 max_dom = 1,
 start_date = '2015-07-21_12:00:00', 
 end_date   = '2015-07-23_12:00:00', 
 interval_seconds = 10800,
 io_form_geogrid = 2,
 opt_output_from_geogrid_path = '/home/giacomo/WRF/DOMAINS/puglia/wpsprd/',
 debug_level = 0,
/

&geogrid
 parent_id         = 1,
 parent_grid_ratio = 1,
 i_parent_start    = 1,
 j_parent_start    = 1,
 e_we          = 48,
 e_sn          = 88,
 geog_data_res = '30s',
 dx = 0.01282,
 dy = 0.012819,
 map_proj =  'rotated_ll',
 ref_lat   = 40.805,
 ref_lon   = 16.914,
 geog_data_path = '/home/giacomo/WRF/Build_WRF/WPS_GEOG',
 opt_geogrid_tbl_path = '/home/giacomo/WRF/DOMAINS/puglia/wpsprd/',
 ref_x = 24.0,
 ref_y = 44.0,
/

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

&metgrid
 fg_name = 'FILE',
 io_form_metgrid = 2,
 opt_output_from_metgrid_path = '/home/giacomo/WRF/DOMAINS/puglia/wpsprd/',
 opt_metgrid_tbl_path = '/home/giacomo/WRF/DOMAINS/puglia/wpsprd/',
/

&mod_levs
 press_pa = 201300 , 200100 , 100000 ,
             95000 ,  90000 ,
             85000 ,  80000 ,
             75000 ,  70000 ,
             65000 ,  60000 ,
             55000 ,  50000 ,
             45000 ,  40000 ,
             35000 ,  30000 ,
             25000 ,  20000 ,
             15000 ,  10000 ,
              5000 ,   1000
 /
3)Questo il namelist.input:
Codice:
&time_control            
run_days                 = 2,
run_hours                = 0,
run_minutes              = 0,
run_seconds              = 0,
start_year               = 2015,
start_month              = 7,
start_day                = 21,
start_hour               = 12,
start_minute             = 00,
start_second             = 00,
tstart                   = 00,
end_year                 = 2015,
end_month                = 7,
end_day                  = 23,
end_hour                 = 12,
end_minute               = 00,
end_second               = 00,
interval_seconds         = 10800,
history_interval         = 180,
frames_per_outfile       = 1,
restart                  = .false.,
restart_interval         = 5400,
reset_simulation_start   = .false.,
io_form_input            = 2,
io_form_history          = 2,
io_form_restart          = 2,
io_form_boundary         = 2,
io_form_auxinput1        = 2,
debug_level              = 0,
/

&domains                 
eta_levels               = 1.000, 0.963, 0.9259, 0.8889, 0.8519,
                0.8148, 0.7778, 0.7407, 0.7037, 0.6667, 
                0.6296, 0.5926, 0.5556, 0.5185, 0.4815, 
                0.4444, 0.4074, 0.3704, 0.3333, 0.2963, 
                0.2593, 0.2222, 0.1852, 0.1481, 0.1111, 
                0.0741, 0.037, 0.000,
time_step                = 4,
time_step_fract_num      = 9,
time_step_fract_den      = 10,
max_dom                  = 1,
e_we                     = 48,
e_sn                     = 88,
e_vert                   = 28,
num_metgrid_levels       = 27,
dx                       = 0.013,
dy                       = 0.013,
p_top_requested          = 5000.0,
ptsgm                    = 42000.,
grid_id                  = 1,
parent_id                = 1,
i_parent_start           = 1,
j_parent_start           = 1,
parent_grid_ratio        = 1,
parent_time_step_ratio   = 1,
/

&physics                 
mp_physics               = 5,
ra_lw_physics            = 99,
ra_sw_physics            = 99,
nrads                    = 105,
nradl                    = 105,
co2tf                    = 1,
sf_sfclay_physics        = 2,
sf_surface_physics       = 2,
bl_pbl_physics           = 2,
nphs                     = 6,
cu_physics               = 2,
ncnvc                    = 6,
tprec                    = 3,
theat                    = 6,
tclod                    = 6,
trdsw                    = 6,
trdlw                    = 6,
tsrfc                    = 6,
pcpflg                   = .false.,
isfflx                   = 0,
ifsnow                   = 0,
icloud                   = 0,
num_soil_layers          = 4,
mp_zero_out              = 0,
gwd_opt                  = 0,
/

&dynamics                
euler_adv                = .false.,
idtadt                   = 1,
idtadc                   = 1,
/

&bdy_control             
spec_bdy_width           = 1,
specified                = .true.,
nested                   = .false.,
/

&fdda                    
/

&grib2                   
/

&namelist_quilt          
nio_tasks_per_group      = 0,
nio_groups               = 1,
/
Come risoluzione dei dati ho impostato, come consigliato, 30 arcseconds, cioè circa 1 km, mentre per i file grib GFS 2 km: va bene lo stesso?

Provando però a esportare in file kmz con panoply il risultato WRF della temperatura ottengo questo:
https://drive.google.com/file/d/0B1H...dwZjBVOUE/view
(scaricatelo e visualizzatelo poi in google earth)
è normale?

Inoltre (scusate tutte le domande) come tempo va bene 4 secondi per questa risoluzione?
E infine, quanti livelli verticali sono necessari di solito? Io ne ho impostati 28 lineari, vanno bene?

Scusate ancora e grazie!