JuliaOcean / PlanktonIndividuals.jl

This package simulates the behaviors of an ensemble of phytoplankton individuals.
MIT License
30 stars 4 forks source link

add CarbonMode for phytoplankton physiology #38

Closed zhenwu0728 closed 3 years ago

zhenwu0728 commented 3 years ago
  1. reorganize files into different modules
  2. add CarbonMode in which phytoplankton only has carbon quota, growth is only limited by light and temperature
codecov-commenter commented 3 years ago

Codecov Report

Merging #38 (6602a48) into master (b7f462f) will decrease coverage by 18.52%. The diff coverage is 27.29%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #38       +/-   ##
===========================================
- Coverage   72.87%   54.34%   -18.53%     
===========================================
  Files          37       47       +10     
  Lines        1589     1829      +240     
===========================================
- Hits         1158      994      -164     
- Misses        431      835      +404     
Impacted Files Coverage Δ
src/Architectures.jl 62.50% <ø> (ø)
src/Biogeochemistry/Advection/multi_dim_adv.jl 88.99% <ø> (ø)
src/Biogeochemistry/Advection/tracer_diffusion.jl 94.28% <ø> (ø)
src/Biogeochemistry/nutrient_fields.jl 71.42% <ø> (ø)
src/Biogeochemistry/nutrient_forcings.jl 100.00% <ø> (ø)
src/Biogeochemistry/nutrient_update.jl 74.07% <ø> (ø)
src/Fields/halo_regions.jl 78.46% <ø> (ø)
src/Grids/areas_volumes_spacings.jl 33.33% <ø> (ø)
src/Grids/regular_lat_lon_grid.jl 100.00% <ø> (ø)
src/Grids/regular_rectilinear_grid.jl 95.83% <ø> (ø)
... and 52 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b7f462f...6602a48. Read the comment docs.