Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
BaptisteVandecrux authored Oct 19, 2021
2 parents dee52d3 + 326fb13 commit d8e2726
Show file tree
Hide file tree
Showing 2 changed files with 236 additions and 195 deletions.
5 changes: 3 additions & 2 deletions sice.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
# area specific surface area (kg/m/m)
# al effective absorption length(mm)
# r0 reflectance of a semi-infinite non-absorbing snow layer

#
# plane BroadBand Albedo (BBA)
# rp1 visible(0.3-0.7micron)
# rp2 near-infrared (0.7-2.4micron)
Expand All @@ -73,7 +73,7 @@
# quad_func calculation of quadratic parameters
# trapzd trapezoidal rule for integral calculation
# funp snow spectral planar and spherical albedo function
# ====================================
# ====================================

import numpy as np
from numpy import genfromtxt
Expand Down Expand Up @@ -423,3 +423,4 @@ def func_solv(albedo):
print(OutputFolder)
print('---')
pySICE(InputPath,OutputFolder)

Loading

0 comments on commit d8e2726

Please sign in to comment.