source:
lmdz_wrf/WRFV3/README.rsl_output
@
13
Last change on this file since 13 was 1, checked in by , 11 years ago | |
---|---|
File size: 1.2 KB |
Line | |
---|---|
1 | |
2 | When the WRF model runs, the contents of the rsl.output and rsl.error files have all been placed in individual |
3 | files (whose names are subtended with the task ID) in the run directory. The user now has another option in |
4 | which the contents of the files may be written together in single files. See below for directions. |
5 | |
6 | |
7 | ****************** |
8 | For RSL_LITE: |
9 | ****************** |
10 | |
11 | Include -DNCEP_DEBUG_MULTIDIR in CFLAGS of configure.wrf to have the rsl.output and rsl.error data written to separate |
12 | files in separate task numbered directories. All of these directories will be in a single TASKOUTPUT directory under |
13 | the run directory, i.e., <rundirectory>/TASKOUTPUT/0000/rsl.error.0000 . |
14 | |
15 | Include -DNCEP_DEBUG_GLOBALSTDOUT in CFLAGS of configure.wrf to have all rsl.error and rsl.out information written to |
16 | the global stderr and stdout for the job (2 files). |
17 | |
18 | If you do not include either flag, the default is to have the rsl output/error data written to separate files in the |
19 | run directory. |
20 | |
21 | To alter your option after everything has been compiled do the following from the top level source directory: |
22 | |
23 | rm external/RSL_LITE/*.o external/RSL_LITE/*.a (or cd external/RSL_LITE followed by rm *.o *.a) |
24 | ./compile nmm_real |
25 |
Note: See TracBrowser
for help on using the repository browser.