Ignore:
Timestamp:
Jul 25, 2011, 12:24:59 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: corrected runmeso and namelist.wps template so that nesting is supported by runmeso. and lowered smoothing coefficient in GEOGRID.TBL from 5 to 3 for topography. raised it from 5 to 10 for thermal inertia because of stripes. lastly: discovered that two-way nesting is now working! to be further investigated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/LMD_MM_MARS/SIMU/namelist.wps

    r11 r242  
    11&share                                 
    22 wrf_core = 'ARW',                    !!   [do not modify: choice of dynamical core]
    3  __MAX_DOM__
     3__MAX_DOM__
    44 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
    55 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
     
    1212
    1313&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
     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__', '__DATA_SOURCE__', '__DATA_SOURCE__'       !! choice of static data sources
     23                                                                                   !! NB: possible: '64ppd', '32ppd', ...
     24                                                                                   !! NB: please glance at geogrid/GEOGRID.TBL
    2525 map_proj = '__PROJ__',           !! map projection: 'mercator', 'lambert' or 'polar'
    2626 ref_lat   =  __LAT__,            !! north latitude of the center of the domain
Note: See TracChangeset for help on using the changeset viewer.