Changes between Version 17 and Version 18 of WikiCompilation
- Timestamp:
- Oct 1, 2014, 2:57:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiCompilation
v17 v18 7 7 8 8 2. Copy (not int the repository folder...) folder `WRFV3` to the desired spatial resolution (F77 legacy). As example one for 80x90x39. There are two possible ways: 9 1. check out in ${WORKDIR} only the WRFV3 folder from the repository:9 a. check out in ${WORKDIR} only the WRFV3 folder from the repository: 10 10 {{{ 11 11 $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF/trunk/WRFV3 ${WORKDIR}/WRFV3_80x90x39 12 12 }}} 13 13 14 1. Make a simbolic link in ${WORKDIR} (but you should make a hard copy of the file `dimension.h`)14 b. Make a simbolic link in ${WORKDIR} (but you should make a hard copy of the file `dimension.h`): 15 15 {{{ 16 16 $ ln -s LMDZ_WRF/WRFV3 ${WORKDIR}/WRFV3_80x90x39