-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds contents of constructor and initialize methods to marine LETKF c…
…lass (#2635) Adds contents of constructor and initialize methods to marine LETKF class Partially addresses NOAA-EMC/GDASApp#1091 --------- Co-authored-by: Rahul Mahajan <[email protected]> Co-authored-by: Cory Martin <[email protected]>
- Loading branch information
1 parent
8998ec7
commit 5ef4db7
Showing
9 changed files
with
126 additions
and
42 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,18 @@ | ||
#!/bin/bash | ||
|
||
########## config.marineanalletkf ########## | ||
# Ocn Analysis specific | ||
|
||
echo "BEGIN: config.marineanalletkf" | ||
|
||
# Get task specific resources | ||
. "${EXPDIR}/config.resources" marineanalletkf | ||
|
||
export MARINE_LETKF_EXEC="${JEDI_BIN}/gdas.x" | ||
export MARINE_LETKF_YAML_TMPL="${PARMgfs}/gdas/soca/letkf/letkf.yaml.j2" | ||
export MARINE_LETKF_STAGE_YAML_TMPL="${PARMgfs}/gdas/soca/letkf/letkf_stage.yaml.j2" | ||
|
||
export GRIDGEN_EXEC="${JEDI_BIN}/gdas_soca_gridgen.x" | ||
export GRIDGEN_YAML="${PARMgfs}/gdas/soca/gridgen/gridgen.yaml" | ||
|
||
echo "END: config.marineanalletkf" |
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 was deleted.
Oops, something went wrong.
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