Changes between Version 16 and Version 17 of Doc/Tools/External


Ignore:
Timestamp:
11/08/19 13:55:15 (4 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Tools/External

    v16 v17  
    1414## Forge ## 
    1515 
    16 The forge.ipsl.jussieu.fr machine is a forge [http://www.edgewall.org/ trac] 
     16The forge.ipsl.jussieu.fr machine is a forge [https://trac.edgewall.org/ trac] 
    1717 * Welcome page of the [wiki:Doc User guide] as TracWiki and its attached documents 
    18  * Source code archives with the [http://subversion.tigris.org/ svn] server  
     18 * Source code archives with the [http://subversion.apache.org/ svn] server  
    1919 * Problem tracker (tickets) 
    2020 
     
    2323 
    2424## Shell ## 
    25  * bash : recommended for interactive mode   --- You can read IPSL documentation on Bash [wiki:Doc/Tools/External#BootCampIPSLpresentations-documentations-handsonsessions here] 
     25 * bash : recommended for interactive mode   --- You can read 2016 IPSL documentation on Bash [attachment:20160324_unix.pdf here] 
    2626 * ksh : used in batch scripts 
    2727 * awk gnu ({{{[g]awk}}}) 
     
    3434 * Online subversion manual: http://svnbook.red-bean.com/index.en.html 
    3535 
    36 You can read some IPSL slides on svn [wiki:Doc/Tools/External#BootCampIPSLpresentations-documentations-handsonsessions here] 
     36You can read some 2016 IPSL slides on svn [attachment:20160324_svn.pdf here] 
    3737 
    3838## C++ compilers ## 
    3939 
    4040## Fortran compilers ## 
    41 To learn how to use Fortran, see e.g.  
    42  * Michel Olagnon's Fortran 90 List: http://www.ifremer.fr/ditigo/molagnon/fortran90/engfaq.html 
    43  * IDRIS training (the latest is available in English only): http://www.idris.fr/data/cours/lang/fortran/choix_doc.html 
     41To learn how to use Fortran, IDRIS training: http://www.idris.fr/formations/fortran/ 
    4442 
    4543Some Fortran compilers : 
     
    5250## FORTRAN libraries ## 
    5351 * [http://www.unidata.ucar.edu/software/netcdf/ NetCDF4 parallel] 
    54  * [http://www.hdfgroup.org/HDF5/doc/fortran/index.html HDF5 parallel]  
     52 * [https://support.hdfgroup.org/HDF5/doc/fortran/index.html HDF5 parallel]  
    5553 * MPI/OpenMP 
    5654 
     
    7068 * [https://code.zmaw.de/projects/cdo cdo] 
    7169  
    72 You can read IPSL documentation on nco / cdo / netcdf [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
     70You can read 2016 IPSL documentation on nco / cdo / netcdf [attachment:20160324_cdo_nco.pdf here] 
    7371 
    7472# Tools for analyze and visualization of NetCDF files # 
    7573 
    76  * [http://ferret.wrc.noaa.gov Ferret] 
     74 * [https://ferretop.pmel.noaa.gov/Ferret/ Ferret] 
    7775 * [http://www.ncl.ucar.edu NCL] 
    7876 * [http://meteora.ucsd.edu/~pierce/ncview_home_page.html ncview] 
    79  * [http://www.exelisvis.com/language/en-US/ProductsServices/IDL.aspx IDL] 
     77 * [https://www.harrisgeospatial.com/docs/using_idl_home.html IDL] 
    8078 * [http://forge.ipsl.jussieu.fr/saxo/ SAXO] 
    8179 
    82 You can read IPSL documentation on ferre [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
     80You can read 2016 IPSL documentation on ferret [attachment:20160324_ferret.pdf here] 
    8381 
    8482# A few tips for further reading #