Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - fmk

Pages: 1 ... 10 11 [12] 13 14 ... 16
166
we will pop up a dialog box and show the text there .. we have added to our list of things to do=, for reference it is
 DF-196 in quoFEM

167
Programming Bootcamp / Re: Programming Bootcamp
« on: November 28, 2020, 05:53:43 AM »
it will be an introduction to python .. it will be taught by a prof currently teaching a python course at U. Washington .. it requires you to watch a lot of videos before showing up for hand on labs .. there are no prerequisites other than having access to your own computer capable of running python notebooks. you can look at materials from the last bootcamp .. the python modules will be similar.
https://nheri-simcenter.github.io/SimCenterBootcamp2020/source/lecture_videos.html#general-topics

168
Henry

we added autoSDA to EE-UQ (just put out the 2.2.0 release). it will be added to PBE on next release of that tool.

169
i have uploaded a new version, 2.2.0 with ability to scale as per peer website

170
Earthquake Engineering (EE-UQ) / Re: EE-UQ - Failed to run the workflow!!!
« on: September 30, 2020, 12:08:53 AM »
the issue was resolved. the problem was that the application was not pointing to a python exe. the solution was to download python 3.7 version from python.org and install it. then in the file prefereences do a reset. the application  was able to find python and it ran successfully.

171
Earthquake Engineering (EE-UQ) / Re: Bulk Download of Time History Records
« on: September 26, 2020, 05:48:31 AM »
we can probably provide an interface to allow downloading files with just the RSN numbers .. 1500 at a time might be beyond what PEER will allow us .. will check with them.

173
Earthquake Engineering (EE-UQ) / Re: EE-UQ - Failed to run the workflow!!!
« on: September 25, 2020, 07:41:57 PM »
can you put that dakota.json file in the attachments

174
Earthquake Engineering (EE-UQ) / Re: EE-UQ - Failed to run the workflow!!!
« on: September 23, 2020, 06:12:14 AM »
go to the ~/Documents/EE-UQ/LocalWorkDir/tmp.SimCenter folder and tell me what is there.

175
Hydrodynamic Engineering (Hydro-UQ) / Re: Login box
« on: September 11, 2020, 04:06:00 PM »
it should be added .. we have added to our list of features to add .. for us it is task H20-135 in our Jira system

176
what i wanted to see was if the problem was related to a single motion or all .. you basically confirmed it was all .. if you look at the output that you provided in your original post you will see that the errors started when accessing the opensha.usc.edu website .. a wget with the same URL returns a similar error message  .. so either the web service that was provided is no longer functional or the calling sequence has been changed .. issuing the following at a terminal window

wget http://opensha.usc.org:8080/OpenSHA_dev/Site_Data/Wills2015

or even placing the url in the browser both return null data.

will look into it further to see if they have moved stuff around.

177
it is a problem when you use remote sites that they can move things around and take things down. this appears to be what has happened here. do other motions work with the same url to opensha or are they all down?

178
sorry about the delay .. i modified a couple of things in the file to get it working .. it was missing period (period being a hold over from TPU dataset being equivalent to duration of event .. there was also an error in the documentation (related to windSpeed and shape) .. i have fixed the documentation. Attached is the revised .json file.

you still get a few nan's, but only because there is 0 load in y and rz direction because of input.

179
sorry .. not enough time here

180
Programming Bootcamp / Re: & Vector::operator()
« on: August 19, 2020, 04:32:52 PM »
the two operators are for the two possible uses, lhs of an equation and rhs of an equation:

the & is for the lhs case, where we want to return a reference so that we can change the address:
    v(1) = 1.0;

the non & that ends with const is for the rhs (the const at the end means we are not changing the vector in the method)
    double a = v(1);


Pages: 1 ... 10 11 [12] 13 14 ... 16