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/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts – NEMO

source: branches/2014/dev_r4650_UKMO14.12_STAND_ALONE_OBSOPER/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/README @ 5034

Last change on this file since 5034 was 5034, checked in by andrewryan, 9 years ago

merge with trunk

  • Property svn:keywords set to Id
File size: 1.8 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# HOW TO USE
28#----------------------------------------------------------------------
29./std_main.sh -plot -pdf
30or
31./std_main.sh -ts -pdf
32
33
34#----------------------------------------------------------------------
35# short note on: How to build IDL virtual Machine:
36#
37. ./std_plot_vardef.sh # or . ./std_ts_vardef.sh
38idl -IDL_STARTUP initenv
39IDL> .r std_main
40IDL> resolve_all
41IDL> save, /routines, filename='std_main.sav'
42IDL> exit
43#
44#----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.