Changeset 4 in lmdz_wrf


Ignore:
Timestamp:
Jul 9, 2014, 1:21:54 PM (10 years ago)
Author:
lfita
Message:

Fixing tiny typos...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README

    r3 r4  
    31316.1- prepare compilation (ready for 'lmd' machines in serial) if not, edit
    3232  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'
    35356.2- prepare compilation modifying Registry files (already done, have a look just in case):
    3636  6.2.a $ ls -lrta Registry/Registry.EM
     
    4444  $ cd lmdz
    4545  $ 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 ..
    4647
    47 8.- run script for second time 'tools/prepare_compilation.bash'
     489.- run script for second time 'tools/prepare_compilation.bash'
    4849  $ ./prepare_compilation.bash [WRF_LMDZsrc] [NETCDFhome] ${WORKDIR}/WRFV3_80x90x39
    4950
    50 9.- Recompile as usual
     5110.- Recompile as usual
    5152  $ compile em_real >& compile.log
    5253
    53 10.- Checking compilation (empty outputs)
     5411.- Checking compilation (empty outputs)
    5455  $ cat -n compile.log | grep Error
    5556  $ cat -n compile.log | grep Erreur (just in case you are in a French speaking computer)
    5657
    57 11.- Running simulation
     5812.- Running simulation
    5859  11.a: Run all the steps 'WPS' and 'real.exe' as usual
    5960  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.