You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the National Renewable Energy Lab (NREL), we are using the phygnn framework
54
+
At NLR, we are using the phygnn framework
61
55
to supplement traditional satellite-based cloud property prediction models. We
62
56
use phygnn to predict cloud optical properties when the traditional mechanistic
63
57
models fail and use a full tensor-based radiative transfer model as the
@@ -91,7 +85,7 @@ Suggested Citation
91
85
92
86
Update with current version and DOI:
93
87
94
-
Grant Buster, Michael Rossol, Mike Bannister, and Dylan Hettinger. Physics-Guided Neural Networks (phygnn). https://github.com/NREL/phygnn (version v0.0.9), 2021. https://doi.org/10.5281/zenodo.4498541.
88
+
Grant Buster, Michael Rossol, Mike Bannister, and Dylan Hettinger. Physics-Guided Neural Networks (phygnn). https://github.com/NatLabRockies/phygnn (version v0.0.34), 2021. https://doi.org/10.5281/zenodo.4498541.
95
89
96
90
97
91
Installation
@@ -103,21 +97,20 @@ Simple Install
103
97
104
98
1. Use conda (anaconda or miniconda) to create a phygnn environment: ``conda create --name phygnn python=3.9``
105
99
106
-
i. Note that phygnn is tested with python >= 3.8 via pip install. Users have reported issues installing phygnn using conda install.
100
+
i. Note that phygnn is tested with python >= 3.8 via pip install.
107
101
108
102
2. Activate your new conda env: ``conda activate phygnn``
109
-
3. Install with pip or conda:
103
+
3. Install with pip:
110
104
111
-
i. ``pip install NREL-phygnn``
112
-
ii. ``conda install -c nrel nrel-phygnn``
105
+
i. ``pip install NLR-phygnn``
113
106
114
107
115
108
Developer Install
116
109
-----------------
117
110
118
111
1. Use conda (anaconda or miniconda) to create a phygnn environment: ``conda create --name phygnn python=3.9``
119
112
2. Activate your new conda env: ``conda activate phygnn``
120
-
3. Clone the phygnn repository: ``git clone git@github.com:NREL/phygnn.git``
113
+
3. Clone the phygnn repository: ``git clone git@github.com:NatLabRockies/phygnn.git``
121
114
4. Navigate to the cloned repo and checkout your desired branch: ``git checkout main`` or ``git checkout <branch>``
122
115
5. Navigate to the phygnn directory that contains setup.py and run: ``pip install -e .`` (developer install) or ``pip install .`` (static install).
0 commit comments