-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #793 from xylar/update-to-1.3.0-alpha.1
Update to compass v1.3.0-alpha.1
- Loading branch information
Showing
27 changed files
with
143 additions
and
302 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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
%YAML 1.1 | ||
--- | ||
ANONYMOUS: | ||
Build Type: Tpetra | ||
|
||
Problem: | ||
LandIce Viscosity: | ||
Type: 'Glen''s Law' | ||
|
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
%YAML 1.1 | ||
--- | ||
ANONYMOUS: | ||
Build Type: Tpetra | ||
|
||
Problem: | ||
LandIce Viscosity: | ||
Type: 'Glen''s Law' | ||
|
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
%YAML 1.1 | ||
--- | ||
ANONYMOUS: | ||
Build Type: Tpetra | ||
|
||
Problem: | ||
LandIce Field Norm: | ||
sliding_velocity_basalside: | ||
|
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
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
%YAML 1.1 | ||
--- | ||
ANONYMOUS: | ||
Build Type: Tpetra | ||
|
||
Problem: | ||
LandIce Field Norm: | ||
sliding_velocity_basalside: | ||
|
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
%YAML 1.1 | ||
--- | ||
ANONYMOUS: | ||
Build Type: Tpetra | ||
|
||
Problem: | ||
LandIce Field Norm: | ||
sliding_velocity_basalside: | ||
|
4 changes: 0 additions & 4 deletions
4
compass/landice/tests/ismip6_run/ismip6_ais_proj2300/albany_input.yaml
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
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
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
%YAML 1.1 | ||
--- | ||
ANONYMOUS: | ||
Build Type: Tpetra | ||
|
||
# Problem Description | ||
Problem: | ||
Cubature Degree: 4 | ||
|
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
%YAML 1.1 | ||
--- | ||
ANONYMOUS: | ||
Build Type: Tpetra | ||
|
||
Problem: | ||
Depth Integrated Model: true | ||
|
||
|
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
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
ocean/nonhydro/solitary_wave | ||
ocean/nonhydro/stratified_seiche |
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 |
---|---|---|
@@ -1 +1 @@ | ||
__version__ = '1.2.0-alpha.9' | ||
__version__ = '1.3.0-alpha.1' |
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
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
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 |
---|---|---|
|
@@ -100,7 +100,7 @@ def main(): | |
if local_mache: | ||
mache = '' | ||
else: | ||
mache = '"mache=1.17.0"' | ||
mache = '"mache=1.20.0"' | ||
|
||
setup_install_env(env_name, activate_base, args.use_local, logger, | ||
args.recreate, conda_base, mache) | ||
|
@@ -114,7 +114,7 @@ def main(): | |
f'git clone -b {args.mache_branch} ' \ | ||
f'[email protected]:{args.mache_fork}.git mache && ' \ | ||
f'cd mache && ' \ | ||
f'python -m pip install .' | ||
f'python -m pip install --no-deps .' | ||
|
||
check_call(commands, logger=logger) | ||
|
||
|
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
Oops, something went wrong.