8 | | 2. Copy (not int the repository folder...) folder `WRFV3` to the desired spatial resolution (F77 legacy). As example one for 80x90x39 |
9 | | {{{ |
10 | | $ cp -R WRFV3 ${WORKDIR}/WRFV3_80x90x39 |
11 | | }}} |
| 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: |
| 10 | {{{ |
| 11 | $ cd ${WORKDIR} |
| 12 | $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF/trunk/WRFV3 WRFV3_80x90x39 |
| 13 | }}} |
| 14 | 1, Make a simbolic link in ${ROWKDIR} (but you should make a hard copy of the file `dimension.h`) |
| 15 | {{{ |
| 16 | $ ln -s LMDZ_WRF/WRFV3 ${WORKDIR}/WRFV3_80x90x39 |
| 17 | $ cd ${WORKDIR}/WRFV3_80x90x39 |
| 18 | $ rm lmdz/dimension.h |
| 19 | $ cp LMDZ_WRF/WRFV3/lmdz/dimension.h ${WORKDIR}/WRFV3_80x90x39/lmdz |
| 20 | }}} |