Changes between Version 19 and Version 20 of WikiCompilation


Ignore:
Timestamp:
Oct 1, 2014, 3:07:07 PM (10 years ago)
Author:
lfita
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiCompilation

    v19 v20  
    77
    882. 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   a. check out in ${WORKDIR} only the WRFV3 folder from the repository:
     9  1. check out in ${WORKDIR} only the WRFV3 folder from the repository:
    1010  {{{
    1111$ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF/trunk/WRFV3 ${WORKDIR}/WRFV3_80x90x39
    1212  }}}
    1313
    14     b. Make a simbolic link in ${WORKDIR} (but you should make a hard copy of the file `dimension.h`):
    15     {{{
     14  1. Make a simbolic link in ${WORKDIR} (but you should make a hard copy of the file `dimension.h`):
     15  {{{
    1616$ ln -s LMDZ_WRF/WRFV3 ${WORKDIR}/WRFV3_80x90x39
    1717$ cd ${WORKDIR}/WRFV3_80x90x39
    1818$ rm lmdz/dimension.h
    1919$ cp LMDZ_WRF/WRFV3/lmdz/dimension.h ${WORKDIR}/WRFV3_80x90x39/lmdz
    20     }}}
     20  }}}
    2121
    22223. Go to the `${WORKDIR}` and compile there