Beskjeder
Chapter 4. Assignment #9 will be available Saturday or Sunday.
The disort code is now available. Unzip the file and read the README.txt file for further information. Assignment 7 will be available later today.
There will be no assignment for this week. Instead we will talk about the multistream (DISORT) program on Wednesday. We continue chapter 8 on Monday.
The twostream code can now be downloaded ( to the left on this page). Here is what to do:
unzip the file. The following files are found in the twostream-folder
- two-stream-main2014.f is main program. Here the optical properties of the atmosphere etc. are defined.
- twostr.f is the twostream equation solver
- ErrPak.f contains error handling routines
- slimpak.f routines to solve a set of linear equations
- R1MACH and D1MACH
- twostr.doc (note: text file not a word file!). Information about the twostream code.
To compile and link the code, use the command (note: one single line):
f95 two-stream-main2014.f twostr.f ErrPak.f slimpak.f R1MACH.f D1MACH.f -o prog
To run the program use the command
./prog
or
prog
More details will be given on Wednesday 8 October.
Section 6.8 Scaling transformation for anisotropic scattering, Section 7.5 - 7.8
We start Chapter 7 (except 7.2.1 Lambda iteration).
Note: Assignment 3 is for Wednesday 24. September.
Lectures this week: 6.2.3, 6.3, 6.7 and 5.7.
Summary of the lectures so far will be given on Tuesday 16. Sept.
Then we start with chapter 6.
Assignment 2 Wednesday.
Lecture plan for the coming week: Sect 5.3, 5.4, 5.6, 5.2.4, 5.2.5, 5.2.6 (this is perhaps too optimistic). No assignments this week. The plan is to give a summary of what has been taught so far on Wednesday.