Changes between Version 5 and Version 6 of WikiCompilation


Ignore:
Timestamp:
Jul 9, 2014, 3:41:40 PM (10 years ago)
Author:
lfita
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiCompilation

    v5 v6  
    11== Compilation instructions ==
    22
    3 1.- Extraction of the source code:
     31. Extraction of the source code:
    44{{{
    55$ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF LMDZ_WRF
    66}}}
    77
    8 1.- Copy (not int the repository folder...) folder `WRFV3` to the desired spatial resolution (F77 legacy). As example one for 80x90x39
     81. Copy (not int the repository folder...) folder `WRFV3` to the desired spatial resolution (F77 legacy). As example one for 80x90x39
    99{{{
    1010$ cp -R WRFV3 ${WORKDIR}/WRFV3_80x90x39
    1111}}}
    1212
    13 1.- Go to the `${WORKDIR}` and compile there
     131. Go to the `${WORKDIR}` and compile there
    1414{{{
    1515$ cd ${WORKDIR}/WRFV3_80x90x39
    1616}}}
    1717
    18 1.- Define domain size for LMDZ editing file `lmdz/dimensions.h` (see documentation for more details)
     181. Define domain size for LMDZ editing file `lmdz/dimensions.h` (see documentation for more details)
    1919{{{
    2020$ cat lmdz/dimensions.h
     
    4646    }}}
    4747  1. $ `ls -lrta Registry/registry.dimspec`
    48 {{{
     48    {{{
    4949    Registry/registry.dimspec -> registry.dimspec.lmdz
    50 }}}
     50    }}}
    5151
    52521. Compile as usual