Skip to content

Commit

Permalink
logging tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Nov 14, 2023
1 parent 95ff5d4 commit 126df70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/exglobal_prep_ocean_obs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
# TODO (AFE): ideally this should be an env var
obsprocexec = "/scratch1/NCEPDEV/da/Andrew.Eichmann/fv3gfs/newoceaanobs/global-workflow/sorc/gdas.cd/build/bin/gdas_obsprovider2ioda.x"

logging.info('hippogriff')
print('jangle')

# set the window times
cdateDatetime = datetime.strptime(PDY + cyc, '%Y%m%d%H')
windowBeginDatetime = cdateDatetime - timedelta(hours=3)
Expand All @@ -26,11 +29,9 @@

OBS_YAML = os.getenv('OBS_YAML')
obsConfig = YAMLFile(OBS_YAML)
print(obsConfig)

# TODO (AFE): set dynamically, obvs
obsprocConfig = YAMLFile('/scratch1/NCEPDEV/da/Andrew.Eichmann/fv3gfs/newoceaanobs/global-workflow/sorc/gdas.cd/parm/soca/obsproc/obsproc_config.yaml')
print(obsprocConfig)

for observer in obsConfig['observers']:

Expand Down

0 comments on commit 126df70

Please sign in to comment.