Dates: November 6-17

Place: NCAR Mesa Lab, Fleischmann Board Room (https://staff.ucar.edu/browse/locations/fb)

Participants Anna ShlyaevamhuXin Zhanguser-cf056 Jing Guo, Ricardo Todling, gvernierBenjamin Johnson Bryan Karpowicz, John MichalakesYannick TremoletGael DescombesBJ Jung

(List to be completed, I'm having trouble with the  "@ user" mentions. Support says there is a bug in the wiki software, they are looking into it. YT)

Goal: Two (or more) observation operators working in the JEDI framework

Scope:

Required before Nov 6:

Pre-requirements for participants:

Tasks for this hackathon:

Repositories and branches for code sprint:

To check which repository you have cloned from: git remote -v

OOPS

https://github.com/UCAR/oops.git

git pull (if you have already cloned but not recently)

git checkout --track origin/feature/ufo

UFO:

https://github.com/UCAR/ufo.git

git checkout --track origin/develop

git flow init -d

When you are ready to start your new development:

git flow feature start mystuff

GSI (still on bitbucket):

https://username@bitbucket.org/jcsda/gsi-vlab.git

branch that was used to write out netcdf files: csd-ioda_nc4_amsu_conv


NetCDF file with AMSU-A data (and GeoVaLs):

in GSI repo in util/read_ncobs/amsua_n19_wprofiles.nc4

File: 


NetCDF T conventional file:

ftp://ftp.ucar.edu/pub/mmm/xinzhang/JEDI

To compile UFO (in container):

cd /jedi/build

mkdir ufo

cd ufo


ecbuild -DOOPS_PATH=${BUILD}/oops -DIODA_PATH=${BUILD}/ioda \

            -DCRTM_LIBRARIES=${BUILD}/crtm-v2.2.3/libsrc/libcrtm.a -DCRTM_INCLUDE=${BUILD}/crtm-v2.2.3/libsrc \

           ${SRC}/ufo


make