source: trunk/LMDZ.COMMON/ioipsl/README @ 2757

Last change on this file since 2757 was 2412, checked in by emillour, 4 years ago

All GCMs:
Update scripts to install the IOIPSL. With the latest additions it is no longer necessary to use "modipsl" and a series of "sed" on various scripts. IOIPSL now uses arch.* files and an FCM-based compilation script, like the GCMs.
EM

File size: 912 bytes
Line 
1Scripts in this directory are illustrative examples of how to
2download and install IOIPSL, e.g.:
31) install_ioipsl_occigen.bash: everything is set for Occigen, just run:
4./install_ioipsl_occigen.bash
5And output modules and library will be in ../../IOIPSL
6(with links in 'modipsl/lib' and 'modipsl/bin' for backward compatibility)
7
82) install_ioipsl_gfortran.bash, and install_ioipsl_pgf90.bash and
9install_ioipsl_ifort.bash are more general examples
10for installing IOIPSL on a machine with these compilers.
11For these you might need to ajust the location of the NetCDF library
12(see the NETCDF_HOME variable in the script)
13And you will need to set up arch files (which should match those
14of the GCM) to adequately compile the library
15
16Note that it is a good idea to install IOIPSL alongside LMDZ
17so that its version can be tracked (and potentialy updated), as it is
18downloaded from a different svn repository.
19
20
21
22
Note: See TracBrowser for help on using the repository browser.