source: lmdz_wrf/WRFV3/README.rsl_output @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 1.2 KB
Line 
1
2When the WRF model runs, the contents of the rsl.output and rsl.error files have all been placed in individual
3files (whose names are subtended with the task ID) in the run directory.  The user now has another option in
4which the contents of the files may be written together in single files.  See below for directions.
5
6
7******************
8For RSL_LITE:
9******************
10
11Include -DNCEP_DEBUG_MULTIDIR in CFLAGS of configure.wrf to have the rsl.output and rsl.error data written to separate
12files in separate task numbered directories.  All of these directories will be in a single TASKOUTPUT directory under
13the run directory, i.e.,  <rundirectory>/TASKOUTPUT/0000/rsl.error.0000 .
14
15Include -DNCEP_DEBUG_GLOBALSTDOUT in CFLAGS of configure.wrf to have all rsl.error and rsl.out information written to
16the global stderr and stdout for the job (2 files).
17
18If you do not include either flag, the default is to have the rsl output/error data written to separate files in the
19run directory.
20
21To alter your option after everything has been compiled do the following from the top level source directory:
22
23rm 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.