standard WRF version 3.0.1.1
[wrffire.git] / wrfv2_fire / README.rsl_output
blobf867e29e9c74edd1e1bac29d9bdb750f0281bbdd
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.
7 ******************
8 For RSL_LITE:
9 ******************
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 .
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).
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.
21 To alter your option after everything has been compiled do the following from the top level source directory:
23 rm external/RSL_LITE/*.o external/RSL_LITE/*.a  (or cd external/RSL_LITE followed by rm *.o *.a)
24 ./compile nmm_real