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 branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts – NEMO

source: branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/README @ 4516

Last change on this file since 4516 was 4394, checked in by flavoni, 10 years ago

add time series of FRAM STRAIT, and update IDL plots, see ticket: #724

  • Property svn:keywords set to Id
File size: 1.6 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_example1 or std_ts_vardef.sh_example2
17 - std_plot_vardef.sh_example1 or std_plot_vardef.sh_example2
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
22you can copy std_ts_vardef.sh_example1 con std_ts_vardef.sh
23and std_plot_vardef.sh_example1 std_plot_vardef.sh
24
25
26
27
28
29
30#----------------------------------------------------------------------
31# short note on: How to build IDL virtual Machine:
32#
33. ./std_plot_vardef.sh # or . ./std_ts_vardef.sh
34idl -IDL_STARTUP initenv
35IDL> .r std_main
36IDL> resolve_all
37IDL> save, /routines, filename='std_main.sav'
38IDL> exit
39#
40#----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.