Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into dev/gfsv17
Browse files Browse the repository at this point in the history
Refs NOAA-EMC#33
* origin/develop:
  GLERL imatch (8000,600)->(8000,900)
  Add diag print in timetwin
  para run fixes + RN + upa_* timetwin.f fix
  para run fixes + RN
  MAXOUT to 50000 in oiqcbufr.f
  update RN
  use bufr v11.7
  Replaced bufr_4_DA with bufr_4 calls
  Write RN
  Add 2 fix files thata NCO had        new file:   fix/prepobs_landc        new file:   fix/syndat_syndata.slmask.t126.gaussian
  add missing replacing IMISS with BMISS
  Add missed changes from NOAA-EMC#20
  change version
  Assure running *.ur generation on dev machine only
  do not overwrite .nr, make new .ur
  Set version to v1.1.1
  comment out stations with iprint to reduce log size
  Create modulefile for Jet
  Add references to Jet in README and build
  few last removals of prints, etc
  remove 1 more print
  delete prints, TEST1,2,3 -> GPST,X,Y
  limit for gps data is now BMISS
  Few small updates to GPSFLAG now that I can build on cactus
  Replace mpiexec with launcher_PREP
  more spacing update, more documentation
  add documentation
  add gpsflag 1(for t data) and 2(loc data)
  spacing issues, add GPSFLAG
  balloon drift arrays, vars, math fixed.
  fix xdr/lon and ydr/lat equivalencies
  add gps info to cat2. merge works all the way through
  data for 1,10 fixed.
  fixed some DAT that caused 100->**. Good now
  a
  more prints, latest trial 1/5/23
  things work, getting stuck on 0 change
  idk
  smerge works again
  prints but MCAT inc to 14 from 11
  fxi versoin
  idk
  Remove old versions/README, update VERSION
  HRDR XDR YDR all the way into balloon_drift. balloon_drift is next
  add NUMGPS
  add HP XP YP to REAL
  update order of RCAT when setting
  Updates 12.16. RDAT, other changes in prepdata.f
  testing RCAT
  1.0.0 -> 1.1.0
  ?
  add xdrydrhrdr to RCAT
  add print, xdr,ydr,hrdr
  newest adds
  add LATDH LONDH LTDH
  Updating the capability to capture vertical levels, mandatory and otherwise, throughout the depth of each BUFR profile.
  Update VERSION
  Iss49636 - Multiple changes to allow uprair data processing to prepbufr are ported from WCOSS1 to WCOSS2, or otherwise configured for WCOSS2.
  module purge -> reset
  Updatte README.md
  reshuffled files
  updated for nsst_subpfl
  Adding iw3unpbf, with vertical level sampling needing refinement. Inicidental inclusion of aircraft subtype assignments for prepdata.
  Introducing modifications for BUFR sonde processing within the prepobs module.  Completion of changes to iw3unpbf forthcoming.
  Squashed commit of the following:
  Squashed commit of the following:
  Squashed commit of the following:
  Squashed commit of the following:
  Squashed commit of the following:
  • Loading branch information
KateFriedman-NOAA committed Aug 26, 2024
2 parents 32ed0e2 + 6b95fad commit 44a54ff
Show file tree
Hide file tree
Showing 22 changed files with 1,855 additions and 384 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.18)

# Get the version from the VERSION file.
file(STRINGS "VERSION" pVersion)
file(STRINGS "versions/VERSION" pVersion)

project(
obsproc
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

6 changes: 3 additions & 3 deletions README.md → docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ git clone https://github.com/noaa-emc/prepobs
Move into desired branch and then run:

```bash
INSTALL_PREFIX=/path/you/wish/to/install/prepobs ./build.sh
INSTALL_PREFIX=/path/you/wish/to/install/prepobs ./ush/build.sh
```

build.sh default to building for WCOSS2, but it also supports Hera, Jet, and Orion by setting `INSTALL_TARGET=hera/jet/orion/wcoss2`

or install in local clone space:

```bash
./build.sh
./ush/build.sh
```

There is also the option to build and install in your local clone space but install the modulefile elsewhere:
```bash
MODULEFILE_INSTALL_PREFIX=/path/you/wish/to/install/prepobs/module ./build.sh
MODULEFILE_INSTALL_PREFIX=/path/you/wish/to/install/prepobs/module ./ush/build.sh
```
Installation is complete.
Loading

0 comments on commit 44a54ff

Please sign in to comment.