2. assignment #1 - atmos.umd. · pdf filecopyright © 2016 university of maryland. this...

26
Copyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016 Intro to FORTRAN and Simple Computations: Day 3 1. Remote Access 2. Assignment #1 9 Sep 2016 Analysis Methods in Atmospheric and Oceanic Science AOSC 652 1

Upload: phungphuc

Post on 31-Jan-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

Intro to FORTRAN and Simple Computations: Day 3

1. Remote Access2. Assignment #1

9 Sep 2016

Analysis Methods in Atmospheric and Oceanic Science

AOSC 652

1

Page 2: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

Remote Access1. Install Virtual Private Network (VPN) (1 time)

https://terpware.umd.edu/Windows/Title/1840

2. Open VPN (every time)• Enter vpn.umd.edu in box to right of padlock• Select either UMD for Group• Login using UMd username & psswrd

3a. For PCs:• download and install SSH secure shell client (1 time)

http://ter.ps/c6t (aosc/aosc)

• download and install Xming (1 time)http://ter.ps/c6u

• open Xming• open SSH client and enable X11 tunneling (1 time)

Edit → SettingsProfile Settings → Connection → TunnelingCheck box “Tunnel X11 Connections”

• connect to remote host halo.atmos.umd.eduaosc username

&psswrd

2

Page 3: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

Remote Access1. Install Virtual Private Network (VPN) (1 time)

https://terpware.umd.edu/Mac/Title/1840

2. Open VPN (every time)• Enter vpn.umd.edu in box to right of padlock• Select either UMD for Group• Login using UMd username & psswrd

3b. For Macs:• download and install XQuartz (1 time)

https://www.xquartz.org

• applications / utilities/ “terminal” (every time)• ssh –Y [email protected] aosc username

&psswrd

• metosrv8 cluster is designed to be accessed from this room only• this design is motivated by past problems with grad students not in a class,

taking over the metosrv8 CPUs during a class• functionality of halo−vm should be identical to functionality of metosrv8

Please let me know if any problems arise.

3

Page 4: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

4

Page 5: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

5

Page 6: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

Contents of my .htaccess file:

AuthUserFile /homes/metofac/rjs/www/aosc652/.htpasswdAuthGroupFile /dev/nullAuthName “Restricted Access”AuthType Basic

require valid−user

6

Page 7: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

Helper website:

7

Page 8: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

Helper website:

← linux command

8

Page 9: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

9

Page 10: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

10

Page 11: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

“foo” is a word in the language of computer-ese

11

Page 12: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

“foo” is a word in the language of computer-ese

Can read more about “foo” athttp://forum.statcounter.com/vb/archive/index.php/t-29926.html

12

Page 13: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

aosc652:zTAzBCW.2HM7U

13

Page 14: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their hoWhat are the permission privileges of the .htpasswd file?

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

aosc652:zTAzBCW.2HM7U

14

Page 15: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

aosc652:zTAzBCW.2HM7U

Can learn more about .htpasswd and web page security at:

http://stackoverflow.com/questions/12291080/proper-htpasswd-usage

Security experts recommend that the .htpasswd file be placed in aportion of your filespace inaccessible to the web.Why do you think this recommendation is made?

How would you implement this recommendation?

We will not dwell further on web page security.

15

Page 16: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

aosc652:zTAzBCW.2HM7U

Can learn more about .htpasswd and web page security at:

http://stackoverflow.com/questions/12291080/proper-htpasswd-usage

Security experts recommend that the .htpasswd file be placed in aportion of your filespace inaccessible to the web.Why do you think this recommendation is made?

How would you implement this recommendation?

We will not dwell further on web page security.

16

Page 17: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

aosc652:zTAzBCW.2HM7U

Can learn more about .htpasswd and web page security at:

http://stackoverflow.com/questions/12291080/proper-htpasswd-usage

Security experts recommend that the .htpasswd file be placed in aportion of your filespace inaccessible to the web.Why do you think this recommendation is made?

