-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
incorporate reviewer suggestions, clean up UFS-DA var and ens config …
…files, correct errors in config.atmensanl, remove unnecessary line in analysis.py (#1313)
- Loading branch information
1 parent
1f1e0cc
commit 96b89d8
Showing
10 changed files
with
32 additions
and
43 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
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,10 +1,10 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanlfinal ########## | ||
# Post Atm Analysis specific | ||
# Post Atm Var Analysis specific | ||
|
||
echo "BEGIN: config.atmanlfinal" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}"/config.resources atmanlfinal | ||
. "${EXPDIR}/config.resources" atmanlfinal | ||
echo "END: config.atmanlfinal" |
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,10 +1,10 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanlinit ########## | ||
# Pre Atm Analysis specific | ||
# Pre Atm Var Analysis specific | ||
|
||
echo "BEGIN: config.atmanlinit" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}"/config.resources atmanlinit | ||
. "${EXPDIR}/config.resources" atmanlinit | ||
echo "END: config.atmanlinit" |
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,11 +1,11 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanlrun ########## | ||
# Atmsol Analysis specific | ||
# Atm Var Analysis specific | ||
|
||
echo "BEGIN: config.atmanlrun" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}"/config.resources atmanlrun | ||
. "${EXPDIR}/config.resources" atmanlrun | ||
|
||
echo "END: config.atmanlrun" |
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,10 +1,10 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanlfinal ########## | ||
# Post Atm Analysis specific | ||
########## config.atmensanlfinal ########## | ||
# Post Atm Ens Analysis specific | ||
|
||
echo "BEGIN: config.atmanlfinal" | ||
echo "BEGIN: config.atmensanlfinal" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}"/config.resources atmanlfinal | ||
echo "END: config.atmanlfinal" | ||
. "${EXPDIR}/config.resources" atmensanlfinal | ||
echo "END: config.atmensanlfinal" |
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,10 +1,10 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanlinit ########## | ||
# Pre Atm Analysis specific | ||
########## config.atmensanlinit ########## | ||
# Pre Atm Ens Analysis specific | ||
|
||
echo "BEGIN: config.atmanlinit" | ||
echo "BEGIN: config.atmensanlinit" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}"/config.resources atmanlinit | ||
echo "END: config.atmanlinit" | ||
. "${EXPDIR}/config.resources" atmensanlinit | ||
echo "END: config.atmensanlinit" |
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,11 +1,11 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanlrun ########## | ||
# Atmsol Analysis specific | ||
########## config.atmensanlrun ########## | ||
# Atm Ens Analysis specific | ||
|
||
echo "BEGIN: config.atmanlrun" | ||
echo "BEGIN: config.atmensanlrun" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}"/config.resources atmanlrun | ||
. "${EXPDIR}/config.resources" atmensanlrun | ||
|
||
echo "END: config.atmanlrun" | ||
echo "END: config.atmensanlrun" |
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