Changeset 5115
- Timestamp:
- 2015-03-03T10:54:34+01:00 (8 years ago)
- Location:
- trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/README
r4755 r5115 2 2 # prerequired 3 3 #---------------------------------------------------------------------- 4 To use these idl tools, you need to download some climatogies and mask files; 4 First, you need either : 5 - IDL (version 6.4 or above), see : http://www.exelisvis.com/ProductsServices/IDL.aspx 6 In this case, you also need to download SAXO which is a free package of IDL scripts: 7 define $PATH_SAXO, the path where you will download SAXO and get it through svn with the following command. 8 > PATH_SAXO=... 9 > svn checkout http://forge.ipsl.jussieu.fr/saxo/svn/trunk/SRC $PATH_SAXO/SAXO_DIR/SRC 10 11 - or the IDL Virtual Machine which is free to use and does not require a license to run , see : 12 http://www.exelisvis.com/Support/HelpArticlesDetail/TabId/219/ArtMID/900/ArticleID/12395/The-IDL-Virtual-Machine.aspx 13 the virtual machine requites std_main.sav that is distributed with this README. 14 15 Next, to use these idl tools, you need to download some climatogies and mask files; 5 16 that you can find here: http://dodsp.idris.fr/reee512/NEMO_OUT/ORCA2_LIM/ 6 17 … … 13 24 # define your std_plot_vardef.sh or std_ts_vardef.sh file 14 25 #---------------------------------------------------------------------- 15 Use the examples provided in : 26 These files are needed to define your PATHs, the experiments and variables names you used in your experiment. 27 - std_plot_vardef.sh is used to do all plots based on temporal mean (maps, vertical profiles...). 28 - std_ts_vardef.sh is used to do all time-series type of plot. 29 30 To build you own std_plot_vardef.sh or std_ts_vardef.sh file; use the examples provided such as: 16 31 - std_ts_vardef.sh_example1 or std_ts_vardef.sh_example2 17 32 - std_plot_vardef.sh_example1 or std_plot_vardef.sh_example2 18 to build your own std_plot_vardef.sh or std_ts_vardef.sh file.19 33 20 This file is needed to define you PATH, the experiments and variables names 21 22 you can copy std_ts_vardef.sh_example1 con std_ts_vardef.sh 23 and std_plot_vardef.sh_example1 std_plot_vardef.sh 24 34 Note that if you use the IDL Virtual Machine, the variable SAXO_DIR defined in std_plot_vardef.sh or std_ts_vardef.sh is not used. Any definition will be ok. 25 35 26 36 #---------------------------------------------------------------------- … … 32 42 33 43 34 #---------------------------------------------------------------------- 35 # short note on: How to build IDL virtual Machine: 44 45 46 ########################################################################################################## 47 # short note for developers of this package on: 48 # How to build the tarball required for IDL virtual Machine: 49 ########################################################################################################## 50 # 51 # we need to recreate std_main.sav as soon as we change IDL programmes files as 52 # std_main.sav contains all ".pro" files aready compiled to be used with the virtual machine 36 53 # 37 54 . ./std_plot_vardef.sh # or . ./std_ts_vardef.sh
Note: See TracChangeset
for help on using the changeset viewer.