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.
initenv.pro in branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts – NEMO

source: branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/NEMOGCM/CONFIG/ORCA2_LIM/IDL_scripts/initenv.pro @ 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.1 KB
Line 
1;
2; This is the initialisation file.
3; it defines the !path and the defaut values of some of the common variables
4;
5; this is supposed to speed-up IDL...
6;
7; a = fltarr(1000,1000,100)
8; a = 0
9;
10; path definition
11;
12!path = expand_path('+' + getenv('SAXO_DIR') ) + ':' + expand_path('+' + !dir)
13;
14; compatibility with the old version
15;
16keep_compatibility, 0
17;
18; define all the commons
19;
20@all_cm
21;
22; define default directories
23;
24homedir = './'
25iodir = './'
26psdir = isadirectory(getenv('PS_DIR'), title = 'Select the default postscripts directory')
27imagedir = './'
28animdir = './'
29;
30; define printer parameters
31;
32printer_human_names = ''
33printer_machine_names = ''
34print_command = ''
35;
36; colors ...
37;
38device, decomposed = 0
39device, retain = 2
40lct, 65
41;
42; postscript parameters ...
43;
44key_portrait = 0
45page_size = [20.9903, 29.7039]
46windowsize_scale = 1.0000
47archive_ps = 0
48;
49;========================================================
50; end of the part that should be modified by the users...
51;========================================================
52;
53; if needed, keep compatibility with the old version
54;
55@updateold
56;
Note: See TracBrowser for help on using the repository browser.