-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deploy docs re: OPPTools SalishSeaCast-prod branch
- Loading branch information
1 parent
dc059f6
commit 0c993d9
Showing
3 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -624,7 +624,7 @@ Clone the following repos into :file:`/nemoShare/MEOPAR/nowcast-sys/`: | |
$ git clone [email protected]:mdunphy/FVCOM41.git | ||
$ git clone [email protected]:mdunphy/FVCOM-VHFR-config.git | ||
$ git clone [email protected]:SalishSeaCast/FVCOM-Cmd.git | ||
$ git clone [email protected]:mdunphy/OPPTools.git | ||
$ git clone [email protected]:douglatornell/OPPTools.git | ||
$ git clone [email protected]:SalishSeaCast/NEMO-3.6-code.git | ||
$ git clone [email protected]:SalishSeaCast/XIOS-ARCH.git | ||
$ git clone [email protected]:SalishSeaCast/XIOS-2.git | ||
|
@@ -796,6 +796,9 @@ The Python packages that the system depends on are installed in a conda environm | |
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable NEMO_Nowcast/ | ||
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable moad_tools/ | ||
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable tools/SalishSeaTools/ | ||
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ cd OPPTools/ | ||
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ git switch SalishSeaCast-prod | ||
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ cd /nemoShare/MEOPAR/nowcast-sys/ | ||
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable OPPTools/ | ||
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable NEMO-Cmd/ | ||
(/nemoShare/MEOPAR/nowcast-sys/nowcast-env)$ python3 -m pip install --editable SalishSeaCmd/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ Clone the following repos into :file:`/SalishSeaCast/`: | |
$ git clone [email protected]:SalishSeaCast/tools.git | ||
$ git clone [email protected]:SalishSeaCast/tracers.git | ||
$ git clone [email protected]:mdunphy/FVCOM-VHFR-config.git | ||
$ git clone [email protected]:mdunphy/OPPTools.git OPPTools | ||
$ git clone [email protected]:douglatornell/OPPTools.git | ||
$ git clone [email protected]:SalishSeaCast/NEMO-3.6-code.git | ||
$ git clone [email protected]:SalishSeaCast/XIOS-ARCH.git | ||
$ git clone [email protected]:SalishSeaCast/XIOS-2.git | ||
|
@@ -106,6 +106,9 @@ For the :kbd:`SalishSeaCast` automation system: | |
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable NEMO_Nowcast/ | ||
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable moad_tools/ | ||
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable tools/SalishSeaTools/ | ||
(/SalishSeaCast/nowcast-env)$ cd OPPTools/ | ||
(/SalishSeaCast/nowcast-env)$ git switch SalishSeaCast-prod | ||
(/SalishSeaCast/nowcast-env)$ cd /SalishSeaCast/ | ||
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable OPPTools/ | ||
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable NEMO-Cmd/ | ||
(/SalishSeaCast/nowcast-env)$ python3 -m pip install --editable SalishSeaCmd/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,7 +129,7 @@ you can clone those repos with: | |
$ git clone [email protected]:43ravens/NEMO_Nowcast.git | ||
$ git clone [email protected]:UBC-MOAD/moad_tools.git | ||
$ git clone [email protected]:SalishSeaCast/tools.git | ||
$ git clone [email protected]:mdunphy/OPPTools.git | ||
$ git clone [email protected]:douglatornell/OPPTools.git | ||
$ git clone [email protected]:SalishSeaCast/NEMO-Cmd.git | ||
$ git clone [email protected]:SalishSeaCast/SalishSeaCmd.git | ||
$ git clone [email protected]:SalishSeaCast/FVCOM-Cmd.git | ||
|
@@ -148,7 +148,10 @@ the commands below install the packages into your :kbd:`salishsea-nowcast` devel | |
(salishsea-nowcast)$ python3 -m pip install --editable ../NEMO_Nowcast | ||
(salishsea-nowcast)$ python3 -m pip install --editable ../moad_tools | ||
(salishsea-nowcast)$ python3 -m pip install --editable ../tools/SalishSeaTools | ||
(salishsea-nowcast)$ python3 -m pip install --editable ../OPPTools | ||
(salishsea-nowcast)$ cd ../OPPTools | ||
(salishsea-nowcast)$ git switch SalishSeaCast-prod | ||
(salishsea-nowcast)$ cd ../SalishSeaNowcast | ||
(salishsea-nowcast)$ python3 -m pip install --editable OPPTools | ||
(salishsea-nowcast)$ python3 -m pip install --editable ../NEMO-Cmd | ||
(salishsea-nowcast)$ python3 -m pip install --editable ../SalishSeaCmd | ||
(salishsea-nowcast)$ python3 -m pip install --editable ../FVCOM-Cmd | ||
|