KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
SM2RAIN_Matlab
★ 8
Open GitHub ↗
Matlab Implementation of SM2RAIN code
Download README (.md)
Explore Similar Repositories
ideas
:
a place to dump project ideas
visualrithms
:
One stop for Visualization of different algorithms!
cssparse
:
A css parser powered by the style crate from Servo
metal_artifact_reduction_ct
:
No description available.
JxCode.LuaSharp
:
Lua5.3类型系统,类C#的关键字与API,拥有常用的容器、类库、try-catch异常处理等工具,更适用于熟悉.Net的Lua/Unity开发者。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
SM2RAIN_Matlab
?
Download (.md)
# SM2RAIN (Matlab code) Matlab Implementation of SM2RAIN code Four different versions: 1) SM2RAIN.m: first version of SM2RAIN (3 parameters Z, a, b) http://dx.doi.org/10.1002/2014JD021489 2) SM2RAIN_T.m: SM2RAIN with the exponential filter (4 parameters Z, a, b, T) http://dx.doi.org/10.1002/2016JD025382 3) SM2RAIN_Tpot2.m: SM2RAIN with the advanced exponential filter (5 parameters Z, a, b, Tpot, Tbase) https://doi.org/10.5194/essd-11-1583-2019 4) SM2RAIN_Tpot2_E.m: SM2RAIN with the advanced exponential filter including evaporation term (6 parameters Z, a, b, Tpot, Tbase, K) https://doi.org/10.5194/essd-11-1583-2019 For each code the calibration function is also provided. In Test_data and Results you can find the dataset for testing the code and the corresponding results. To run the different version of SM2RAIN you can use the script "RUN_SM2RAIN.m", very easy to use!