summarylogtreecommitdiffstats
path: root/hluresfile
diff options
context:
space:
mode:
authorXavierCLL2015-06-13 00:29:46 -0500
committerXavierCLL2015-06-13 00:29:46 -0500
commit7b128f14fb7f32b0ccd3505f7324580f40153124 (patch)
tree0ae67a3b09fdc8eaf2fc96988d207030ef3969ee /hluresfile
downloadaur-7b128f14fb7f32b0ccd3505f7324580f40153124.tar.gz
Initial import
Diffstat (limited to 'hluresfile')
-rw-r--r--hluresfile38
1 files changed, 38 insertions, 0 deletions
diff --git a/hluresfile b/hluresfile
new file mode 100644
index 000000000000..01cb5edf8e2f
--- /dev/null
+++ b/hluresfile
@@ -0,0 +1,38 @@
+!=========================================
+! This is a sample .hluresfile. It should
+! go in your home directory.
+!
+! Comments for ".res" files are preceded by a "!".
+! Remember quotations are not used in .res files.
+
+! White background/black foreground, these are the default in V6.1.0
+*wkForegroundColor : (/0.,0.,0./)
+*wkBackgroundColor : (/1.,1.,1./)
+
+! Have a favorite colormap that you use for everything? You can
+! make it your default here (note the name is NOT in quotes).
+!
+! In Version 6.1.0, the default is "ncl_default":
+! http://www.ncl.ucar.edu/Document/Graphics/ColorTables/ncl_default.shtml
+!
+! For all available color maps, see
+! http://www.ncl.ucar.edu/Document/Graphics/color_table_gallery.shtml
+*wkColorMap : BlueWhiteOrangeRed
+
+! Font - this is the default in V6.1.0.
+! Use times-roman to get the pre-V6.1.0 default.
+*Font : helvetica
+
+! Function code - this is the default in V6.1.0.
+! Use ':' to get the pre-V6.1.0 default.
+*TextFuncCode : ~
+
+! Make default X11 window larger (the default is 500x500)
+*wkWidth : 800
+*wkHeight : 800
+
+! Increase the default (16mb) contour memory
+! For example, if you have gridded data that
+! is larger than 500 x 500, you may need this.
+*wsMaximumSize: 32556688
+!========================================== \ No newline at end of file