Menu

Code Commit Log


Commit Date  
[16b7ac] by Marc van der Sluys Marc van der Sluys

system.f90: use ioStat and ioMsg similarly to intrinsic Fortran functions

* system.f90: use ioStat and ioMsg similarly to intrinsic Fortran functions:
* like e.g. read(..., iostat=ioStat, iomsg=ioMsg)
* in subroutines file_open_error(), file_open_error_quit(), file_read_error(), file_read_error_quit()
* rename dummy variables status and message where possible

2018-12-29 16:24:14 Tree
[35ca59] by Marc van der Sluys Marc van der Sluys

date_and_time: make pure procedures elemental (search and replace)

2018-10-31 17:56:21 Tree
[70633d] by Marc van der Sluys Marc van der Sluys

Add functions (s)isinf(), (s)isnan() and (s)isnormal() to check for Infor NaN

* Add functions:
+ isinf(), sisinf() - variable is +/- Infinity (double/single precision)
+ isnan(), sisnan() - variable is not a number (NaN) (double/single precision)
+ isnormal(), sisnormal() - variable is normal: not +/- Inf or NaN (double/single precision)

2018-10-24 18:47:00 Tree
[b8c35f] by Marc van der Sluys Marc van der Sluys

Optics/reflectance_transmittance(): optionally return angle of transmittance

2018-09-07 11:59:36 Tree
[813f16] by Marc van der Sluys Marc van der Sluys

Constants: add c2k (Celcius to Kelvin) and pc_gr (mean gravitational acceleration on Earth's surface)

2018-08-30 06:23:57 Tree
[9778b9] by Marc van der Sluys Marc van der Sluys

Add LICENSE to root. Update copyright.

2018-05-10 17:31:02 Tree
[d80d03] by MvdS MvdS

date_and_time: add function jd2year(). Constants: add r2mas, mas2r

* date_and_time: add function jd2year():
* convert JD to decimal year (e.g. 2000.0)

* constants: add r2mas, mas2r:
* convert radians to milliarcseconds and vice versa
* + rr2mas,rmas2r (single-precision)

2018-02-19 13:19:51 Tree
[078405] by MvdS MvdS

Optics/reflectance_transmittance(): take into account absurd incidence angles

2018-01-24 17:56:52 Tree
[19c9fb] by MvdS MvdS

Optics: add subroutine reflectance_transmittance()

* Optics: add subroutine reflectance_transmittance():
* compute the reflectance for a transition from one medium to another
* optionally, compute the transmittance, and the polarised R/T components

2018-01-17 16:30:47 Tree
[be1051] by MvdS MvdS

getopt: make optCount a public module variable

* getopt: make optCount a public module variable:
* also, start counting at 0 and +1 at beginning of routine, iso end

2018-01-03 18:42:08 Tree
Older >
MongoDB Logo MongoDB