New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
README in trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts – NEMO

source: trunk/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/README @ 2751

Last change on this file since 2751 was 2751, checked in by smasson, 13 years ago

large update of IDL_scripts for Is-ENES

  • Property svn:keywords set to Id
File size: 1.4 KB
Line 
1#----------------------------------------------------------------------
2# prerequired
3#----------------------------------------------------------------------
4To use these idl tools, you need to download some climatogies and mask files;
5that you can find here: http://dodsp.idris.fr/reee512/NEMO_OUT/ORCA2_LIM/
6
7There is the wget command to get all those files (thanks to F. Pinsard)
8wget --recursive -l2 --no-directories --no-parent -A.nc -erobots=off http://dodsp.idris.fr/reee512/NEMO_OUT/ORCA2_LIM/
9
10You will aslo need the meshmask file (set nn_msh = 1 or nn_msh = 7 in your namelist and run the model for at least 1 time step).
11
12#----------------------------------------------------------------------
13# define your std_plot_vardef.sh or std_ts_vardef.sh file
14#----------------------------------------------------------------------
15Use the examples provided in :
16 - std_ts_vardef.sh_1 or std_ts_vardef.sh_2
17 - std_plot_vardef.sh_1 or std_plot_vardef.sh_2
18to build your own std_plot_vardef.sh or std_ts_vardef.sh file.
19
20This file is needed to define you PATH, the experiments and variables names
21
22
23
24
25
26
27
28
29#----------------------------------------------------------------------
30# short note on: How to build IDL virtual Machine:
31#
32. ./std_plot_vardef.sh # or . ./std_ts_vardef.sh
33idl -IDL_STARTUP initenv
34IDL> .r std_main
35IDL> resolve_all
36IDL> save, /routines, filename='std_main.sav'
37IDL> exit
38#
39#----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.