Changeset 18 in lmdz_wrf


Ignore:
Timestamp:
Jul 18, 2014, 12:28:27 PM (10 years ago)
Author:
lfita
Message:

Modifying file in order to add compilation with the WRFmeas modifications

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
    22* L.Fita, Laboratoire de Meteorologie Dynamique, CNRS, UPMC-Jussieu, Paris, FRANCE
    33* July 2014
     
    66*   http://www.lmd.jussieu.fr/~lflmd/WRF_LMDZ/index.html
    77*   http://web.lmd.jussieu.fr/trac-LMDZ_WRF
     8*   http://www.lmd.jussieu.fr/~lflmd/WRFmeas/index.html
    89
    910*** Compilation instructions ***
    1011
    11121.- Extraction of the source code:
    12   $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF LMDZ_WRF
     13  $ svn co http://svn.lmd.jussieu.fr/LMDZ_WRF/branches/LMDZ_WRFmeas LMDZ_WRFmeas
    1314
    14152.- Copy (not int the repository folder...) folder 'WRFV3' to the desired spatial resolution (F77 legacy). As example one for 80x90x39
     
    3334  $ ./prepare_compilation.bash [WRF_LMDZsrc] [NETCDFhome] ${WORKDIR}/WRFV3_80x90x39
    3435
    35 6.1- prepare compilation (ready for 'lmd' machines in serial) if not, edit
     366.1- prepare compilation (ready for 'lmd' machines in serial, 'cp configure.serial_lmdz2wrf.lmd_WRFmeas.wrf configure.wrf') if not, edit
    3637  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)
    3839  6.1.c: modify 'lmdz/Makefile with that values from the 'configure.wrf'
    39406.2- prepare compilation modifying Registry files (already done, have a look just in case):
    4041  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
    4344
    44457.- Compile as usual
Note: See TracChangeset for help on using the changeset viewer.