-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First draft to add chgresfcst to rocoto workflow
- Loading branch information
1 parent
9f2e4ec
commit fc3066c
Showing
4 changed files
with
43 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/ksh -x | ||
|
||
########## config.chgresfcst ########## | ||
# regrid full-res forecast for use in ensemble-res analysis generation | ||
|
||
echo "BEGIN: config.chgresfcst" | ||
|
||
# Get task specific resources | ||
. $EXPDIR/config.resources chgresfcst | ||
|
||
export CHGRESFCSTSH=$HOMEgsi/scripts/exglobal_chgresfcst_fv3gfs.sh.ecf | ||
|
||
echo "END: config.chgresfcst" |
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