Changeset 4 in lmdz_wrf
Legend:
- Unmodified
- Added
- Removed
-
README
r3 r4 31 31 6.1- prepare compilation (ready for 'lmd' machines in serial) if not, edit 32 32 6.1.a: $ ./configure 33 6.1.b: add pre-compiler flag -DLMDZ after -DNETCDF (inside conigure.wrf)34 6.1.c: modify lmdz/Makefile with that values from the 'configure.wrf'33 6.1.b: add pre-compiler flag' -DLMDZ after -DNETCDF (inside configure.wrf) 34 6.1.c: modify 'lmdz/Makefile with that values from the 'configure.wrf' 35 35 6.2- prepare compilation modifying Registry files (already done, have a look just in case): 36 36 6.2.a $ ls -lrta Registry/Registry.EM … … 44 44 $ cd lmdz 45 45 $ gfortran -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -fconvert=big-endian -frecord-marker=4 -O3 -ftree-vectorize -ftree-loop-linear -funroll-loops -w -ffree-form -ffree-line-length-none -fconvert=big-endian -frecord-marker=4 -g -O0 -fbacktrace -Wall -fbounds-check -c -L/u/lflmd/bin/gcc_netcdf-4.3.0/lib -lnetcdf -lnetcdff -I/u/lflmd/bin/gcc_netcdf-4.3.0/include lmdz_wrf_variables_mod.f90 46 $ cd .. 46 47 47 8.- run script for second time 'tools/prepare_compilation.bash'48 9.- run script for second time 'tools/prepare_compilation.bash' 48 49 $ ./prepare_compilation.bash [WRF_LMDZsrc] [NETCDFhome] ${WORKDIR}/WRFV3_80x90x39 49 50 50 9.- Recompile as usual51 10.- Recompile as usual 51 52 $ compile em_real >& compile.log 52 53 53 1 0.- Checking compilation (empty outputs)54 11.- Checking compilation (empty outputs) 54 55 $ cat -n compile.log | grep Error 55 56 $ cat -n compile.log | grep Erreur (just in case you are in a French speaking computer) 56 57 57 1 1.- Running simulation58 12.- Running simulation 58 59 11.a: Run all the steps 'WPS' and 'real.exe' as usual 59 60 11.b: folder 'WRFV3/run' is not completed (no binaries in repository!), thus get a copy of the right WRF version and use the original source
Note: See TracChangeset
for help on using the changeset viewer.