Changes between Version 21 and Version 22 of WikiCompilation


Ignore:
Timestamp:
Oct 3, 2014, 12:33:59 PM (11 years ago)
Author:
lfita
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiCompilation

    v21 v22  
    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   1. check out in ${WORKDIR} only the WRFV3 folder from the repository:
     9  1. check out in ${WORKDIR} only the WRFV3 folder from the repository and make a local copy of the file `dimensions.orig.h`:
    1010    {{{
    1111    $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF/trunk/WRFV3 ${WORKDIR}/WRFV3_80x90x39
     12    $ cp ${WORKDIR}/WRFV3_80x90x39/lmdz/dimensions.orig.h ${WORKDIR}/WRFV3_80x90x39/lmdz/dimensions.h
    1213    }}}
    13   1. Make a simbolic link in ${WORKDIR} (but you should make a hard copy of the file `dimension.h`):
     14  1. Make a simbolic link in ${WORKDIR} and make a local copy of the file `dimensions.orig.h`:
    1415    {{{
    1516    $ ln -s LMDZ_WRF/WRFV3 ${WORKDIR}/WRFV3_80x90x39
    1617    $ cd ${WORKDIR}/WRFV3_80x90x39
    1718    $ rm lmdz/dimension.h
    18     $ cp LMDZ_WRF/WRFV3/lmdz/dimension.h ${WORKDIR}/WRFV3_80x90x39/lmdz
     19    $ cp LMDZ_WRF/WRFV3/lmdz/dimensions.orig.h ${WORKDIR}/WRFV3_80x90x39/lmdz/dimensions.h
    1920    }}}
    2021