source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/nest.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: 1.3 KB
Line 
1&share
2 wrf_core = 'ARW',
3 max_dom = 3
4 start_date = '2024-01-60_06:00:00','2024-01-60_06:00:00','2024-01-60_06:00:00'
5 end_date   = '2024-02-03_06:00:00','2024-01-60_06:00:00','2024-01-60_06: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         =        0,      1,      2
14 parent_grid_ratio =        1,      3,      3
15 i_parent_start    =        0,     59,     60
16 j_parent_start    =        0,     58,     54
17 e_we              =      177,    181,    181
18 e_sn              =      177,    181,    181
19 !geog_data_res     =  'tyler','tyler','tyler'
20 geog_data_res     =  'gcm','gcm','gcm'
21 dx = 54000,
22 dy = 54000,
23 map_proj = 'polar',      !! map projection: 'mercator', 'lambert' or 'polar'
24 ref_lat   =  89.5,       !! north latitude of the center of the domain
25 ref_lon   =  0.1,        !! east longitude of the center of the domain
26 truelat1  =  89.5,       !! (lambert or polar) lat position of projection cone
27 truelat2  =  0.0,        !!   [do not modify]
28 stand_lon =  0.1,        !! (lambert or polar) lon position of projection cone
29 geog_data_path = '../data_static/',
30 OPT_GEOGRID_TBL_PATH = '../geogrid/'
31/
32
33&metgrid
34 fg_name = '../prep/WPSFEED/LMD'
35 io_form_metgrid = 2,
36 opt_output_from_metgrid_path='../metgrid/'
37 OPT_METGRID_TBL_PATH = "../metgrid/"
38/
Note: See TracBrowser for help on using the repository browser.