Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
3 of 5 committers (60.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.9%) to scientific vocabulary
Repository
Soil-Vegetation-Atmosphere Transfer (SVAT) model
Basic Info
- Host: GitHub
- Owner: tjc181
- License: mit
- Language: Fortran
- Default Branch: master
- Homepage: https://simsphere.ems.psu.edu
- Size: 455 KB
Statistics
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 11
- Releases: 7
Metadata Files
README.md
Simsphere
Welcome to the model Simsphere, a state-of-the art Soil-Vegetation-Atmosphere Transfer (SVAT) model for use by the general scientific community. Simsphere is the product of 30 years of continuous experience and utilization by Toby Carlson and his students at Penn State. Simsphere is a one-dimensional model that allows one to simulate the transfer of heat and moisture between plants, soil and atmosphere over a 24 hour day.
Extensive information about the model is available at https://simsphere.ems.psu.edu .
Mailing list
Consider subscribing to the mailing list SIMSPHERE-L@lists.psu.edu. To subscribe, send email to listserv@lists.psu.edu. The message body must contain the subscribe command and the list name; you may optionally include your name following list name on the same line.
SUBSCRIBE SIMSPHERE-L
or with optional name
SUBSCRIBE SIMSPHERE-L Jane Smith
Fortran implementation
This is an updated version of the original Fortran implementation. The goals for this update include:
- Fortran 2008 compliant code with free-form source formatting.
- Full Implementation of unit tests.
- Restructuring of code to eliminate COMMON blocks in favor of modules.
- Reduce (or eliminate!) use of GO TO and DATA statements.
- Implement data structures to simplify passing arguments to routines, reduce global variables.
- Aspire to rework subroutines with pure function calls.
Building the code
You will need a Fortran 2008 compiler and CMake. The code is currently being developed using gfortran 7.3.0. Please see the Getting Started guide for additional instructions.
Owner
- Name: Tom Canich
- Login: tjc181
- Kind: user
- Repositories: 7
- Profile: https://github.com/tjc181
GitHub Events
Total
- Issues event: 1
- Push event: 1
Last Year
- Issues event: 1
- Push event: 1
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Tom Canich | t****1@p****u | 298 |
| Art Person [aap1] | a****1@i****u | 4 |
| Derek Morr | d****t@g****m | 3 |
| Derek Morr | d****r@p****u | 3 |
| tjc181 | 4****1@u****m | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 16
- Total pull requests: 9
- Average time to close issues: 6 months
- Average time to close pull requests: 1 day
- Total issue authors: 2
- Total pull request authors: 3
- Average comments per issue: 0.63
- Average comments per pull request: 0.56
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- tjc181 (15)
- Beliavsky (1)
Pull Request Authors
- tjc181 (3)
- aap1 (3)
- derekmorr (3)