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.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/ORCA2_SAS_LIM/IDL_scripts – NEMO

source: branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/ORCA2_SAS_LIM/IDL_scripts/README @ 5967

Last change on this file since 5967 was 5967, checked in by timgraham, 8 years ago

Reset keywords before merging with head of trunk

  • Property svn:keywords set to Id
File size: 1.5 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
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.