source: trunk/MESOSCALE/LMD_MM_MARS/SRC/POSTPROC/namelist.api @ 1228

Last change on this file since 1228 was 542, checked in by aslmd, 13 years ago

MESOSCALE: minor changes. including a problem with dustq not being output through MESOINI. and compilation problem for old mesoscale model when LMDZ.MARS (the new model) was not here.

File size: 1.6 KB
Line 
1&io
2 path_to_input  = './'                             !! where input wrfout* files are located
3 path_to_output = './'                             !! where output API files will be located
4 input_name     = 'wrfout_d01_9999-09-09_09:00:00' !! input file to API (could be wrfout*)
5 process        = 'list'                           !! [do not modify]     
6 fields         = 'tk,W,uvmet'                     !! a list of fields to interpolate
7                                                   !! - either fields in wrfout*
8                                                   !! - or tk for temperature
9                                                   !!      uvmet for meteorological winds
10                                                   !!      tpot for potential temperature
11 debug          = .TRUE.                           !! [add this if you want more information on screen]
12/
13
14&interp_in
15 interp_method = 4                 !! 1 --> INTERPOLATION: PRESSURE [LINEAR in p]         output: wrfout*_p
16                                   !! 2 --> INTERPOLATION: PRESSURE [LINEAR in log(p)]    output: wrfout*_p
17                                   !! 3 --> INTERPOLATION: ALTITUDE ABOVE MOLA AREOID     output: wrfout*_z
18                                   !! 4 --> INTERPOLATION: ALTITUDE ABOVE LOCAL SURFACE   output: wrfout*_zabg
19 interp_levels = 0.050             !! Interpolation levels: - pressure in hPa for interp_method = 1 or 2
20                                   !!                       - altitude in km  for interp_method = 3 or 4
21                                   !!                       - [pressure shall be in decreasing order]
22/
Note: See TracBrowser for help on using the repository browser.