Skip to content

Commit

Permalink
Removes examples, refs to r2d2, unused comin_obs (#1183)
Browse files Browse the repository at this point in the history
A bit of cleanup

Resolves #1181

tested with ctests on Hera
  • Loading branch information
AndrewEichmann-NOAA committed Jun 20, 2024
1 parent c0de814 commit 68797f5
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 151 deletions.
1 change: 0 additions & 1 deletion scripts/exgdas_global_marine_analysis_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ def parse_obs_list_file():

logger.info(f"---------------- Setup runtime environement")

comin_obs = os.getenv('COMIN_OBS')
anl_dir = os.getenv('DATA')
staticsoca_dir = os.getenv('SOCA_INPUT_FIX_DIR')
nmem_ens = 0
Expand Down
5 changes: 1 addition & 4 deletions ush/examples/run_scripts/soca1deg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ jedi static:
model background:
ocn: /work2/noaa/da/gvernier/data/test_bkg/360x320x75/

r2d2 options:
root: /work2/noaa/da/gvernier/data/static/r2d2-shared

fms:
domain_stack_size: 5832000
domain_stack_size: 5832000
45 changes: 0 additions & 45 deletions ush/soca/examples/run_jjobs_container.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions ush/soca/examples/run_jjobs_hera.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions ush/soca/examples/run_jjobs_hera_025.yaml

This file was deleted.

1 change: 0 additions & 1 deletion ush/soca/run_jjobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ def fixconfigs(self):
'ROTDIR': self.rotdir,
'EXPDIRS': self.expdirs}

# needed for this ctest at least until R2D2 goes away
if 'JGLOBAL_PREP_OCEAN_OBS' in self.config['jjobs']:
dmpdir = self.config['setup_expt config']['prepoceanobs']['DMPDIR']
var2replace['DMPDIR'] = dmpdir
Expand Down

0 comments on commit 68797f5

Please sign in to comment.