How would you implement this recommendation?

We will not dwell further on web page security.

17

Page 18: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• 1 provided pathnames that was incorrect: proper pathnames very helpfulfor mission control as this class proceeds!

• No one conducted assignment in their home directory: outstanding!

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

.htpasswd file:

aosc652:zTAzBCW.2HM7U

Can learn more about .htpasswd and web page security at:

http://stackoverflow.com/questions/12291080/proper-htpasswd-usage

Security experts recommend that the .htpasswd file be placed in aportion of your filespace inaccessible to the web.Why do you think this recommendation is made?

How would you implement this recommendation?

We will not dwell further on web page security.

18

Page 19: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• Three students placed the .htaccess and .htpasswd files in/homes/metogra/student/www and the poem files in/homes/metogra/student/www/aosc652

which are outstanding choices

AOSC 652: HW #1

19

Page 20: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• Three students placed the .htaccess and .htpasswd files in/homes/metogra/student/www and the poem files in/homes/metogra/student/www/aosc652

which are outstanding choices

AOSC 652: HW #1

Why might these students want to make a change to thelocation of the .htaccess & .htpasswd files ?

20

Page 21: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• A few of you conducted the assignment in your home directory:use of subdirectories very important

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

21

Page 22: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• A few of you conducted the assignment in your home directory:use of subdirectories very important

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

22

One student did not print the filename using fullpath ... please alwaysuse fullpath, which helps the instructors find your files

which are outstanding choices

Page 23: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• A few of you conducted the assignment in your home directory:use of subdirectories very important

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

23

One student did not print the filename using fullpath ... please alwaysuse fullpath, which helps the instructors find your files

Another student changed filenames after posting on the web andsubmitted different content with same filenames

Page 24: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• A few of you conducted the assignment in your home directory:use of subdirectories very important

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

24

One student did not print the filename using fullpath ... please alwaysuse fullpath, which helps the instructors find your files

Another student changed filenames after posting on the web andsubmitted different content with same filenames ... please be surethe filenames on your printouts match the filenames in your directories

Page 25: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

• All of the password protected websites worked … excellent !!!

• Did anyone have it work correctly the first time ?

• A few of you conducted the assignment in your home directory:use of subdirectories very important

• Try to use meaningful filenames (and variable names) file1, file2, and file3 as names for the 3 files not particularly meaningful

would be difficult for this student to return to a directory months fromnow and recall what is in these files, based on their names

a student used following filenames:MournfulBallad.txtMournfulBallad_alt.txtdiff.txt

which are outstanding choices

AOSC 652: HW #1

25

One student did not print the filename using fullpath ... please alwaysuse fullpath, which helps the instructors find your files

Another student changed filenames after posting on the web andsubmitted different content with same filenames ... please be surethe filenames on your printouts match the filenames in your directories

Try to use meaningful filenames (and variable names) file1, file2, and file3 not particularly meaningful

Page 26: 2. Assignment #1 - atmos.umd. · PDF fileCopyright © 2016 University of Maryland. This material may not be reproduced or redistributed, in whole or in part, without written permission

Copyright © 2016 University of Maryland.This material may not be reproduced or redistributed, in whole or in part, without written permission from Ross Salawitch. 9 Sep 2016

Rest of today devoted to in class work on Hw #2

• Exercise involves use of Google Earth:– Google Earth application is available on computers in this room (Mac

environment)– If you’d can complete the Google Earth portion prior to class on Friday,

this will be appreciated – Please have a look at the assignment prior to class; you are also

welcome to start working on the entire assignment prior to class !

• Assignment #2 will be the last onethat we think can perhaps be completed during the ~1 hr class session(nonetheless, not due until Monday, 12 Sept)

• For efficient use of Friday portion of classplease begin Assignment prior to class !

Please resist temptation to use this building, or the campus football field and/or basketball arena as your chosen locations ... boring foryour instructors to see these sites over and over again