source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.wps @ 134

Last change on this file since 134 was 11, checked in by aslmd, 14 years ago

spiga@svn-planeto:ajoute le modele meso-echelle martien

File size: 1.8 KB
Line 
1&share                                 
2 wrf_core = 'ARW',                    !!   [do not modify: choice of dynamical core]
3 __MAX_DOM__
4 start_date = '0000-00-00_00:00:00','0000-00-00_00:00:00','0000-00-00_00:00:00'   !! YYYY-MM-DD_HH:mm:ss start date
5 end_date   = '1111-11-11_11:11:11','0000-00-00_00:00:00','0000-00-00_00:00:00'   !! YYYY-MM-DD_HH:mm:ss end date
6 __INTERVAL_SECONDS__
7 io_form_geogrid = 2,                 !!   [do not modify: choice of NETCDF outputs]   
8 debug_level = 0,                     !! verbose level of the programs
9 opt_output_from_geogrid_path='./'    !! location of the geogrid outputs
10/
11
12
13&geogrid
14 __PARENT_ID__
15 __PARENT_GRID_RATIO__
16 __I_PARENT_START__
17 __J_PARENT_START__
18 __E_WE__
19 __E_SN__
20 dx = __DX__
21 dy = __DY__
22 geog_data_res     = __DATA_SOURCE__,       !! choice of static data sources
23                                            !! NB: possible: '64ppd', '32ppd', ...
24                                            !! NB: please glance at geogrid/GEOGRID.TBL
25 map_proj = '__PROJ__',           !! map projection: 'mercator', 'lambert' or 'polar'
26 ref_lat   =  __LAT__,            !! north latitude of the center of the domain
27 ref_lon   =  __LON__,            !! east longitude of the center of the domain
28 truelat1  =  __LAT__,            !! (lambert or polar) lat position of projection cone
29 truelat2  =  0.0,                !!   [do not modify]
30 stand_lon =  __LON__,            !! (lambert or polar) lon position of projection cone
31 geog_data_path = './WPS_GEOG',   !!   [do not modify: symbolic link in the WPS folder]
32/
33
34&metgrid
35 fg_name = './WPSFEED/LMD'        !!   [do not modify: symbolic link in the WPS folder]
36 io_form_metgrid = 2,             !!   [do not modify: choice of NETCDF outputs]
37 opt_output_from_metgrid_path='./WRFFEED/current'  !!   [do not modify: symbolic link]
38/
Note: See TracBrowser for help on using the repository browser.