-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/remove-obsolete-platforms
- Loading branch information
Showing
27 changed files
with
567 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/bin/bash -x | ||
|
||
############################################################### | ||
# Source FV3GFS workflow modules | ||
. $HOMEgfs/ush/load_fv3gfs_modules.sh | ||
status=$? | ||
[[ $status -ne 0 ]] && exit $status | ||
|
||
############################################################### | ||
# Execute the JJOB | ||
$HOMEgfs/jobs/JGDAS_GLOBAL_ATMOS_ANALYSIS_POST | ||
status=$? | ||
exit $status |
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/bash -x | ||
|
||
############################################################### | ||
# Source FV3GFS workflow modules | ||
. $HOMEgfs/ush/load_fv3gfs_modules.sh | ||
status=$? | ||
[[ $status -ne 0 ]] && exit $status | ||
|
||
############################################################### | ||
# Execute the JJOB | ||
$HOMEgfs/jobs/JGDAS_GLOBAL_ATMOS_ANALYSIS_PREP | ||
status=$? | ||
exit $status |
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/bash -x | ||
|
||
############################################################### | ||
# Source FV3GFS workflow modules | ||
. $HOMEgfs/ush/load_fv3gfs_modules.sh | ||
status=$? | ||
[[ $status -ne 0 ]] && exit $status | ||
|
||
############################################################### | ||
# Execute the JJOB | ||
$HOMEgfs/jobs/JGDAS_GLOBAL_ATMOS_ANALYSIS_RUN | ||
status=$? | ||
exit $status |
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/bash -x | ||
|
||
############################################################### | ||
# Source FV3GFS workflow modules | ||
. $HOMEgfs/ush/load_fv3gfs_modules.sh | ||
status=$? | ||
[[ $status -ne 0 ]] && exit $status | ||
|
||
############################################################### | ||
# Execute the JJOB | ||
$HOMEgfs/jobs/JGDAS_GLOBAL_ATMOS_ENSANAL_POST | ||
status=$? | ||
exit $status |
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/bash -x | ||
|
||
############################################################### | ||
# Source FV3GFS workflow modules | ||
. $HOMEgfs/ush/load_fv3gfs_modules.sh | ||
status=$? | ||
[[ $status -ne 0 ]] && exit $status | ||
|
||
############################################################### | ||
# Execute the JJOB | ||
$HOMEgfs/jobs/JGDAS_GLOBAL_ATMOS_ENSANAL_PREP | ||
status=$? | ||
exit $status |
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/bash -x | ||
|
||
############################################################### | ||
# Source FV3GFS workflow modules | ||
. $HOMEgfs/ush/load_fv3gfs_modules.sh | ||
status=$? | ||
[[ $status -ne 0 ]] && exit $status | ||
|
||
############################################################### | ||
# Execute the JJOB | ||
$HOMEgfs/jobs/JGDAS_GLOBAL_ATMOS_ENSANAL_RUN | ||
status=$? | ||
exit $status |
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,24 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanal ########## | ||
# configuration common to all atm analysis tasks | ||
|
||
echo "BEGIN: config.atmanal" | ||
|
||
export OBS_YAML_DIR=$HOMEgfs/sorc/gdas.cd/parm/atm/obs/config/ | ||
export OBS_LIST=$HOMEgfs/sorc/gdas.cd/parm/atm/obs/lists/gdas_prototype.yaml | ||
export ATMVARYAML=$HOMEgfs/sorc/gdas.cd/parm/atm/variational/3dvar_dripcg.yaml | ||
export BERROR_YAML=$HOMEgfs/sorc/gdas.cd/parm/atm/berror/hybvar_bump.yaml | ||
export FV3JEDI_FIX=$HOMEgfs/fix/fix_jedi | ||
export R2D2_OBS_DB='ufsda_test' | ||
export R2D2_OBS_DUMP='oper_gdas' | ||
export R2D2_OBS_SRC='ncdiag' | ||
export R2D2_BC_SRC='gsi' | ||
export R2D2_BC_DUMP='oper_gdas' | ||
export R2D2_ARCH_DB='local' | ||
export INTERP_METHOD='barycentric' | ||
|
||
export io_layout_x=1 | ||
export io_layout_y=1 | ||
|
||
echo "END: config.atmanal" |
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,10 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanalpost ########## | ||
# Post Atm Analysis specific | ||
|
||
echo "BEGIN: config.atmanalpost" | ||
|
||
# Get task specific resources | ||
. $EXPDIR/config.resources atmanalpost | ||
echo "END: config.atmanalpost" |
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,10 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanalprep ########## | ||
# Pre Atm Analysis specific | ||
|
||
echo "BEGIN: config.atmanalprep" | ||
|
||
# Get task specific resources | ||
. $EXPDIR/config.resources atmanalprep | ||
echo "END: config.atmanalprep" |
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 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmanalrun ########## | ||
# Atm Analysis specific | ||
|
||
echo "BEGIN: config.atmanalrun" | ||
|
||
# Get task specific resources | ||
. $EXPDIR/config.resources atmanalrun | ||
|
||
# Task specific variables | ||
export JEDIVAREXE=$HOMEgfs/exec/fv3jedi_var.x | ||
|
||
echo "END: config.atmanalrun" |
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,25 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmensanal ########## | ||
# configuration common to all atm atmensanal analysis tasks | ||
|
||
echo "BEGIN: config.atmensanal" | ||
|
||
export OBS_YAML_DIR=$HOMEgfs/sorc/gdas.cd/parm/atm/obs/config/ | ||
export OBS_LIST=$HOMEgfs/sorc/gdas.cd/parm/atm/obs/lists/lgetkf_prototype.yaml | ||
export BERROR_YAML=$HOMEgfs/sorc/gdas.cd/parm/atm/berror/hybvar_bump.yaml | ||
export ATMENSYAML=$HOMEgfs/sorc/gdas.cd/parm/atm/lgetkf/lgetkf.yaml | ||
export FV3JEDI_FIX=$HOMEgfs/fix/fix_jedi | ||
export R2D2_OBS_DB='ufsda_test' | ||
export R2D2_OBS_DUMP='oper_gdas' | ||
export R2D2_OBS_SRC='ncdiag' | ||
export R2D2_BC_SRC='gsi' | ||
##export R2D2_BC_DUMP='oper_gdas' | ||
export R2D2_BC_DUMP='prgdasens' | ||
export R2D2_ARCH_DB='local' | ||
export INTERP_METHOD='barycentric' | ||
|
||
export io_layout_x=1 # hardwired to 1,1 in yamltools.py | ||
export io_layout_y=1 | ||
|
||
echo "END: config.atmensanal" |
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,10 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmensanalpost ########## | ||
# Post Atm Analysis specific | ||
|
||
echo "BEGIN: config.atmensanalpost" | ||
|
||
# Get task specific resources | ||
. $EXPDIR/config.resources atmensanalpost | ||
echo "END: config.atmensanalpost" |
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,10 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmensanalprep ########## | ||
# Pre Atm Analysis specific | ||
|
||
echo "BEGIN: config.atmensanalprep" | ||
|
||
# Get task specific resources | ||
. $EXPDIR/config.resources atmensanalprep | ||
echo "END: config.atmensanalprep" |
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 @@ | ||
#!/bin/bash -x | ||
|
||
########## config.atmensanalrun ########## | ||
# Atm LETKFs specific | ||
|
||
echo "BEGIN: config.atmensanalrun" | ||
|
||
# Get task specific resources | ||
. $EXPDIR/config.resources atmensanalrun | ||
|
||
# Task specific variables | ||
export JEDIENSEXE=$HOMEgfs/exec/fv3jedi_letkf.x | ||
|
||
echo "END: config.atmensanalrun" |
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
Oops, something went wrong.