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