|
Last change
on this file since 258 was
186,
checked in by aslmd, 15 years ago
|
|
MESOSCALE: python post-processing. wrapper with my Fortran interpolator (small modifications done to api.F90). added the corresponding options to winds.py which is now a pretty complete script
|
|
File size:
287 bytes
|
| Line | |
|---|
| 1 | &io |
|---|
| 2 | path_to_input = './' |
|---|
| 3 | path_to_output = './' |
|---|
| 4 | input_name = 'wrfout_d01_9999-09-09_09:00:00' |
|---|
| 5 | process = 'list' !! list fields required in "fields" (available tk, tpot, GHT) |
|---|
| 6 | fields = 'tk,W,uvmet' |
|---|
| 7 | / |
|---|
| 8 | |
|---|
| 9 | &interp_in |
|---|
| 10 | interp_method = 4 |
|---|
| 11 | interp_levels = 0.050 |
|---|
| 12 | / |
|---|
Note: See
TracBrowser
for help on using the repository browser.