User Tools

Site Tools


other:newppl:starting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
other:newppl:starting [2022/11/18 10:46]
jypeter Added a specific Text editors section
other:newppl:starting [2023/01/12 15:23]
jypeter [NetCDF and file formats]
Line 443: Line 443:
 ==== Text editors ==== ==== Text editors ====
  
-<note important>​A //jupyter notebook// is not a text editor! ​You need a correct text editor to efficiently work with scripts and programs</​note> ​+<note important>​A //jupyter notebook// is **not** a text editor!
  
-There are **lots** of text editors ​used on Linux computers/​servers (vi, vim, gvim, emacs, nano, ...), that you can use: +**You need a correct text editor to efficiently work with scripts and programs** 
-  * in basic text terminals ​(if you know the basic commands and shortcuts) + 
-  * or in graphic mode (you may need to have an [[other:​x_conf|X server ​configured]])+{{ :​other:​newppl:​real_programmers.png?​direct&​600 |}} [[https://​www.explainxkcd.com/​wiki/​index.php/​378:​_Real_Programmers|xkcd & Real Programmers]]</​note>​  
 + 
 +There are **lots of text editors ​available** ​on Linux computers/​servers (''​emacs'',​ ''​nano'',​ ''​vi''​''​vim''​''​gvim''​''​gedit''​, ...). You can use them
 +  * In basic **text terminals** 
 +    * useful ​if you are in a hurry, and/or working on a remote server with a bad network connection or have no local [[other:​x_conf|X server]] running 
 +    * you should ​know the basic commands and shortcuts! Some text editors (e.g ''​nano''​fortunately display some help at the bottom of the screen 
 + 
 +  * With a **full Graphical User Interface** ​(aka //GUI//) allowing ​you to use the mouse+menus/​buttons/​etc... 
 +    * you will need to have a //​local// ​[[other:​x_conf|X server]] ​running, if you want to use the text editor GUI on a //remote// server
  
 === emacs === === emacs ===
  
-    * An annotated reference card of the ''​emacs''​ text editor ({{:​other:​newppl:​emacs_jyp.pdf}}) +<note important>​Read ​the **dedicated ​[[other:emacs_doc|Using emacs]] ​page**, and become a power user!</​note>​ 
-      ​JYP's .emacs file: {{:​other:​emacs_linux_150806.tar|for Linux}} - {{:​other:​emacs_win_7_64_140408.zip|for Windows}}, with [[other:win7apps#​gnu_emacs_gnuwin_diffutils|emacs ​for Windows]]+ 
  
 === vi (vim, gvim) === === vi (vim, gvim) ===
Line 458: Line 467:
   * [[https://​www.atmos.albany.edu/​daes/​atmclasses/​atm350/​vi_cheat_sheet.pdf|vi cheat sheet]]   * [[https://​www.atmos.albany.edu/​daes/​atmclasses/​atm350/​vi_cheat_sheet.pdf|vi cheat sheet]]
   * [[https://​web.mit.edu/​merolish/​Public/​vi-ref.pdf|vi reference card]]   * [[https://​web.mit.edu/​merolish/​Public/​vi-ref.pdf|vi reference card]]
 +
 +=== Notepad++ ===
 +
 +[[other:​win10apps#​notepad|Notepad++]] is a nice and powerful text editor for **Windows**,​ but it is also very easy to [[other:​emacs_doc#​windows_installation|install emacs on Windows]]
 ==== NetCDF and file formats ==== ==== NetCDF and file formats ====
  
Line 466: Line 479:
     * The files in the [[https://​esgf-node.ipsl.upmc.fr/​projects/​esgf-ipsl/​|CMIPn (n ≥ 5) database]] are written with the [[https://​cmor.llnl.gov/​|CMOR 3 library]] in order to make sure that they follow exactly the requested standards     * The files in the [[https://​esgf-node.ipsl.upmc.fr/​projects/​esgf-ipsl/​|CMIPn (n ≥ 5) database]] are written with the [[https://​cmor.llnl.gov/​|CMOR 3 library]] in order to make sure that they follow exactly the requested standards
   * You can use [[other:​win7apps#​panoply|Panoply]] and [[http://​meteora.ucsd.edu/​~pierce/​ncview_home_page.html|ncview]] for visualizing quickly the NetCDF files   * You can use [[other:​win7apps#​panoply|Panoply]] and [[http://​meteora.ucsd.edu/​~pierce/​ncview_home_page.html|ncview]] for visualizing quickly the NetCDF files
-  * [[https://​code.zmaw.de/​projects/​cdo/​wiki/​Cdo#​Documentation|Climate Data Operators]] for manipulating NetCDF files (and some other formats) +  * [[https://​code.zmaw.de/​projects/​cdo/​wiki/​Cdo#​Documentation|Climate Data Operators]] ​(''​cdo''​) ​for manipulating NetCDF files (and some other formats) 
-  * [[http://​nco.sourceforge.net/#​RTFM|netCDF Operator (NCO)]] for manipulating NetCDF files+  * [[http://​nco.sourceforge.net/#​RTFM|netCDF Operator]] (//NCO//) for manipulating NetCDF files
   * [[http://​cfconventions.org/​|NetCDF CF (Climate and Forecast) Metadata Conventions]]:​ this will help you understand the information you get when you do a ''​ncdump -h some_climate_data_file.nc''​   * [[http://​cfconventions.org/​|NetCDF CF (Climate and Forecast) Metadata Conventions]]:​ this will help you understand the information you get when you do a ''​ncdump -h some_climate_data_file.nc''​
   * Using Python to work with NetCDF data:   * Using Python to work with NetCDF data:
other/newppl/starting.txt · Last modified: 2024/07/19 13:24 by jypeter