This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1. Open JS console ([How to?](http://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers)) | |
// 2. Copy the following code in and execute | |
(function () { | |
function loadScript(url, callback) { | |
var script = document.createElement("script") | |
script.type = "text/javascript"; | |
if (script.readyState) { //IE |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setOffScreen(1) | |
idv.getStateManager().setViewSize(java.awt.Dimension(1000,1000)) #1000 x 1000 pixels | |
#Datasource (this can be made into a prompt for multiple model files) | |
dsStr = java.lang.String("/disk7/rkowch/IDV/mitfluids/netcdf/") | |
ModelFile = java.lang.String("IDVmitmodel2.nc") | |
dsStr = java.lang.String(dsStr.concat(ModelFile)) | |
ds = makeDataSource(dsStr,"netcdf.grid") | |
print "Datasource Created" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Message Buffer: | |
Eager macro-expansion failure: (wrong-number-of-arguments #[(old new) "\302\303 E\304\305 FE\207" [old new progn defalias put (quote byte-obsolete-variable)] 6] 3) | |
Backtrace Buffer: | |
Debugger entered--Lisp error: (wrong-number-of-arguments #[(old new) "\302\303 E\304\305 FE\207" [old new progn defalias put (quote byte-obsolete-variable)] 6] 3) | |
#[(old new) "\302\303 E\304\305 FE\207" [old new progn defalias put (quote byte-obsolete-variable)] 6]((quote org-html-style-include-scripts) (quote org-html-head-include-scripts) "24.4") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="ISO-8859-1"?> | |
<object class="java.util.Hashtable"> | |
<method name="put"> | |
<string><![CDATA[datasources]]></string> | |
<object class="java.util.ArrayList"> | |
<method name="add"> | |
<object class="ucar.unidata.data.grid.DodsGeoGridDataSource" id="id11"> | |
<property name="EnsembleSelection"> | |
<null class="java.util.List"/> | |
</property> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/.ipynb_checkpoints/ | |
*~ |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import matplotlib.pyplot as plt | |
from numpy import ma | |
from matplotlib.colors import ListedColormap | |
from metpy.cbook import get_test_data | |
from metpy.io.nexrad import Level3File | |
from metpy.plots import ctables | |
import matplotlib as mpl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
thredds_thredds.1.robecmeeki1h@manager | chown: changing ownership of '/usr/local/tomcat/conf/tomcat-users.xml': Read-only file system | |
thredds_thredds.1.robecmeeki1h@manager | 24-Jan-2019 23:36:01.250 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'server' to 'Apache' did not find a matching property. | |
thredds_thredds.1.robecmeeki1h@manager | 24-Jan-2019 23:36:01.338 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version: Apache Tomcat | |
thredds_thredds.1.robecmeeki1h@manager | 24-Jan-2019 23:36:01.338 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built: Dec 12 2018 12:07:02 UTC | |
thredds_thredds.1.robecmeeki1h@manager | 24-Jan-2019 23:36:01.338 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server number: 8.5.37.0 | |
thredds_thredds.1.robecmeeki1h@manager | 24-Jan-2019 23:36:01.339 INFO [main] org.apache.catalina.sta |
