Changeset 18 in lmdz_wrf
- Timestamp:
- Jul 18, 2014, 12:28:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LMDZ_WRFmeas/README
r13 r18 1 **** Coupling WRF and LMDZ 1 **** Coupling WRF and LMDZ with the WRFmeas modifications 2 2 * L.Fita, Laboratoire de Meteorologie Dynamique, CNRS, UPMC-Jussieu, Paris, FRANCE 3 3 * July 2014 … … 6 6 * http://www.lmd.jussieu.fr/~lflmd/WRF_LMDZ/index.html 7 7 * http://web.lmd.jussieu.fr/trac-LMDZ_WRF 8 * http://www.lmd.jussieu.fr/~lflmd/WRFmeas/index.html 8 9 9 10 *** Compilation instructions *** 10 11 11 12 1.- Extraction of the source code: 12 $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF LMDZ_WRF13 $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF/branches/LMDZ_WRFmeas LMDZ_WRFmeas 13 14 14 15 2.- Copy (not int the repository folder...) folder 'WRFV3' to the desired spatial resolution (F77 legacy). As example one for 80x90x39 … … 33 34 $ ./prepare_compilation.bash [WRF_LMDZsrc] [NETCDFhome] ${WORKDIR}/WRFV3_80x90x39 34 35 35 6.1- prepare compilation (ready for 'lmd' machines in serial ) if not, edit36 6.1- prepare compilation (ready for 'lmd' machines in serial, 'cp configure.serial_lmdz2wrf.lmd_WRFmeas.wrf configure.wrf') if not, edit 36 37 6.1.a: $ ./configure 37 6.1.b: add pre-compiler flag ' -DLMDZ after -DNETCDF(inside configure.wrf)38 6.1.b: add pre-compiler flags '-DLMDZ' and '-DWRFmeas' after '-DNETCDF' (inside configure.wrf) 38 39 6.1.c: modify 'lmdz/Makefile with that values from the 'configure.wrf' 39 40 6.2- prepare compilation modifying Registry files (already done, have a look just in case): 40 41 6.2.a $ ls -lrta Registry/Registry.EM 41 Registry/Registry.EM -> Registry.EM.LMDZ 42 6.2.b $ ls -lrta Registry/registry.dimspec -> registry.dimspec.lmdz 42 Registry/Registry.EM -> Registry.EM.LMDZ_WRFmeas 43 6.2.b $ ls -lrta Registry/registry.dimspec -> registry.dimspec.lmdz_WRFmeas 43 44 44 45 7.- Compile as usual
Note: See TracChangeset
for help on using the changeset viewer.