forked from NOAA-EMC/global-workflow
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
90af7cf
commit 0714cb8
Showing
72 changed files
with
3,970 additions
and
1,835 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
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
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
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,14 @@ | ||
#! /usr/bin/env bash | ||
|
||
########## config.atmanlfv3inc ########## | ||
# Atm Var Analysis specific | ||
|
||
echo "BEGIN: config.atmanlfv3inc" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}/config.resources" atmanlfv3inc | ||
|
||
export JCB_ALGO=fv3jedi_fv3inc_variational | ||
export JEDIEXE=${EXECgfs}/fv3jedi_fv3inc.x | ||
|
||
echo "END: config.atmanlfv3inc" |
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,11 @@ | ||
#! /usr/bin/env bash | ||
|
||
########## config.atmanlvar ########## | ||
# Atm Var Analysis specific | ||
|
||
echo "BEGIN: config.atmanlvar" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}/config.resources" atmanlvar | ||
|
||
echo "END: config.atmanlvar" |
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,14 @@ | ||
#! /usr/bin/env bash | ||
|
||
########## config.atmensanlfv3inc ########## | ||
# Atm Var Analysis specific | ||
|
||
echo "BEGIN: config.atmensanlfv3inc" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}/config.resources" atmensanlfv3inc | ||
|
||
export JCB_ALGO=fv3jedi_fv3inc_lgetkf | ||
export JEDIEXE=${EXECgfs}/fv3jedi_fv3inc.x | ||
|
||
echo "END: config.atmensanlfv3inc" |
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,11 @@ | ||
#! /usr/bin/env bash | ||
|
||
########## config.atmensanlletkf ########## | ||
# Atm Ens Analysis specific | ||
|
||
echo "BEGIN: config.atmensanlletkf" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}/config.resources" atmensanlletkf | ||
|
||
echo "END: config.atmensanlletkf" |
Oops, something went wrong.