184_projects:meanwhile_at_hq_24

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
184_projects:meanwhile_at_hq_24 [2024/01/05 19:56] tdeyoung184_projects:meanwhile_at_hq_24 [2024/01/17 20:39] (current) tdeyoung
Line 1: Line 1:
 ===== Project: Meanwhile Back At Stormchaser HQ ===== ===== Project: Meanwhile Back At Stormchaser HQ =====
  
-The team back at headquarters has just received a call from the National Weather Service (https://www.weather.gov/) that they want you to take some additional data on this cloud. Apparently the cloud is behaving strangelymoving northward, which is not typical of most clouds in this geographical region (see some [[https://www.physicsforums.com/threads/why-do-clouds-move-in-a-certain-direction.757627/|discussion of this here]] if you're interested), and staying together longer than most clouds do.  Someone in town has started a rumor that the cloud is unnatural, and the mayor is demanding the NWS look into it.  For the moment, the winds have died down and the cloud isn't moving.+==== Kick Off Questions ==== 
 +  - What is the difference between a separation vector ($\vec{r}$) and a separation //unit// vector ($\hat{r}$)? 
 +  - What should the E-field look like on the ground for a positive storm cloud? What about a negative cloud? 
 +  - Read through the main question and look at the given code block. Read through the code line-by-line as a group and write out in plain English words (or pseudocode) what each line does. For example "Line 3 - makes a cloud as a white sphere" 
 + 
 +==== Main Problem ==== 
 +The team back at headquarters has just received a call from the National Weather Service (https://www.weather.gov/) that they want you to take some additional data on this cloud. Apparently the cloud is behaving strangely. It is staying together longer than most clouds do and is moving northward, which is not typical of most clouds in this geographical region (see some [[https://www.physicsforums.com/threads/why-do-clouds-move-in-a-certain-direction.757627/|discussion of this here]] if you're interested).  Someone in town has started a rumor that the cloud is unnatural, and the mayor is demanding the S.P.A.R.T.A.N. team look into it with the new Super-Mega-Storm-Cloud-Meter 9000<sup>TM</sup>.  For the moment, the winds have died down and the cloud isn't moving.
  
 The Super-Mega-Storm-Cloud-Meter 9000<sup>TM</sup>, standing 30 m tall, operates by collecting data from the cloud using a series of satellite dishes on the ground that monitor the cloud as it moves and develops/deteriorates, sort of like a fancy [[https://en.wikipedia.org/wiki/Multimeter|digital multimeter]]. There is only one problem: the equipment you are going to use to collect said data is //extremely// sensitive, specifically to electric field interference.  In order to collect useful data, it must be properly calibrated to the source of interest. The field team has already set up the device below the cloud 250 m away from HQ.  In order to calibrate this instrument, a computer model of the electric field of the cloud needs to be created and sent to the measuring device's main computer, located with the field team. This allows them to correct for any background "noise" in the data caused by satellite dishes, cell phones, camera equipment, power lines, transformers, interference with any residual charges in the ground, etc.  Thankfully, your team has a template for building these computer models. The Super-Mega-Storm-Cloud-Meter 9000<sup>TM</sup>, standing 30 m tall, operates by collecting data from the cloud using a series of satellite dishes on the ground that monitor the cloud as it moves and develops/deteriorates, sort of like a fancy [[https://en.wikipedia.org/wiki/Multimeter|digital multimeter]]. There is only one problem: the equipment you are going to use to collect said data is //extremely// sensitive, specifically to electric field interference.  In order to collect useful data, it must be properly calibrated to the source of interest. The field team has already set up the device below the cloud 250 m away from HQ.  In order to calibrate this instrument, a computer model of the electric field of the cloud needs to be created and sent to the measuring device's main computer, located with the field team. This allows them to correct for any background "noise" in the data caused by satellite dishes, cell phones, camera equipment, power lines, transformers, interference with any residual charges in the ground, etc.  Thankfully, your team has a template for building these computer models.
 +
 +Complete the computer model that will calibrate the Super-Mega-Storm-Cloud-Meter 9000<sup>TM</sup> to the cloud's electric field at the position of the meter. Once that is working, the Super-Mega-Storm-Cloud-Meter 9000<sup>TM</sup> will also need a variety of electric field positions (at the satellite dishes on the ground) to the North and the South of its operation point once it has been properly programmed for its stationary position. This is to set a baseline for collecting data as the cloud begins moving.
  
 <code> <code>
 +GlowScript 2.9 VPython
 ## Scene Setup ## Scene Setup
 scene = display(width=1000, height = 1000) scene = display(width=1000, height = 1000)
Line 35: Line 44:
 </code> </code>
  
-Complete the computer model that will calibrate the Super-Mega-Storm-Cloud-Meter 9000<sup>TM</sup> to the cloud's electric field at the position of measurement. The Super-Mega-Storm-Cloud-Meter 9000<sup>TM</sup> will also need to be calibrated for a variety of electric field positions to the North and the South of its operation point once it has been properly programmed for its stationary position. This is to set a baseline for collecting data as the cloud begins moving.+
  
 === Notes on Coding === === Notes on Coding ===
Line 53: Line 62:
 </WRAP> </WRAP>
  
-Conceptual questions: +==== Wrap Up Questions ==== 
-  - What should the E-field look like for a positive storm cloud? What about a negative cloud? +  - How do you know if your code is working right? (Write these in your evaluation quadrant!) 
-  - How do you know if your code is working right? +  - What does the while loop do in Step 2? How do you know what should be inside the loop vs outside the loop
-  - What happens to your arrows if you change different parameters in the code? (e.g. cloud height, cloud charge, etc.)+  - What happens to your arrows if you change different parameters in the code? Try it out! (e.g. cloud height, cloud charge, etc.)
   - How big is the E-field below the cloud? Is that large/small/normal for an E-field?   - How big is the E-field below the cloud? Is that large/small/normal for an E-field?
   - What direction does the separation vector point? What about the E-field?   - What direction does the separation vector point? What about the E-field?
   - What assumptions did you need to make to simplify this problem?    - What assumptions did you need to make to simplify this problem? 
  • 184_projects/meanwhile_at_hq_24.1704484596.txt.gz
  • Last modified: 2024/01/05 19:56
  • by tdeyoung