Skip to content

Commit 2f657e7

Browse files
committed
minor edits
1 parent 32cf73c commit 2f657e7

File tree

4 files changed

+8
-10
lines changed

4 files changed

+8
-10
lines changed

Mars/CONTENTS.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Mars/
33
Mars Subsurface Ice Model (M-SIM) Collection
44
============================================
55

6-
The content of this folder has moved to https://github.com/nschorgh/MSIM/tree/main/Mars/
6+
The content of this folder has moved to https://github.com/nschorgh/MSIM/
77

88
The few remaining files are needed for dependencies by other programs.
99

Mars/flux_mars.f90

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ pure function flux_mars77(R,decl,latitude,HA,albedo,fracir,fracscat)
1111
! fracscat: fraction of scattering
1212
!***********************************************************************
1313
implicit none
14-
real*8 flux_mars77
15-
real*8, intent(IN) :: R,decl,latitude,HA,albedo,fracIR,fracScat
16-
real*8, parameter :: So=1365. ! [W/m^2]
17-
real*8, parameter :: sigSB=5.6704d-8
18-
real*8 c1,s1,Qo,solarAttenuation,Q
19-
real*8 sinbeta,sinbetaNoon,Qdir,Qscat,Qlw,Fout
14+
real(8) flux_mars77
15+
real(8), intent(IN) :: R,decl,latitude,HA,albedo,fracIR,fracScat
16+
real(8), parameter :: So=1365. ! [W/m^2]
17+
real(8), parameter :: sigSB=5.6704d-8
18+
real(8) c1,s1,Qo,solarAttenuation,Q
19+
real(8) sinbeta,sinbetaNoon,Qdir,Qscat,Qlw,Fout
2020

2121
c1 = cos(latitude)*cos(decl)
2222
s1 = sin(latitude)*sin(decl)

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,9 @@ Directory: `Exospheres/`
9696

9797
### Notes
9898

99-
Third party source code from Numerical Recipes is covered by a separate copyright. These are files ending with `.for`. A few code snippets from other sources are also used, as documented in the source code.
99+
Third party source code from Numerical Recipes is covered by a separate copyright. These are files ending with `.for`. A few code snippets from other sources are also used, as documented in the source code.
100100

101101

102-
### Technical Note
103-
104102
The non-portable Fortran declarations `real(8)` and `real*8` are meant to correspond to an 8-byte floating point number.
105103

106104

UserGuide.pdf

12.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)