Changes between Version 4 and Version 5 of Doc/Tools/External


Ignore:
Timestamp:
03/25/16 16:47:22 (8 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Tools/External

    v4 v5  
    2626 
    2727## Shell ## 
    28  * bash : recommended for interactive mode 
     28 * bash : recommended for interactive mode   --- You can read IPSL documentation on Bash [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
    2929 * ksh : used in batch scripts 
    3030 * awk gnu ({{{[g]awk}}}) 
     
    3636 * Basic command: [wiki:DocKexterntoolsAsvnbasic svn] 
    3737 * Online subversion manual: http://svnbook.red-bean.com/index.en.html 
     38 
     39You can read some IPSL slides on svn [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
    3840 
    3941## C++ compilers ## 
     
    7173 * [https://code.zmaw.de/projects/cdo cdo] 
    7274  
     75You can read IPSL documentation on nco / cdo / netcdf [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
     76 
    7377# Tools for analyze and visualization of NetCDF files # 
    7478 
     
    7983 * [http://forge.ipsl.jussieu.fr/saxo/ SAXO] 
    8084 
     85You can read IPSL documentation on ferre [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
     86 
    8187# A few tips for further reading # 
    8288 
    8389## Unix ## 
    8490 Google "Unix Tutorial" is a good starting point. 
    85  * Unix introduction 
     91 * Unix introduction -- You can read an IPSL documentation on Unix [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
    8692 * Linux Documentation: http://www.tldp.org/guides.html 
    8793   * Advanced Bash-Scripting guide. Mendel Cooper : http://tldp.org/LDP/abs/html/ 
     
    9197## Text editors ## 
    9298### Emacs ### 
    93  * Official website: http://www.gnu.org/software/emacs/ 
     99 * Official website: http://www.gnu.org/software/emacs/    -- You can find a list of emacs commands [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
    94100### vi and vim ### 
    95  * vim documentation : http://www.vim.org/docs.php 
     101 * vim documentation : http://www.vim.org/docs.php   -- You can read an IPSL documentation on vi / vim [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
     102 
     103 
    96104 
    97105## Programming and scripting languages ## 
     
    103111  * model validation tool: http://motherlode.ucar.edu:8080/thredds/cdmValidate.html 
    104112  
     113You can read an IPSL documentation on Python [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocKexterntools#BootCampIPSLpresentations-documentations-handsonsessions here] 
    105114 
    106115# !BootCamp IPSL presentations - documentations - hands on sessions #