Changes between Version 5 and Version 6 of WikiCompilation
- Timestamp:
- Jul 9, 2014, 3:41:40 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiCompilation
v5 v6 1 1 == Compilation instructions == 2 2 3 1. -Extraction of the source code:3 1. Extraction of the source code: 4 4 {{{ 5 5 $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF LMDZ_WRF 6 6 }}} 7 7 8 1. -Copy (not int the repository folder...) folder `WRFV3` to the desired spatial resolution (F77 legacy). As example one for 80x90x398 1. Copy (not int the repository folder...) folder `WRFV3` to the desired spatial resolution (F77 legacy). As example one for 80x90x39 9 9 {{{ 10 10 $ cp -R WRFV3 ${WORKDIR}/WRFV3_80x90x39 11 11 }}} 12 12 13 1. -Go to the `${WORKDIR}` and compile there13 1. Go to the `${WORKDIR}` and compile there 14 14 {{{ 15 15 $ cd ${WORKDIR}/WRFV3_80x90x39 16 16 }}} 17 17 18 1. -Define domain size for LMDZ editing file `lmdz/dimensions.h` (see documentation for more details)18 1. Define domain size for LMDZ editing file `lmdz/dimensions.h` (see documentation for more details) 19 19 {{{ 20 20 $ cat lmdz/dimensions.h … … 46 46 }}} 47 47 1. $ `ls -lrta Registry/registry.dimspec` 48 {{{48 {{{ 49 49 Registry/registry.dimspec -> registry.dimspec.lmdz 50 }}}50 }}} 51 51 52 52 1. Compile as usual