Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Sep 23, 2024
1 parent aa377a3 commit 2020eca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
File renamed without changes.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ FieldMetadata = "bf96fef3-21d2-5d20-8afa-0e7d4c32a885"
HydroTools = "179359cd-bac3-4aa1-bccd-287172463ab0"
Ipaper = "e58298cb-69f7-4186-aecd-5834b6793426"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
DataFrames = "1.6"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Penman-Monteith-Leuning (PML) Evapotranspiration in Julia

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://jl-pkgs.github.io/PML.jl/stable)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://jl-pkgs.github.io/PML.jl/dev)
[![CI](https://github.com/jl-pkgs/PML.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/jl-pkgs/PML.jl/actions/workflows/CI.yml)
[![codecov](https://codecov.io/gh/jl-pkgs/PML.jl/graph/badge.svg?token=RmFYanlaQM)](https://codecov.io/gh/jl-pkgs/PML.jl/tree/master)
1 change: 0 additions & 1 deletion src/DataType.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using Parameters


@with_kw mutable struct interm_PML{T}
ET::T = T(0)
GPP::T = T(0)
Expand Down

0 comments on commit 2020eca

Please sign in to comment.