source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/namelist.wps @ 3567

Last change on this file since 3567 was 1870, checked in by aslmd, 7 years ago

MESORUNold : setting files are now corresponding to TESTCASE. much simpler than existing nest case, which is still left for test.

File size: 801 bytes
Line 
1&share
2 wrf_core = 'ARW',
3 max_dom = 1,
4 start_date = '2024-01-17_02:00:00',
5 end_date   = '2024-01-17_12:00:00',
6 interval_seconds = 3700
7 io_form_geogrid = 2,
8 debug_level = 0,
9 opt_output_from_geogrid_path='../geogrid'
10/
11
12&geogrid
13 parent_id         =   1,
14 parent_grid_ratio =   1,
15 i_parent_start    =   1,
16 j_parent_start    =   1,
17 e_we              =  61,
18 e_sn              =  61,
19 geog_data_res     = 'gcm', !'64ppd',
20 dx = 20000,
21 dy = 20000,
22 map_proj = 'mercator',
23 ref_lat   =  -12.,
24 ref_lon   =  239.,
25 truelat1  =  0.0,
26 truelat2  =  0.0,
27 stand_lon =  0.0,
28 geog_data_path = '../data_static/',
29 OPT_GEOGRID_TBL_PATH = '../geogrid/'
30/
31
32&metgrid
33 fg_name = '../prep/WPSFEED/LMD'
34 io_form_metgrid = 2,
35 opt_output_from_metgrid_path='../metgrid/'
36 OPT_METGRID_TBL_PATH = "../metgrid/"
37/
Note: See TracBrowser for help on using the repository browser.