Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert fix external to git-lfs tracking of fix files #14

Closed
KateFriedman-NOAA opened this issue Jun 12, 2020 · 5 comments
Closed

Convert fix external to git-lfs tracking of fix files #14

KateFriedman-NOAA opened this issue Jun 12, 2020 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@KateFriedman-NOAA
Copy link
Member

KateFriedman-NOAA commented Jun 12, 2020

This issue is to track efforts to introduce git-lfs to manage the fix files.

Forked GSI repo to my area: https://github.com/KateFriedman-NOAA/GSI
Created branch: https://github.com/KateFriedman-NOAA/GSI/tree/feature/git-lfs

@KateFriedman-NOAA KateFriedman-NOAA added the enhancement New feature or request label Jun 12, 2020
@KateFriedman-NOAA KateFriedman-NOAA self-assigned this Jun 12, 2020
@KateFriedman-NOAA
Copy link
Member Author

KateFriedman-NOAA commented Jun 12, 2020

Following git-lfs tutorials online:

  1. removed fix submodule from branch and committed change to branch https://github.com/KateFriedman-NOAA/GSI/commit/1f7ae31e59edf3977ba645afabd44d4295a61c0f

  2. checked for git-lfs machine install

-bash-4.2$ which git-lfs
/usr/bin/git-lfs
  1. within fresh clone of branch
  • removed cached info about fix submodule: git rm --cached fix -f
  • ran git lfs install command to install it in repo: git lfs install
-bash-4.2$ git lfs install
Updated git hooks.
Git LFS initialized.
  1. copied in fix files from other clone
  2. went through file types and added them to tracking and the repo, example with bin files:
git lfs track "fix/*bin"
git add fix/*bin
  1. repeated process to track/add groups of files, folder contents, and single files; wildcards will cover new future files that fall under that tracking convention (will still need to do "git add" on new files I believe)

  2. git add'ed new .gitattributes file which was automatically generated from first "git lfs track" command and was appended to with each additional track command; new files or conventions can be added to this file like working with .gitignore file

Resulting contents of .gitattributes file after initial attempt:

-bash-4.2$ cat .gitattributes
fix/*.bin filter=lfs diff=lfs merge=lfs -text
fix/*.txt.* filter=lfs diff=lfs merge=lfs -text
fix/Big_Endian/* filter=lfs diff=lfs merge=lfs -text
fix/fv3_historical/* filter=lfs diff=lfs merge=lfs -text
fix/gfsv16_historical/* filter=lfs diff=lfs merge=lfs -text
fix/urma2p5.* filter=lfs diff=lfs merge=lfs -text
fix/urma2p5_* filter=lfs diff=lfs merge=lfs -text
fix/rtma_* filter=lfs diff=lfs merge=lfs -text
fix/prepobs_* filter=lfs diff=lfs merge=lfs -text
fix/rap_* filter=lfs diff=lfs merge=lfs -text
fix/anavinfo_* filter=lfs diff=lfs merge=lfs -text
fix/nlqc_* filter=lfs diff=lfs merge=lfs -text
fix/Rcov_* filter=lfs diff=lfs merge=lfs -text
fix/global_CRTM_* filter=lfs diff=lfs merge=lfs -text
fix/aeroinfo_* filter=lfs diff=lfs merge=lfs -text
fix/hwrf_* filter=lfs diff=lfs merge=lfs -text
fix/comgsi_* filter=lfs diff=lfs merge=lfs -text
fix/convinfo_* filter=lfs diff=lfs merge=lfs -text
fix/nqc_* filter=lfs diff=lfs merge=lfs -text
fix/nam_* filter=lfs diff=lfs merge=lfs -text
fix/vlocal_* filter=lfs diff=lfs merge=lfs -text
fix/bufrtab* filter=lfs diff=lfs merge=lfs -text
fix/radar_list filter=lfs diff=lfs merge=lfs -text
fix/vqctp001.dat filter=lfs diff=lfs merge=lfs -text

Git status of branch ahead of pushing commit back to fork:

-bash-4.2$ git status
On branch feature/git-lfs
Your branch is up to date with 'origin/feature/git-lfs'.

Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

        new file:   .gitattributes
        deleted:    fix
        new file:   fix/200urma2p5_howv_lng_lat.bin
        new file:   fix/330urma2p5_howv_lng_lat.bin
        new file:   fix/500urma2p5_howv_lng_lat.bin
        new file:   fix/Big_Endian/cmaq_berror_big_endian
        new file:   fix/Big_Endian/cmaq_pm2_5_reg_berror_12z.bin
        new file:   fix/Big_Endian/fv3aero_berror.l64y194.f77
        new file:   fix/Big_Endian/global_berror.l127y194.f77
        new file:   fix/Big_Endian/global_berror.l127y386.f77
        new file:   fix/Big_Endian/global_berror.l127y770.f77
        new file:   fix/Big_Endian/global_berror.l127y98.f77
        new file:   fix/Big_Endian/global_berror.l63y386.f77
        new file:   fix/Big_Endian/global_berror.l64y1154.f77
        new file:   fix/Big_Endian/global_berror.l64y130.f77
        new file:   fix/Big_Endian/global_berror.l64y192.f77
        new file:   fix/Big_Endian/global_berror.l64y194.f77
        new file:   fix/Big_Endian/global_berror.l64y258.f77
        new file:   fix/Big_Endian/global_berror.l64y290.f77
        new file:   fix/Big_Endian/global_berror.l64y386.f77
        new file:   fix/Big_Endian/global_berror.l64y578.f77
        new file:   fix/Big_Endian/global_berror.l64y674.f77
        new file:   fix/Big_Endian/global_berror.l64y770.f77
        new file:   fix/Big_Endian/global_berror.l64y882.f77
        new file:   fix/Big_Endian/global_berror.l64y96.f77
        new file:   fix/Big_Endian/global_berror.l64y98.f77
        new file:   fix/Big_Endian/nam_glb_berror.f77.gcv
        new file:   fix/Big_Endian/nam_nmmstat_na.gcv
        new file:   fix/Big_Endian/rtma_conus_slmask.dat
        new file:   fix/Big_Endian/rtma_conus_terrain.dat
        new file:   fix/Big_Endian/rtma_fltnorm.dat_chi
        new file:   fix/Big_Endian/rtma_fltnorm.dat_cldch
        new file:   fix/Big_Endian/rtma_fltnorm.dat_gust
        new file:   fix/Big_Endian/rtma_fltnorm.dat_gustwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_howv
        new file:   fix/Big_Endian/rtma_fltnorm.dat_mitm
        new file:   fix/Big_Endian/rtma_fltnorm.dat_mitmwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_mxtm
        new file:   fix/Big_Endian/rtma_fltnorm.dat_mxtmwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_pmsl
        new file:   fix/Big_Endian/rtma_fltnorm.dat_ps
        new file:   fix/Big_Endian/rtma_fltnorm.dat_pseudorh
        new file:   fix/Big_Endian/rtma_fltnorm.dat_psi
        new file:   fix/Big_Endian/rtma_fltnorm.dat_pswter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_qwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_sfwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_t
        new file:   fix/Big_Endian/rtma_fltnorm.dat_tcamt
        new file:   fix/Big_Endian/rtma_fltnorm.dat_td2m
        new file:   fix/Big_Endian/rtma_fltnorm.dat_td2mwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_twter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_uwnd10m
        new file:   fix/Big_Endian/rtma_fltnorm.dat_uwnd10mwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_vis
        new file:   fix/Big_Endian/rtma_fltnorm.dat_vpwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_vwnd10m
        new file:   fix/Big_Endian/rtma_fltnorm.dat_vwnd10mwter
        new file:   fix/Big_Endian/rtma_fltnorm.dat_wspd10m
        new file:   fix/Big_Endian/rtma_fltnorm.dat_wspd10mwter
        new file:   fix/Big_Endian/rtma_regional_nmm_berror.f77.gcv
        new file:   fix/Big_Endian/urma2p5_fltnorm.dat_wspd10m
        new file:   fix/Big_Endian/wrf_chem_berror_big_endian
        new file:   fix/Rcov_crisn20
        new file:   fix/Rcov_crisnpp
        new file:   fix/Rcov_iasialand
        new file:   fix/Rcov_iasiasea
        new file:   fix/Rcov_iasibland
        new file:   fix/Rcov_iasibsea
        new file:   fix/VLabRepoQuickTips.txt
        new file:   fix/aeroinfo_aod.txt
        new file:   fix/aeroinfo_fv3aero
        new file:   fix/anavinfo_aod_gocart
        new file:   fix/anavinfo_arw_binary
        new file:   fix/anavinfo_arw_netcdf
        new file:   fix/anavinfo_arw_netcdf_glbe
        new file:   fix/anavinfo_cmaq_binary
        new file:   fix/anavinfo_cmaq_pm25
        new file:   fix/anavinfo_fv3
        new file:   fix/anavinfo_fv3_64
        new file:   fix/anavinfo_fv3_65
        new file:   fix/anavinfo_fv3aero
        new file:   fix/anavinfo_gsdcld4nmmb
        new file:   fix/anavinfo_hwrf_L60
        new file:   fix/anavinfo_hwrf_L60_nooz
        new file:   fix/anavinfo_hwrf_L75
        new file:   fix/anavinfo_ndas_binary
        new file:   fix/anavinfo_ndas_netcdf
        new file:   fix/anavinfo_nems_nmmb
        new file:   fix/anavinfo_nems_nmmb_glb
        new file:   fix/anavinfo_rtma
        new file:   fix/anavinfo_wrfchem_gocart
        new file:   fix/anavinfo_wrfchem_pm25
        new file:   fix/atms_beamwidth.txt
        new file:   fix/bufrtab.012
        new file:   fix/cloudy_radiance_info.txt
        new file:   fix/comgsi_satbias_in
        new file:   fix/comgsi_satbias_pc_in
        new file:   fix/convinfo_gsdcld4nmmb
        new file:   fix/example_unformatted_fileinfo.txt
        new file:   fix/fv3_historical/0readme.convinfo
        new file:   fix/fv3_historical/0readme.ozinfo
        new file:   fix/fv3_historical/0readme.satinfo
        new file:   fix/fv3_historical/global_convinfo.txt.2014041400
        new file:   fix/fv3_historical/global_convinfo.txt.2016031512
        new file:   fix/fv3_historical/global_convinfo.txt.2017071912
        new file:   fix/fv3_historical/global_convinfo.txt.2018010512
        new file:   fix/fv3_historical/global_convinfo.txt.2018022818
        new file:   fix/fv3_historical/global_ozinfo.txt.2015110500
        new file:   fix/fv3_historical/global_ozinfo.txt.2018110700
        new file:   fix/fv3_historical/global_ozinfo.txt.2020011600
        new file:   fix/fv3_historical/global_ozinfo.txt.2020011806
        new file:   fix/fv3_historical/global_satinfo.txt.2015011412
        new file:   fix/fv3_historical/global_satinfo.txt.2015070218
        new file:   fix/fv3_historical/global_satinfo.txt.2015100118
        new file:   fix/fv3_historical/global_satinfo.txt.2015111012
        new file:   fix/fv3_historical/global_satinfo.txt.2016011912
        new file:   fix/fv3_historical/global_satinfo.txt.2016020312
        new file:   fix/fv3_historical/global_satinfo.txt.2016090912
        new file:   fix/fv3_historical/global_satinfo.txt.2016110812
        new file:   fix/fv3_historical/global_satinfo.txt.2017030812
        new file:   fix/fv3_historical/global_satinfo.txt.2017031612
        new file:   fix/fv3_historical/global_satinfo.txt.2017103118
        new file:   fix/fv3_historical/global_satinfo.txt.2018021212
        new file:   fix/fv3_historical/global_satinfo.txt.2018053012
        new file:   fix/gfsv16_historical/global_convinfo.txt.2019021900
        new file:   fix/gfsv16_historical/global_convinfo.txt.2019110706
        new file:   fix/gfsv16_historical/global_convinfo.txt.2020040718
        new file:   fix/gfsv16_historical/global_convinfo.txt.2020052612
        new file:   fix/gfsv16_historical/global_ozinfo.txt.2019021900
        new file:   fix/gfsv16_historical/global_ozinfo.txt.2020011600
        new file:   fix/gfsv16_historical/global_ozinfo.txt.2020011806
        new file:   fix/gfsv16_historical/global_satinfo.txt.2019021900
        new file:   fix/gfsv16_historical/global_satinfo.txt.2019110706
        new file:   fix/gfsv16_historical/global_satinfo.txt.2020022012
        new file:   fix/gfsv16_historical/prepobs_errtable.global.2019021900
        new file:   fix/gfsv16_historical/prepobs_errtable.global.2019110706
        new file:   fix/gfsv16_historical/prepobs_errtable.global.2020040718
        new file:   fix/global_CRTM_AerosolCoeff.f77
        new file:   fix/global_CRTM_CldCoeff.f77
        new file:   fix/global_CRTM_EmisCoeff.f77
        new file:   fix/global_CRTM_SpcCoeff.f77
        new file:   fix/global_CRTM_TauCoeff.f77
        new file:   fix/global_aeroinfo.txt
        new file:   fix/global_anavinfo.l127.txt
        new file:   fix/global_anavinfo.l64.txt
        new file:   fix/global_anavinfo_allhydro.l64.txt
        new file:   fix/global_anavinfo_clrsky.l64.txt
        new file:   fix/global_anavinfo_ozonly.l64.txt
        new file:   fix/global_ch4_esrlctm_1984.txt
        new file:   fix/global_ch4_esrlctm_1985.txt
        new file:   fix/global_ch4_esrlctm_1986.txt
        new file:   fix/global_ch4_esrlctm_1987.txt
        new file:   fix/global_ch4_esrlctm_1988.txt
        new file:   fix/global_ch4_esrlctm_1989.txt
        new file:   fix/global_ch4_esrlctm_1990.txt
        new file:   fix/global_ch4_esrlctm_1991.txt
        new file:   fix/global_ch4_esrlctm_1992.txt
        new file:   fix/global_ch4_esrlctm_1993.txt
        new file:   fix/global_ch4_esrlctm_1994.txt
        new file:   fix/global_ch4_esrlctm_1995.txt
        new file:   fix/global_ch4_esrlctm_1996.txt
        new file:   fix/global_ch4_esrlctm_1997.txt
        new file:   fix/global_ch4_esrlctm_1998.txt
        new file:   fix/global_ch4_esrlctm_1999.txt
        new file:   fix/global_ch4_esrlctm_2000.txt
        new file:   fix/global_ch4_esrlctm_2001.txt
        new file:   fix/global_ch4_esrlctm_2002.txt
        new file:   fix/global_ch4_esrlctm_2003.txt
        new file:   fix/global_ch4_esrlctm_2004.txt
        new file:   fix/global_ch4_esrlctm_2005.txt
        new file:   fix/global_ch4_esrlctm_2006.txt
        new file:   fix/global_ch4_esrlctm_2007.txt
        new file:   fix/global_ch4_esrlctm_2008.txt
        new file:   fix/global_ch4_esrlctm_2009.txt
        new file:   fix/global_ch4_esrlctm_2010.txt
        new file:   fix/global_ch4_esrlctm_2011.txt
        new file:   fix/global_co2.gcmscl_2002.txt
        new file:   fix/global_co2.gcmscl_2003.txt
        new file:   fix/global_co2.gcmscl_2004.txt
        new file:   fix/global_co2.gcmscl_2005.txt
        new file:   fix/global_co2.gcmscl_2006.txt
        new file:   fix/global_co2.gcmscl_2007.txt
        new file:   fix/global_co2.gcmscl_2008.txt
        new file:   fix/global_co2.gcmscl_2009.txt
        new file:   fix/global_co2.gcmscl_2010.txt
        new file:   fix/global_co2.gcmscl_2011.txt
        new file:   fix/global_co2.gcmscl_2012.txt
        new file:   fix/global_co_esrlctm_1991.txt
        new file:   fix/global_co_esrlctm_1992.txt
        new file:   fix/global_co_esrlctm_1993.txt
        new file:   fix/global_co_esrlctm_1994.txt
        new file:   fix/global_co_esrlctm_1995.txt
        new file:   fix/global_co_esrlctm_1996.txt
        new file:   fix/global_co_esrlctm_1997.txt
        new file:   fix/global_co_esrlctm_1998.txt
        new file:   fix/global_co_esrlctm_1999.txt
        new file:   fix/global_co_esrlctm_2000.txt
        new file:   fix/global_co_esrlctm_2001.txt
        new file:   fix/global_co_esrlctm_2002.txt
        new file:   fix/global_co_esrlctm_2003.txt
        new file:   fix/global_co_esrlctm_2004.txt
        new file:   fix/global_co_esrlctm_2005.txt
        new file:   fix/global_co_esrlctm_2006.txt
        new file:   fix/global_co_esrlctm_2007.txt
        new file:   fix/global_co_esrlctm_2008.txt
        new file:   fix/global_co_esrlctm_2009.txt
        new file:   fix/global_co_esrlctm_2010.txt
        new file:   fix/global_co_esrlctm_2011.txt
        new file:   fix/global_convinfo.txt
        new file:   fix/global_convinfo.txt.2013041500
        new file:   fix/global_convinfo.txt.2014041400
        new file:   fix/global_convinfo.txt.2016031512
        new file:   fix/global_convinfo.txt.2017071912
        new file:   fix/global_convinfo.txt.2018010512
        new file:   fix/global_convinfo.txt.2018022818
        new file:   fix/global_convinfo.txt.3hr_satwnd
        new file:   fix/global_convinfo_reg_test.txt
        new file:   fix/global_hybens_info.l127.txt
        new file:   fix/global_hybens_info.l64.txt
        new file:   fix/global_hybens_info_variable.l127.txt
        new file:   fix/global_hybens_info_variable.l64.txt
        new file:   fix/global_hybens_smoothinfo.l127.txt
        new file:   fix/global_hybens_smoothinfo.l64.txt
        new file:   fix/global_insituinfo.txt
        new file:   fix/global_lightinfo.txt
        new file:   fix/global_n2o_esrlctm_1978.txt
        new file:   fix/global_n2o_esrlctm_1979.txt
        new file:   fix/global_n2o_esrlctm_1980.txt
        new file:   fix/global_n2o_esrlctm_1981.txt
        new file:   fix/global_n2o_esrlctm_1982.txt
        new file:   fix/global_n2o_esrlctm_1983.txt
        new file:   fix/global_n2o_esrlctm_1984.txt
        new file:   fix/global_n2o_esrlctm_1985.txt
        new file:   fix/global_n2o_esrlctm_1986.txt
        new file:   fix/global_n2o_esrlctm_1987.txt
        new file:   fix/global_n2o_esrlctm_1988.txt
        new file:   fix/global_n2o_esrlctm_1989.txt
        new file:   fix/global_n2o_esrlctm_1990.txt
        new file:   fix/global_n2o_esrlctm_1991.txt
        new file:   fix/global_n2o_esrlctm_1992.txt
        new file:   fix/global_n2o_esrlctm_1993.txt
        new file:   fix/global_n2o_esrlctm_1994.txt
        new file:   fix/global_n2o_esrlctm_1995.txt
        new file:   fix/global_n2o_esrlctm_1996.txt
        new file:   fix/global_n2o_esrlctm_1997.txt
        new file:   fix/global_n2o_esrlctm_1998.txt
        new file:   fix/global_n2o_esrlctm_1999.txt
        new file:   fix/global_n2o_esrlctm_2000.txt
        new file:   fix/global_n2o_esrlctm_2001.txt
        new file:   fix/global_n2o_esrlctm_2002.txt
        new file:   fix/global_n2o_esrlctm_2003.txt
        new file:   fix/global_n2o_esrlctm_2004.txt
        new file:   fix/global_n2o_esrlctm_2005.txt
        new file:   fix/global_n2o_esrlctm_2006.txt
        new file:   fix/global_n2o_esrlctm_2007.txt
        new file:   fix/global_n2o_esrlctm_2008.txt
        new file:   fix/global_n2o_esrlctm_2009.txt
        new file:   fix/global_n2o_esrlctm_2010.txt
        new file:   fix/global_n2o_esrlctm_2011.txt
        new file:   fix/global_ozinfo.txt
        new file:   fix/global_pcpinfo.txt
        new file:   fix/global_satangbias.txt
        new file:   fix/global_satinfo.txt
        new file:   fix/global_satinfo.txt.2015111012
        new file:   fix/global_satinfo.txt.2016011912
        new file:   fix/global_satinfo.txt.2016020312
        new file:   fix/global_satinfo.txt.2016090912
        new file:   fix/global_satinfo.txt.2016110812
        new file:   fix/global_satinfo.txt.2017030812
        new file:   fix/global_satinfo.txt.2017031612
        new file:   fix/global_scaninfo.txt
        new file:   fix/hwrf_basinscale_satinfo.txt
        new file:   fix/hwrf_convinfo.txt
        new file:   fix/hwrf_hybens_d01_info
        new file:   fix/hwrf_hybens_d2_info
        new file:   fix/hwrf_hybens_d3_info
        new file:   fix/hwrf_nam_errtable.r3dv
        new file:   fix/hwrf_satinfo.txt
        new file:   fix/nam_CRTM_SpcCoeff.f77
        new file:   fix/nam_CRTM_TauCoeff.f77
        new file:   fix/nam_convinfo.txt
        new file:   fix/nam_errtable.r3dv
        new file:   fix/nam_glb_berror.f77
        new file:   fix/nam_glb_berror.f77.gcv
        new file:   fix/nam_global_ozinfo.txt
        new file:   fix/nam_global_pcpinfo.txt
        new file:   fix/nam_global_satangbias.txt
        new file:   fix/nam_hybens_d01_info
        new file:   fix/nam_mesonet_stnuselist.txt
        new file:   fix/nam_mesonet_uselist.txt
        new file:   fix/nam_nmm_berror.f77
        new file:   fix/nam_nmm_berror.f77.gcv
        new file:   fix/nam_nmmstat_na
        new file:   fix/nam_nmmstat_na_glberror.gcv
        new file:   fix/nam_regional_convinfo.txt
        new file:   fix/nam_regional_convinfo_reg_test.txt
        new file:   fix/nam_regional_satinfo.txt
        new file:   fix/nam_satangbias.txt
        new file:   fix/nam_satinfo.txt
        new file:   fix/nlqc_b_ps.rtma.CTL
        new file:   fix/nlqc_b_ps.rtma.rev2
        new file:   fix/nlqc_b_q.rtma.CTL
        new file:   fix/nlqc_b_t.rtma.CTL
        new file:   fix/nlqc_b_uv.rtma.CTL
        new file:   fix/nlqc_b_uv.rtma.chg295
        new file:   fix/nqc_b_ps.global_nqcf
        new file:   fix/nqc_b_q.global_nqcf
        new file:   fix/nqc_b_t.global_nqcf
        new file:   fix/nqc_b_uv.global_nqcf
        new file:   fix/prepobs_errtable.global
        new file:   fix/prepobs_errtable.global.3hr_satwnd
        new file:   fix/prepobs_errtable.hwrf
        new file:   fix/prepobs_errtable_ps.CTL
        new file:   fix/prepobs_errtable_ps.global_nqcf
        new file:   fix/prepobs_errtable_ps.rev2
        new file:   fix/prepobs_errtable_pw.global
        new file:   fix/prepobs_errtable_q.CTL
        new file:   fix/prepobs_errtable_q.global_nqcf
        new file:   fix/prepobs_errtable_t.CTL
        new file:   fix/prepobs_errtable_t.global_nqcf
        new file:   fix/prepobs_errtable_uv.CTL
        new file:   fix/prepobs_errtable_uv.global_nqcf
        new file:   fix/prepobs_errtable_uv.rev3
        new file:   fix/prepobs_prep.bufrtable
        new file:   fix/radar_list
        new file:   fix/rap_anavinfo_arw_netcdf
        new file:   fix/rap_berror_stats_global
        new file:   fix/rap_current_bad_aircraft.txt
        new file:   fix/rap_global_ozinfo.txt
        new file:   fix/rap_global_pcpinfo.txt
        new file:   fix/rap_global_satangbias.txt
        new file:   fix/rap_global_satinfo.txt
        new file:   fix/rap_nam_errtable.r3dv
        new file:   fix/rap_nam_regional_convinfo
        new file:   fix/rap_ndas.t06z.satbias.tm03
        new file:   fix/rtma_convinfo.txt
        new file:   fix/rtma_errtable.r3dv
        new file:   fix/rtma_mesonet_uselist.txt
        new file:   fix/rtma_mesonet_vis_uselist.txt
        new file:   fix/rtma_nmm_berror.f77
        new file:   fix/rtma_p_rejectlist
        new file:   fix/rtma_parmcard_input
        new file:   fix/rtma_prepobs_prep.bufrtable
        new file:   fix/rtma_q_day_rejectlist
        new file:   fix/rtma_q_night_rejectlist
        new file:   fix/rtma_q_rejectlist
        new file:   fix/rtma_random_flips
        new file:   fix/rtma_ruc2_wind-uselist-noMETAR.dat
        new file:   fix/rtma_t_day_rejectlist
        new file:   fix/rtma_t_night_rejectlist
        new file:   fix/rtma_t_rejectlist
        new file:   fix/rtma_w_rejectlist
        new file:   fix/rtma_wbinuselist
        new file:   fix/urma2p5.maxT.grb1_0
        new file:   fix/urma2p5.maxT.grb2_0
        new file:   fix/urma2p5.minT.grb1_0
        new file:   fix/urma2p5.minT.grb2_0
        new file:   fix/urma2p5.nlqc_b_ps.njqc
        new file:   fix/urma2p5.nlqc_b_q.njqc
        new file:   fix/urma2p5.nlqc_b_t.njqc
        new file:   fix/urma2p5.nlqc_b_uv.njqc
        new file:   fix/urma2p5.prepobs_errtable_ps.njqc
        new file:   fix/urma2p5.prepobs_errtable_pw.njqc
        new file:   fix/urma2p5.prepobs_errtable_q.njqc
        new file:   fix/urma2p5.prepobs_errtable_t.njqc
        new file:   fix/urma2p5.prepobs_errtable_uv.njqc
        new file:   fix/urma2p5.prepobs_errtable_wspd10m.njqc
        new file:   fix/urma2p5_anavinfo
        new file:   fix/urma2p5_anavinfo_mitm
        new file:   fix/urma2p5_anavinfo_mxtm
        new file:   fix/urma2p5_anavinfo_with_cldch
        new file:   fix/urma2p5_bigrjlist.txt
        new file:   fix/urma2p5_convinfo.txt
        new file:   fix/urma2p5_errfield.dat_clim
        new file:   fix/urma2p5_errfield_with_mitm.dat_clim
        new file:   fix/urma2p5_errfield_with_mxtm.dat_clim
        new file:   fix/urma2p5_errtable.r3dv
        new file:   fix/urma2p5_fltnorm.dat_chi
        new file:   fix/urma2p5_fltnorm.dat_cldch
        new file:   fix/urma2p5_fltnorm.dat_gust
        new file:   fix/urma2p5_fltnorm.dat_howv
        new file:   fix/urma2p5_fltnorm.dat_mitm
        new file:   fix/urma2p5_fltnorm.dat_mxtm
        new file:   fix/urma2p5_fltnorm.dat_ps
        new file:   fix/urma2p5_fltnorm.dat_pseudorh
        new file:   fix/urma2p5_fltnorm.dat_psi
        new file:   fix/urma2p5_fltnorm.dat_t
        new file:   fix/urma2p5_fltnorm.dat_tcamt
        new file:   fix/urma2p5_fltnorm.dat_vis
        new file:   fix/urma2p5_fltnorm.dat_wspd10m
        new file:   fix/urma2p5_howv_lng_lat.bin
        new file:   fix/urma2p5_howv_var_lat.bin
        new file:   fix/urma2p5_latlon_mpfactor.dat
        new file:   fix/urma2p5_mesonet_uselist.txt
        new file:   fix/urma2p5_prepobs_prep.bufrtable
        new file:   fix/urma2p5_q_day_rejectlist
        new file:   fix/urma2p5_q_night_rejectlist
        new file:   fix/urma2p5_random_flips
        new file:   fix/urma2p5_rd2.out_hrrr_on_cohreswexp
        new file:   fix/urma2p5_rd2.out_hrrr_on_cohreswexp_standby_mode_uses_lastest_HRRR_composed_1Nov2016
        new file:   fix/urma2p5_rd2.out_namnest_wexp_on_cohreswexp
        new file:   fix/urma2p5_rd2.out_namnest_wexp_on_cohreswexp_standby_mode_uses_new_NAM_composed_1Nov2016
        new file:   fix/urma2p5_regional_berror.f77
        new file:   fix/urma2p5_ruc2_wind-uselist-noMETAR_AUGMENTED.dat
        new file:   fix/urma2p5_slmask.dat_nolakes
        new file:   fix/urma2p5_t_day_rejectlist
        new file:   fix/urma2p5_t_night_rejectlist
        new file:   fix/urma2p5_terrain.dat
        new file:   fix/urma2p5_wbinuselist
        new file:   fix/vlocal_eig_l127.dat
        new file:   fix/vlocal_eig_l64.dat
        new file:   fix/vqctp001.dat

-bash-4.2$ git lfs ls-files
521f99c16e * fix/200urma2p5_howv_lng_lat.bin
640be50da3 * fix/330urma2p5_howv_lng_lat.bin
cb6612bf19 * fix/500urma2p5_howv_lng_lat.bin
544d513272 * fix/Big_Endian/cmaq_berror_big_endian
d752ad3433 * fix/Big_Endian/cmaq_pm2_5_reg_berror_12z.bin
c8dad8d75e * fix/Big_Endian/fv3aero_berror.l64y194.f77
64502bb9dc * fix/Big_Endian/global_berror.l127y194.f77
0e364720ac * fix/Big_Endian/global_berror.l127y386.f77
bed70fe22b * fix/Big_Endian/global_berror.l127y770.f77
a2f1eb05b3 * fix/Big_Endian/global_berror.l127y98.f77
1613c058b0 * fix/Big_Endian/global_berror.l63y386.f77
281e7f4d69 * fix/Big_Endian/global_berror.l64y1154.f77
b9995df28c * fix/Big_Endian/global_berror.l64y130.f77
544f82ab44 * fix/Big_Endian/global_berror.l64y192.f77
1730fa4df5 * fix/Big_Endian/global_berror.l64y194.f77
a16e8ad645 * fix/Big_Endian/global_berror.l64y258.f77
381b817c15 * fix/Big_Endian/global_berror.l64y290.f77
e1b29893f4 * fix/Big_Endian/global_berror.l64y386.f77
47ea98202b * fix/Big_Endian/global_berror.l64y578.f77
59b7676e75 * fix/Big_Endian/global_berror.l64y674.f77
87cf8c1987 * fix/Big_Endian/global_berror.l64y770.f77
2f8d2307b6 * fix/Big_Endian/global_berror.l64y882.f77
b7b3d227ca * fix/Big_Endian/global_berror.l64y96.f77
447eeb1f35 * fix/Big_Endian/global_berror.l64y98.f77
e8af1ca8ee * fix/Big_Endian/nam_glb_berror.f77.gcv
efb2d1c410 * fix/Big_Endian/nam_nmmstat_na.gcv
e0cb23c5a8 * fix/Big_Endian/rtma_conus_slmask.dat
5e44a62261 * fix/Big_Endian/rtma_conus_terrain.dat
04c972fd51 * fix/Big_Endian/rtma_fltnorm.dat_chi
684e6e5c3d * fix/Big_Endian/rtma_fltnorm.dat_cldch
74f4a35fa1 * fix/Big_Endian/rtma_fltnorm.dat_gust
bcd905bd59 * fix/Big_Endian/rtma_fltnorm.dat_gustwter
c0fb433c12 * fix/Big_Endian/rtma_fltnorm.dat_howv
4cd122a57a * fix/Big_Endian/rtma_fltnorm.dat_mitm
90fe7749fb * fix/Big_Endian/rtma_fltnorm.dat_mitmwter
f394bd7379 * fix/Big_Endian/rtma_fltnorm.dat_mxtm
fdae44b8d3 * fix/Big_Endian/rtma_fltnorm.dat_mxtmwter
bd8c989f55 * fix/Big_Endian/rtma_fltnorm.dat_pmsl
2b4d72da16 * fix/Big_Endian/rtma_fltnorm.dat_ps
bbade55bd9 * fix/Big_Endian/rtma_fltnorm.dat_pseudorh
410aed5152 * fix/Big_Endian/rtma_fltnorm.dat_psi
642aee2612 * fix/Big_Endian/rtma_fltnorm.dat_pswter
b9582203c3 * fix/Big_Endian/rtma_fltnorm.dat_qwter
5d0c992385 * fix/Big_Endian/rtma_fltnorm.dat_sfwter
7683658c0b * fix/Big_Endian/rtma_fltnorm.dat_t
82a5e289f1 * fix/Big_Endian/rtma_fltnorm.dat_tcamt
7f876ae7ce * fix/Big_Endian/rtma_fltnorm.dat_td2m
64bd24e553 * fix/Big_Endian/rtma_fltnorm.dat_td2mwter
57fe542e8c * fix/Big_Endian/rtma_fltnorm.dat_twter
e0bdd020ab * fix/Big_Endian/rtma_fltnorm.dat_uwnd10m
bcd08a8f02 * fix/Big_Endian/rtma_fltnorm.dat_uwnd10mwter
ed466446fd * fix/Big_Endian/rtma_fltnorm.dat_vis
8c47177d50 * fix/Big_Endian/rtma_fltnorm.dat_vpwter
9300dd82f5 * fix/Big_Endian/rtma_fltnorm.dat_vwnd10m
a92ecc6ebd * fix/Big_Endian/rtma_fltnorm.dat_vwnd10mwter
e21c71e677 * fix/Big_Endian/rtma_fltnorm.dat_wspd10m
9078a4d46a * fix/Big_Endian/rtma_fltnorm.dat_wspd10mwter
183398f487 * fix/Big_Endian/rtma_regional_nmm_berror.f77.gcv
6d0743cdc9 * fix/Big_Endian/urma2p5_fltnorm.dat_wspd10m
2a392fde91 * fix/Big_Endian/wrf_chem_berror_big_endian
82407dade0 * fix/Rcov_crisn20
5409ddd270 * fix/Rcov_crisnpp
b4cad879be * fix/Rcov_iasialand
51d092505f * fix/Rcov_iasiasea
682040bd0f * fix/Rcov_iasibland
6548aaa52b * fix/Rcov_iasibsea
ff58ccb8af * fix/VLabRepoQuickTips.txt
b265e5c26a * fix/aeroinfo_aod.txt
9249401b31 * fix/aeroinfo_fv3aero
5253dc07f2 * fix/anavinfo_aod_gocart
70513c87e5 * fix/anavinfo_arw_binary
a1f0dee27e * fix/anavinfo_arw_netcdf
2232824840 * fix/anavinfo_arw_netcdf_glbe
58a4c9fdcc * fix/anavinfo_cmaq_binary
bd818f5946 * fix/anavinfo_cmaq_pm25
f815a938d4 * fix/anavinfo_fv3
189c9144c1 * fix/anavinfo_fv3_64
ab84fa245d * fix/anavinfo_fv3_65
0c99cd3137 * fix/anavinfo_fv3aero
694a7def99 * fix/anavinfo_gsdcld4nmmb
322b49a921 * fix/anavinfo_hwrf_L60
5ebe0cb56c * fix/anavinfo_hwrf_L60_nooz
ddad2e8958 * fix/anavinfo_hwrf_L75
e34339c4d7 * fix/anavinfo_ndas_binary
2ebfcabe37 * fix/anavinfo_ndas_netcdf
e3d8435843 * fix/anavinfo_nems_nmmb
86d9ccaa27 * fix/anavinfo_nems_nmmb_glb
53a9fe7e67 * fix/anavinfo_rtma
87b7b1b4c6 * fix/anavinfo_wrfchem_gocart
4c4d14cdfd * fix/anavinfo_wrfchem_pm25
c94d7de231 * fix/atms_beamwidth.txt
369c030514 * fix/bufrtab.012
0db5a86e2f * fix/cloudy_radiance_info.txt
8d128bbe96 * fix/comgsi_satbias_in
8d128bbe96 * fix/comgsi_satbias_pc_in
ad0a5b0ddd * fix/convinfo_gsdcld4nmmb
b82b65ac2d * fix/example_unformatted_fileinfo.txt
3e015ee7cf * fix/fv3_historical/0readme.convinfo
5581247428 * fix/fv3_historical/0readme.ozinfo
bedd415b21 * fix/fv3_historical/0readme.satinfo
f876582562 * fix/fv3_historical/global_convinfo.txt.2014041400
a418ea95b8 * fix/fv3_historical/global_convinfo.txt.2016031512
1e91c046b5 * fix/fv3_historical/global_convinfo.txt.2017071912
e37a1e3881 * fix/fv3_historical/global_convinfo.txt.2018010512
f37ee442bd * fix/fv3_historical/global_convinfo.txt.2018022818
71dc343458 * fix/fv3_historical/global_ozinfo.txt.2015110500
46877acb1e * fix/fv3_historical/global_ozinfo.txt.2018110700
46877acb1e * fix/fv3_historical/global_ozinfo.txt.2020011806
46877acb1e * fix/gfsv16_historical/global_ozinfo.txt.2019021900
46877acb1e * fix/gfsv16_historical/global_ozinfo.txt.2020011806
7afe1d023e * fix/fv3_historical/global_ozinfo.txt.2020011600
7afe1d023e * fix/gfsv16_historical/global_ozinfo.txt.2020011600
4b6b23e75c * fix/fv3_historical/global_satinfo.txt.2015011412
5d3d959be4 * fix/fv3_historical/global_satinfo.txt.2015070218
703b0b6825 * fix/fv3_historical/global_satinfo.txt.2015100118
31a58fa735 * fix/fv3_historical/global_satinfo.txt.2015111012
31a58fa735 * fix/fv3_historical/global_satinfo.txt.2016020312
2826bae2f4 * fix/fv3_historical/global_satinfo.txt.2016011912
2826bae2f4 * fix/fv3_historical/global_satinfo.txt.2016090912
35baee683c * fix/fv3_historical/global_satinfo.txt.2016110812
35baee683c * fix/fv3_historical/global_satinfo.txt.2017031612
1398b737ed * fix/fv3_historical/global_satinfo.txt.2017030812
6be8bee6d8 * fix/fv3_historical/global_satinfo.txt.2017103118
6a8fffebb0 * fix/fv3_historical/global_satinfo.txt.2018021212
ae9a53d794 * fix/fv3_historical/global_satinfo.txt.2018053012
f232f02fcd * fix/gfsv16_historical/global_convinfo.txt.2019021900
f55812f0eb * fix/gfsv16_historical/global_convinfo.txt.2019110706
ce1a76b7f7 * fix/gfsv16_historical/global_convinfo.txt.2020040718
623484f052 * fix/gfsv16_historical/global_convinfo.txt.2020052612
623484f052 * fix/global_convinfo.txt
641f3aaa49 * fix/gfsv16_historical/global_satinfo.txt.2019021900
42b650357c * fix/gfsv16_historical/global_satinfo.txt.2019110706
001b1f9804 * fix/gfsv16_historical/global_satinfo.txt.2020022012
b725d46ba4 * fix/gfsv16_historical/prepobs_errtable.global.2019021900
b1e4e9afd0 * fix/gfsv16_historical/prepobs_errtable.global.2019110706
751ef68ec4 * fix/gfsv16_historical/prepobs_errtable.global.2020040718
21518a6972 * fix/global_CRTM_AerosolCoeff.f77
61c5fe9a38 * fix/global_CRTM_CldCoeff.f77
3ebdfc5597 * fix/global_CRTM_EmisCoeff.f77
d6d7f4338f * fix/global_CRTM_SpcCoeff.f77
f743aece29 * fix/global_CRTM_TauCoeff.f77
be211a9ac1 * fix/global_aeroinfo.txt
a4941dd527 * fix/global_anavinfo.l127.txt
914bbb5637 * fix/global_anavinfo.l64.txt
8aabb1d521 * fix/global_anavinfo_allhydro.l64.txt
2f54abd1f9 * fix/global_anavinfo_clrsky.l64.txt
9325fb37a8 * fix/global_anavinfo_ozonly.l64.txt
8a3b4f852b * fix/global_ch4_esrlctm_1984.txt
426eaae3c1 * fix/global_ch4_esrlctm_1985.txt
9e92ba41f9 * fix/global_ch4_esrlctm_1986.txt
2e7d4c31d5 * fix/global_ch4_esrlctm_1987.txt
a1b92d3838 * fix/global_ch4_esrlctm_1988.txt
d6d5c026df * fix/global_ch4_esrlctm_1989.txt
99c6c1c7d9 * fix/global_ch4_esrlctm_1990.txt
9c6a90e1e1 * fix/global_ch4_esrlctm_1991.txt
f749d73646 * fix/global_ch4_esrlctm_1992.txt
b8291b2059 * fix/global_ch4_esrlctm_1993.txt
23292c6a29 * fix/global_ch4_esrlctm_1994.txt
06c10ff26f * fix/global_ch4_esrlctm_1995.txt
36ca0e16f0 * fix/global_ch4_esrlctm_1996.txt
7753d7ad1a * fix/global_ch4_esrlctm_1997.txt
5ef4b57f13 * fix/global_ch4_esrlctm_1998.txt
749a257335 * fix/global_ch4_esrlctm_1999.txt
3dfc2d6a66 * fix/global_ch4_esrlctm_2000.txt
4ea6d4c8f2 * fix/global_ch4_esrlctm_2001.txt
5a9b120a93 * fix/global_ch4_esrlctm_2002.txt
4ce45df0b0 * fix/global_ch4_esrlctm_2003.txt
70ceca15c1 * fix/global_ch4_esrlctm_2004.txt
a3db202ca1 * fix/global_ch4_esrlctm_2005.txt
e06a522ca1 * fix/global_ch4_esrlctm_2006.txt
40f54e7fe7 * fix/global_ch4_esrlctm_2007.txt
296c79bfcb * fix/global_ch4_esrlctm_2008.txt
ce9794b28d * fix/global_ch4_esrlctm_2009.txt
214a581ba2 * fix/global_ch4_esrlctm_2010.txt
b43dce66e7 * fix/global_ch4_esrlctm_2011.txt
5043dc45f3 * fix/global_co2.gcmscl_2002.txt
1665e3915e * fix/global_co2.gcmscl_2003.txt
415af84a36 * fix/global_co2.gcmscl_2004.txt
5ab76c8d4a * fix/global_co2.gcmscl_2005.txt
71ed67a93e * fix/global_co2.gcmscl_2006.txt
51cc244e12 * fix/global_co2.gcmscl_2007.txt
bc0f00e717 * fix/global_co2.gcmscl_2008.txt
91dcd5b048 * fix/global_co2.gcmscl_2009.txt
82c3511817 * fix/global_co2.gcmscl_2010.txt
965f997114 * fix/global_co2.gcmscl_2011.txt
11f18c8b47 * fix/global_co2.gcmscl_2012.txt
493dd78b83 * fix/global_co_esrlctm_1991.txt
ca9ec18b26 * fix/global_co_esrlctm_1992.txt
8aea2cc14a * fix/global_co_esrlctm_1993.txt
557ce5fd1d * fix/global_co_esrlctm_1994.txt
b886d34cfa * fix/global_co_esrlctm_1995.txt
eafa3219a7 * fix/global_co_esrlctm_1996.txt
2922cc0f14 * fix/global_co_esrlctm_1997.txt
022659fee5 * fix/global_co_esrlctm_1998.txt
f0884c7f0e * fix/global_co_esrlctm_1999.txt
686e547864 * fix/global_co_esrlctm_2000.txt
ecfb53619a * fix/global_co_esrlctm_2001.txt
e47491df76 * fix/global_co_esrlctm_2002.txt
2d23cb89ae * fix/global_co_esrlctm_2003.txt
e97daf9329 * fix/global_co_esrlctm_2004.txt
7de468172c * fix/global_co_esrlctm_2005.txt
6cc6f44957 * fix/global_co_esrlctm_2006.txt
25544bda9a * fix/global_co_esrlctm_2007.txt
3a5da89fa3 * fix/global_co_esrlctm_2008.txt
8327886740 * fix/global_co_esrlctm_2009.txt
b797867340 * fix/global_co_esrlctm_2010.txt
34397391be * fix/global_co_esrlctm_2011.txt
f4e8831234 * fix/global_convinfo.txt.2013041500
01d09f93c1 * fix/global_convinfo.txt.2014041400
5fa958b9c7 * fix/global_convinfo.txt.2016031512
ceca84065f * fix/global_convinfo.txt.2017071912
985e2f88bd * fix/global_convinfo.txt.2018010512
594a27e718 * fix/global_convinfo.txt.2018022818
4021226694 * fix/global_convinfo.txt.3hr_satwnd
a1596f01ca * fix/global_convinfo_reg_test.txt
80b40ed785 * fix/global_hybens_info.l127.txt
cfa128c89c * fix/global_hybens_info.l64.txt
87e8e24db0 * fix/global_hybens_info_variable.l127.txt
a9cd62d642 * fix/global_hybens_info_variable.l64.txt
20e6bb5bc4 * fix/global_hybens_smoothinfo.l127.txt
3e80d06a4d * fix/global_hybens_smoothinfo.l64.txt
b3428884b7 * fix/global_insituinfo.txt
38dc96c774 * fix/global_lightinfo.txt
2d45221e3b * fix/global_n2o_esrlctm_1978.txt
39db99b3b6 * fix/global_n2o_esrlctm_1979.txt
dab479ac6f * fix/global_n2o_esrlctm_1980.txt
ad7a262fda * fix/global_n2o_esrlctm_1981.txt
70b93f2263 * fix/global_n2o_esrlctm_1982.txt
a5eeea2054 * fix/global_n2o_esrlctm_1983.txt
3732fed4fc * fix/global_n2o_esrlctm_1984.txt
8a27cdbb11 * fix/global_n2o_esrlctm_1985.txt
75d389a1fc * fix/global_n2o_esrlctm_1986.txt
c85e059b42 * fix/global_n2o_esrlctm_1987.txt
e2c345e6ec * fix/global_n2o_esrlctm_1988.txt
4af34f10cb * fix/global_n2o_esrlctm_1989.txt
6d4b74e93f * fix/global_n2o_esrlctm_1990.txt
a50ac90fa0 * fix/global_n2o_esrlctm_1991.txt
a55b4503ea * fix/global_n2o_esrlctm_1992.txt
8e7b65d17a * fix/global_n2o_esrlctm_1993.txt
62d4dac6a1 * fix/global_n2o_esrlctm_1994.txt
f3f92ee840 * fix/global_n2o_esrlctm_1995.txt
984df8115c * fix/global_n2o_esrlctm_1996.txt
a134968f44 * fix/global_n2o_esrlctm_1997.txt
354e84e82a * fix/global_n2o_esrlctm_1998.txt
7689c4ebe4 * fix/global_n2o_esrlctm_1999.txt
3fcc8fcf73 * fix/global_n2o_esrlctm_2000.txt
c1b9051077 * fix/global_n2o_esrlctm_2001.txt
8b192725dc * fix/global_n2o_esrlctm_2002.txt
206d31b49d * fix/global_n2o_esrlctm_2003.txt
1f43e4a413 * fix/global_n2o_esrlctm_2004.txt
991fbfed18 * fix/global_n2o_esrlctm_2005.txt
265bc59ae1 * fix/global_n2o_esrlctm_2006.txt
58da9e5637 * fix/global_n2o_esrlctm_2007.txt
e2ae97f4de * fix/global_n2o_esrlctm_2008.txt
017e6475d2 * fix/global_n2o_esrlctm_2009.txt
b014326be8 * fix/global_n2o_esrlctm_2010.txt
63db580cca * fix/global_n2o_esrlctm_2011.txt
6bebe374d7 * fix/global_pcpinfo.txt
c375a30d7a * fix/global_satangbias.txt
004a657c3c * fix/global_satinfo.txt.2015111012
5d91741f9e * fix/global_satinfo.txt.2016011912
5d91741f9e * fix/global_satinfo.txt.2016090912
6c76749123 * fix/global_satinfo.txt.2016020312
6dce0d87e1 * fix/global_satinfo.txt.2016110812
6dce0d87e1 * fix/global_satinfo.txt.2017031612
fce64e421b * fix/global_satinfo.txt.2017030812
3b9b6e7359 * fix/global_scaninfo.txt
f8b142a31a * fix/hwrf_basinscale_satinfo.txt
f8b142a31a * fix/rap_global_satinfo.txt
e36e5eee5e * fix/hwrf_convinfo.txt
d82b0c700a * fix/hwrf_hybens_d01_info
79c34b91fe * fix/hwrf_hybens_d2_info
ff34820217 * fix/hwrf_hybens_d3_info
edeba3e853 * fix/hwrf_nam_errtable.r3dv
babf7704ff * fix/hwrf_satinfo.txt
0826c9b55f * fix/nam_CRTM_SpcCoeff.f77
92b7e3d19d * fix/nam_CRTM_TauCoeff.f77
db704fce38 * fix/nam_convinfo.txt
18835c67a8 * fix/nam_errtable.r3dv
51661a1926 * fix/nam_glb_berror.f77
f19f7393f0 * fix/nam_global_ozinfo.txt
53402d6928 * fix/nam_global_pcpinfo.txt
53402d6928 * fix/rap_global_pcpinfo.txt
717b5cd909 * fix/nam_global_satangbias.txt
9f849d8434 * fix/nam_hybens_d01_info
c134834ea2 * fix/nam_mesonet_stnuselist.txt
c134834ea2 * fix/rtma_ruc2_wind-uselist-noMETAR.dat
6767f0afba * fix/nam_mesonet_uselist.txt
6767f0afba * fix/urma2p5_mesonet_uselist.txt
663d8f8edf * fix/nam_nmm_berror.f77
aa824795ce * fix/nam_nmm_berror.f77.gcv
b56d0d1047 * fix/nam_nmmstat_na
d1f4316964 * fix/nam_regional_convinfo.txt
8c73acdc9c * fix/nam_regional_convinfo_reg_test.txt
242971a16b * fix/nam_regional_satinfo.txt
27080c3308 * fix/nam_satangbias.txt
6c2b0f5930 * fix/nam_satinfo.txt
5080c31644 * fix/nlqc_b_ps.rtma.CTL
e5af20e49d * fix/nlqc_b_ps.rtma.rev2
e5af20e49d * fix/urma2p5.nlqc_b_ps.njqc
daaf29d9fa * fix/nlqc_b_q.rtma.CTL
daaf29d9fa * fix/nlqc_b_t.rtma.CTL
c649173ab2 * fix/nlqc_b_uv.rtma.CTL
8aae1a0ba3 * fix/nlqc_b_uv.rtma.chg295
92242213b8 * fix/nqc_b_ps.global_nqcf
365c1a787b * fix/nqc_b_q.global_nqcf
0a05fac09e * fix/nqc_b_t.global_nqcf
49d64031af * fix/nqc_b_uv.global_nqcf
2d4c66e066 * fix/prepobs_errtable.global.3hr_satwnd
c4ad082363 * fix/prepobs_errtable.hwrf
c64a87a92b * fix/prepobs_errtable_ps.CTL
847e72a66c * fix/prepobs_errtable_ps.global_nqcf
8464f97800 * fix/prepobs_errtable_ps.rev2
8464f97800 * fix/urma2p5.prepobs_errtable_ps.njqc
7b5163006f * fix/prepobs_errtable_pw.global
7b5163006f * fix/urma2p5.prepobs_errtable_pw.njqc
94cee6cdd9 * fix/prepobs_errtable_q.CTL
7ef5eee414 * fix/prepobs_errtable_q.global_nqcf
79b06a4e4c * fix/prepobs_errtable_t.CTL
f13297c3f2 * fix/prepobs_errtable_t.global_nqcf
8009e56b0d * fix/prepobs_errtable_uv.CTL
67ab243660 * fix/prepobs_errtable_uv.global_nqcf
b077b56329 * fix/prepobs_errtable_uv.rev3
4608e57e62 * fix/prepobs_prep.bufrtable
6fa5a3ff01 * fix/radar_list
2b3c4972fe * fix/rap_anavinfo_arw_netcdf
dd6969e9f6 * fix/rap_berror_stats_global
8c7a8af313 * fix/rap_current_bad_aircraft.txt
2131323554 * fix/rap_global_ozinfo.txt
afab226104 * fix/rap_global_satangbias.txt
04fbedfeb5 * fix/rap_nam_errtable.r3dv
6e8928dce0 * fix/rap_nam_regional_convinfo
76e20fd3f7 * fix/rap_ndas.t06z.satbias.tm03
73a1b64a29 * fix/rtma_convinfo.txt
129f373e50 * fix/rtma_errtable.r3dv
129f373e50 * fix/urma2p5_errtable.r3dv
6b97d7e3ee * fix/rtma_mesonet_uselist.txt
846b54baac * fix/rtma_mesonet_vis_uselist.txt
ab6cba68b1 * fix/rtma_nmm_berror.f77
144b9958ce * fix/rtma_p_rejectlist
27a936113e * fix/rtma_parmcard_input
008f9356e0 * fix/rtma_prepobs_prep.bufrtable
008f9356e0 * fix/urma2p5_prepobs_prep.bufrtable
ac26e82637 * fix/rtma_q_day_rejectlist
7cda07d33c * fix/rtma_q_night_rejectlist
8b9447a659 * fix/rtma_q_rejectlist
bb0b434901 * fix/rtma_random_flips
bb0b434901 * fix/urma2p5_random_flips
313d11cf48 * fix/rtma_t_day_rejectlist
5b01d9cdac * fix/rtma_t_night_rejectlist
cbf5f94eb2 * fix/rtma_t_rejectlist
2890b98898 * fix/rtma_w_rejectlist
8b13b30350 * fix/rtma_wbinuselist
37162ac753 * fix/urma2p5.maxT.grb1_0
e400ba6d19 * fix/urma2p5.maxT.grb2_0
4e0c0c4719 * fix/urma2p5.minT.grb1_0
e00d251d1b * fix/urma2p5.minT.grb2_0
b936630054 * fix/urma2p5.nlqc_b_q.njqc
43a1971912 * fix/urma2p5.nlqc_b_t.njqc
1c182f7011 * fix/urma2p5.nlqc_b_uv.njqc
c843d59a68 * fix/urma2p5.prepobs_errtable_q.njqc
edbe449795 * fix/urma2p5.prepobs_errtable_t.njqc
b5b2c5712a * fix/urma2p5.prepobs_errtable_uv.njqc
ed9b79506e * fix/urma2p5.prepobs_errtable_wspd10m.njqc
1dc5b99d3f * fix/urma2p5_anavinfo
f63cde4e44 * fix/urma2p5_anavinfo_mitm
ef831aabc7 * fix/urma2p5_anavinfo_mxtm
1ce42e7e3e * fix/urma2p5_anavinfo_with_cldch
fb41755dc1 * fix/urma2p5_bigrjlist.txt
5b849e5f7c * fix/urma2p5_convinfo.txt
30991a990b * fix/urma2p5_errfield.dat_clim
be945f5ef0 * fix/urma2p5_errfield_with_mitm.dat_clim
4fc5662bf0 * fix/urma2p5_errfield_with_mxtm.dat_clim
f809548ed2 * fix/urma2p5_fltnorm.dat_chi
088126d5ff * fix/urma2p5_fltnorm.dat_cldch
b29157c85a * fix/urma2p5_fltnorm.dat_gust
7c079a7a54 * fix/urma2p5_fltnorm.dat_howv
96f02d130f * fix/urma2p5_fltnorm.dat_mitm
01e86a211f * fix/urma2p5_fltnorm.dat_mxtm
bb7fc4b4f7 * fix/urma2p5_fltnorm.dat_ps
866515233a * fix/urma2p5_fltnorm.dat_pseudorh
56dd952f06 * fix/urma2p5_fltnorm.dat_psi
e81dd8e1da * fix/urma2p5_fltnorm.dat_t
a8db8e23df * fix/urma2p5_fltnorm.dat_tcamt
993eeb64d8 * fix/urma2p5_fltnorm.dat_vis
05e42b8343 * fix/urma2p5_fltnorm.dat_wspd10m
d7a13056dd * fix/urma2p5_howv_lng_lat.bin
67825b17ec * fix/urma2p5_howv_var_lat.bin
3615b25948 * fix/urma2p5_latlon_mpfactor.dat
2f56f550ac * fix/urma2p5_q_day_rejectlist
510ffaa4a1 * fix/urma2p5_q_night_rejectlist
68ef64bd2e * fix/urma2p5_rd2.out_hrrr_on_cohreswexp
68ef64bd2e * fix/urma2p5_rd2.out_hrrr_on_cohreswexp_standby_mode_uses_lastest_HRRR_composed_1Nov2016
ac61958326 * fix/urma2p5_rd2.out_namnest_wexp_on_cohreswexp
9efc0d4845 * fix/urma2p5_rd2.out_namnest_wexp_on_cohreswexp_standby_mode_uses_new_NAM_composed_1Nov2016
4d2c4d4a20 * fix/urma2p5_ruc2_wind-uselist-noMETAR_AUGMENTED.dat
4cb5f884e9 * fix/urma2p5_slmask.dat_nolakes
93001e8ca3 * fix/urma2p5_t_day_rejectlist
2cf40d4b9a * fix/urma2p5_t_night_rejectlist
bc566e61b8 * fix/urma2p5_terrain.dat
d06c717106 * fix/urma2p5_wbinuselist
45c79dc4d2 * fix/vlocal_eig_l127.dat
f62e77036b * fix/vlocal_eig_l64.dat
a72f85abe8 * fix/vqctp001.dat
-bash-4.2$ git commit -m "Removed fix/ submodule folder, added fix files, added tracking of fix/* files"
[feature/git-lfs 6d30f9cb4] Removed fix/ submodule folder, added fix files, added tracking of fix/* files
 412 files changed, 696886 insertions(+), 1 deletion(-)
 create mode 100644 .gitattributes
 delete mode 160000 fix
 create mode 100644 fix/200urma2p5_howv_lng_lat.bin
 create mode 100644 fix/330urma2p5_howv_lng_lat.bin
 create mode 100644 fix/500urma2p5_howv_lng_lat.bin
 create mode 100644 fix/Big_Endian/cmaq_berror_big_endian
 create mode 100644 fix/Big_Endian/cmaq_pm2_5_reg_berror_12z.bin
 create mode 100644 fix/Big_Endian/fv3aero_berror.l64y194.f77
 create mode 100644 fix/Big_Endian/global_berror.l127y194.f77
 create mode 100644 fix/Big_Endian/global_berror.l127y386.f77
 create mode 100644 fix/Big_Endian/global_berror.l127y770.f77
 create mode 100644 fix/Big_Endian/global_berror.l127y98.f77
 create mode 100644 fix/Big_Endian/global_berror.l63y386.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y1154.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y130.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y192.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y194.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y258.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y290.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y386.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y578.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y674.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y770.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y882.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y96.f77
 create mode 100644 fix/Big_Endian/global_berror.l64y98.f77
 create mode 100644 fix/Big_Endian/nam_glb_berror.f77.gcv
 create mode 100644 fix/Big_Endian/nam_nmmstat_na.gcv
 create mode 100644 fix/Big_Endian/rtma_conus_slmask.dat
 create mode 100644 fix/Big_Endian/rtma_conus_terrain.dat
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_chi
 create mode 100644 fix/Big_Endian/rtma_fltnorm.dat_cldch
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_gust
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_gustwter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_howv
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_mitm
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_mitmwter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_mxtm
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_mxtmwter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_pmsl
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_ps
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_pseudorh
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_psi
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_pswter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_qwter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_sfwter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_t
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_tcamt
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_td2m
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_td2mwter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_twter
 create mode 100644 fix/Big_Endian/rtma_fltnorm.dat_uwnd10m
 create mode 100644 fix/Big_Endian/rtma_fltnorm.dat_uwnd10mwter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_vis
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_vpwter
 create mode 100644 fix/Big_Endian/rtma_fltnorm.dat_vwnd10m
 create mode 100644 fix/Big_Endian/rtma_fltnorm.dat_vwnd10mwter
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_wspd10m
 create mode 100755 fix/Big_Endian/rtma_fltnorm.dat_wspd10mwter
 create mode 100644 fix/Big_Endian/rtma_regional_nmm_berror.f77.gcv
 create mode 100644 fix/Big_Endian/urma2p5_fltnorm.dat_wspd10m
 create mode 100644 fix/Big_Endian/wrf_chem_berror_big_endian
 create mode 100644 fix/Rcov_crisn20
 create mode 100644 fix/Rcov_crisnpp
 create mode 100644 fix/Rcov_iasialand
 create mode 100644 fix/Rcov_iasiasea
 create mode 100644 fix/Rcov_iasibland
 create mode 100644 fix/Rcov_iasibsea
 create mode 100644 fix/VLabRepoQuickTips.txt
 create mode 100755 fix/aeroinfo_aod.txt
 create mode 100755 fix/aeroinfo_fv3aero
 create mode 100755 fix/anavinfo_aod_gocart
 create mode 100644 fix/anavinfo_arw_binary
 create mode 100644 fix/anavinfo_arw_netcdf
 create mode 100755 fix/anavinfo_arw_netcdf_glbe
 create mode 100644 fix/anavinfo_cmaq_binary
 create mode 100755 fix/anavinfo_cmaq_pm25
 create mode 100644 fix/anavinfo_fv3
 create mode 100644 fix/anavinfo_fv3_64
 create mode 100644 fix/anavinfo_fv3_65
 create mode 100644 fix/anavinfo_fv3aero
 create mode 100644 fix/anavinfo_gsdcld4nmmb
 create mode 100644 fix/anavinfo_hwrf_L60
 create mode 100644 fix/anavinfo_hwrf_L60_nooz
 create mode 100644 fix/anavinfo_hwrf_L75
 create mode 100644 fix/anavinfo_ndas_binary
 create mode 100644 fix/anavinfo_ndas_netcdf
 create mode 100644 fix/anavinfo_nems_nmmb
 create mode 100644 fix/anavinfo_nems_nmmb_glb
 create mode 100644 fix/anavinfo_rtma
 create mode 100755 fix/anavinfo_wrfchem_gocart
 create mode 100755 fix/anavinfo_wrfchem_pm25
 create mode 100644 fix/atms_beamwidth.txt
 create mode 100755 fix/bufrtab.012
 create mode 100644 fix/cloudy_radiance_info.txt
 create mode 100644 fix/comgsi_satbias_in
 create mode 100644 fix/comgsi_satbias_pc_in
 create mode 100644 fix/convinfo_gsdcld4nmmb
 create mode 100644 fix/example_unformatted_fileinfo.txt
 create mode 100644 fix/fv3_historical/0readme.convinfo
 create mode 100644 fix/fv3_historical/0readme.ozinfo
 create mode 100644 fix/fv3_historical/0readme.satinfo
 create mode 100755 fix/fv3_historical/global_convinfo.txt.2014041400
 create mode 100755 fix/fv3_historical/global_convinfo.txt.2016031512
 create mode 100755 fix/fv3_historical/global_convinfo.txt.2017071912
 create mode 100755 fix/fv3_historical/global_convinfo.txt.2018010512
 create mode 100755 fix/fv3_historical/global_convinfo.txt.2018022818
 create mode 100755 fix/fv3_historical/global_ozinfo.txt.2015110500
 create mode 100755 fix/fv3_historical/global_ozinfo.txt.2018110700
 create mode 100755 fix/fv3_historical/global_ozinfo.txt.2020011600
 create mode 100755 fix/fv3_historical/global_ozinfo.txt.2020011806
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2015011412
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2015070218
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2015100118
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2015111012
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2016011912
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2016020312
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2016090912
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2016110812
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2017030812
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2017031612
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2017103118
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2018021212
 create mode 100644 fix/fv3_historical/global_satinfo.txt.2018053012
 create mode 100755 fix/gfsv16_historical/global_convinfo.txt.2019021900
 create mode 100755 fix/gfsv16_historical/global_convinfo.txt.2019110706
 create mode 100755 fix/gfsv16_historical/global_convinfo.txt.2020040718
 create mode 100755 fix/gfsv16_historical/global_convinfo.txt.2020052612
 create mode 100755 fix/gfsv16_historical/global_ozinfo.txt.2019021900
 create mode 100755 fix/gfsv16_historical/global_ozinfo.txt.2020011600
 create mode 100755 fix/gfsv16_historical/global_ozinfo.txt.2020011806
 create mode 100644 fix/gfsv16_historical/global_satinfo.txt.2019021900
 create mode 100644 fix/gfsv16_historical/global_satinfo.txt.2019110706
 create mode 100644 fix/gfsv16_historical/global_satinfo.txt.2020022012
 create mode 100755 fix/gfsv16_historical/prepobs_errtable.global.2019021900
 create mode 100755 fix/gfsv16_historical/prepobs_errtable.global.2019110706
 create mode 100755 fix/gfsv16_historical/prepobs_errtable.global.2020040718
 create mode 100755 fix/global_CRTM_AerosolCoeff.f77
 create mode 100755 fix/global_CRTM_CldCoeff.f77
 create mode 100755 fix/global_CRTM_EmisCoeff.f77
 create mode 100755 fix/global_CRTM_SpcCoeff.f77
 create mode 100755 fix/global_CRTM_TauCoeff.f77
 create mode 100755 fix/global_aeroinfo.txt
 create mode 100644 fix/global_anavinfo.l127.txt
 create mode 100644 fix/global_anavinfo.l64.txt
 create mode 100644 fix/global_anavinfo_allhydro.l64.txt
 create mode 100644 fix/global_anavinfo_clrsky.l64.txt
 create mode 100644 fix/global_anavinfo_ozonly.l64.txt
 create mode 100644 fix/global_ch4_esrlctm_1984.txt
 create mode 100644 fix/global_ch4_esrlctm_1985.txt
 create mode 100644 fix/global_ch4_esrlctm_1986.txt
 create mode 100644 fix/global_ch4_esrlctm_1987.txt
 create mode 100644 fix/global_ch4_esrlctm_1988.txt
 create mode 100644 fix/global_ch4_esrlctm_1989.txt
 create mode 100644 fix/global_ch4_esrlctm_1990.txt
 create mode 100644 fix/global_ch4_esrlctm_1991.txt
 create mode 100644 fix/global_ch4_esrlctm_1992.txt
 create mode 100644 fix/global_ch4_esrlctm_1993.txt
 create mode 100644 fix/global_ch4_esrlctm_1994.txt
 create mode 100644 fix/global_ch4_esrlctm_1995.txt
 create mode 100644 fix/global_ch4_esrlctm_1996.txt
 create mode 100644 fix/global_ch4_esrlctm_1997.txt
 create mode 100644 fix/global_ch4_esrlctm_1998.txt
 create mode 100644 fix/global_ch4_esrlctm_1999.txt
 create mode 100644 fix/global_ch4_esrlctm_2000.txt
 create mode 100644 fix/global_ch4_esrlctm_2001.txt
 create mode 100644 fix/global_ch4_esrlctm_2002.txt
 create mode 100644 fix/global_ch4_esrlctm_2003.txt
 create mode 100644 fix/global_ch4_esrlctm_2004.txt
 create mode 100644 fix/global_ch4_esrlctm_2005.txt
 create mode 100644 fix/global_ch4_esrlctm_2006.txt
 create mode 100644 fix/global_ch4_esrlctm_2007.txt
 create mode 100644 fix/global_ch4_esrlctm_2008.txt
 create mode 100644 fix/global_ch4_esrlctm_2009.txt
 create mode 100644 fix/global_ch4_esrlctm_2010.txt
 create mode 100644 fix/global_ch4_esrlctm_2011.txt
 create mode 100644 fix/global_co2.gcmscl_2002.txt
 create mode 100644 fix/global_co2.gcmscl_2003.txt
 create mode 100644 fix/global_co2.gcmscl_2004.txt
 create mode 100644 fix/global_co2.gcmscl_2005.txt
 create mode 100644 fix/global_co2.gcmscl_2006.txt
 create mode 100644 fix/global_co2.gcmscl_2007.txt
 create mode 100644 fix/global_co2.gcmscl_2008.txt
 create mode 100644 fix/global_co2.gcmscl_2009.txt
 create mode 100644 fix/global_co2.gcmscl_2010.txt
 create mode 100644 fix/global_co2.gcmscl_2011.txt
 create mode 100644 fix/global_co2.gcmscl_2012.txt
 create mode 100644 fix/global_co_esrlctm_1991.txt
 create mode 100644 fix/global_co_esrlctm_1992.txt
 create mode 100644 fix/global_co_esrlctm_1993.txt
 create mode 100644 fix/global_co_esrlctm_1994.txt
 create mode 100644 fix/global_co_esrlctm_1995.txt
 create mode 100644 fix/global_co_esrlctm_1996.txt
 create mode 100644 fix/global_co_esrlctm_1997.txt
 create mode 100644 fix/global_co_esrlctm_1998.txt
 create mode 100644 fix/global_co_esrlctm_1999.txt
 create mode 100644 fix/global_co_esrlctm_2000.txt
 create mode 100644 fix/global_co_esrlctm_2001.txt
 create mode 100644 fix/global_co_esrlctm_2002.txt
 create mode 100644 fix/global_co_esrlctm_2003.txt
 create mode 100644 fix/global_co_esrlctm_2004.txt
 create mode 100644 fix/global_co_esrlctm_2005.txt
 create mode 100644 fix/global_co_esrlctm_2006.txt
 create mode 100644 fix/global_co_esrlctm_2007.txt
 create mode 100644 fix/global_co_esrlctm_2008.txt
 create mode 100644 fix/global_co_esrlctm_2009.txt
 create mode 100644 fix/global_co_esrlctm_2010.txt
 create mode 100644 fix/global_co_esrlctm_2011.txt
 create mode 100755 fix/global_convinfo.txt
 create mode 100755 fix/global_convinfo.txt.2013041500
 create mode 100755 fix/global_convinfo.txt.2014041400
 create mode 100755 fix/global_convinfo.txt.2016031512
 create mode 100755 fix/global_convinfo.txt.2017071912
 create mode 100755 fix/global_convinfo.txt.2018010512
 create mode 100755 fix/global_convinfo.txt.2018022818
 create mode 100755 fix/global_convinfo.txt.3hr_satwnd
 create mode 100755 fix/global_convinfo_reg_test.txt
 create mode 100644 fix/global_hybens_info.l127.txt
 create mode 100644 fix/global_hybens_info.l64.txt
 create mode 100644 fix/global_hybens_info_variable.l127.txt
 create mode 100644 fix/global_hybens_info_variable.l64.txt
 create mode 100644 fix/global_hybens_smoothinfo.l127.txt
 create mode 100644 fix/global_hybens_smoothinfo.l64.txt
 create mode 100644 fix/global_insituinfo.txt
 create mode 100755 fix/global_lightinfo.txt
 create mode 100644 fix/global_n2o_esrlctm_1978.txt
 create mode 100644 fix/global_n2o_esrlctm_1979.txt
 create mode 100644 fix/global_n2o_esrlctm_1980.txt
 create mode 100644 fix/global_n2o_esrlctm_1981.txt
 create mode 100644 fix/global_n2o_esrlctm_1982.txt
 create mode 100644 fix/global_n2o_esrlctm_1983.txt
 create mode 100644 fix/global_n2o_esrlctm_1984.txt
 create mode 100644 fix/global_n2o_esrlctm_1985.txt
 create mode 100644 fix/global_n2o_esrlctm_1986.txt
 create mode 100644 fix/global_n2o_esrlctm_1987.txt
 create mode 100644 fix/global_n2o_esrlctm_1988.txt
 create mode 100644 fix/global_n2o_esrlctm_1989.txt
 create mode 100644 fix/global_n2o_esrlctm_1990.txt
 create mode 100644 fix/global_n2o_esrlctm_1991.txt
 create mode 100644 fix/global_n2o_esrlctm_1992.txt
 create mode 100644 fix/global_n2o_esrlctm_1993.txt
 create mode 100644 fix/global_n2o_esrlctm_1994.txt
 create mode 100644 fix/global_n2o_esrlctm_1995.txt
 create mode 100644 fix/global_n2o_esrlctm_1996.txt
 create mode 100644 fix/global_n2o_esrlctm_1997.txt
 create mode 100644 fix/global_n2o_esrlctm_1998.txt
 create mode 100644 fix/global_n2o_esrlctm_1999.txt
 create mode 100644 fix/global_n2o_esrlctm_2000.txt
 create mode 100644 fix/global_n2o_esrlctm_2001.txt
 create mode 100644 fix/global_n2o_esrlctm_2002.txt
 create mode 100644 fix/global_n2o_esrlctm_2003.txt
 create mode 100644 fix/global_n2o_esrlctm_2004.txt
 create mode 100644 fix/global_n2o_esrlctm_2005.txt
 create mode 100644 fix/global_n2o_esrlctm_2006.txt
 create mode 100644 fix/global_n2o_esrlctm_2007.txt
 create mode 100644 fix/global_n2o_esrlctm_2008.txt
 create mode 100644 fix/global_n2o_esrlctm_2009.txt
 create mode 100644 fix/global_n2o_esrlctm_2010.txt
 create mode 100644 fix/global_n2o_esrlctm_2011.txt
 create mode 100755 fix/global_ozinfo.txt
 create mode 100755 fix/global_pcpinfo.txt
 create mode 100755 fix/global_satangbias.txt
 create mode 100644 fix/global_satinfo.txt
 create mode 100644 fix/global_satinfo.txt.2015111012
 create mode 100644 fix/global_satinfo.txt.2016011912
 create mode 100644 fix/global_satinfo.txt.2016020312
 create mode 100644 fix/global_satinfo.txt.2016090912
 create mode 100644 fix/global_satinfo.txt.2016110812
 create mode 100644 fix/global_satinfo.txt.2017030812
 create mode 100644 fix/global_satinfo.txt.2017031612
 create mode 100644 fix/global_scaninfo.txt
 create mode 100755 fix/hwrf_basinscale_satinfo.txt
 create mode 100755 fix/hwrf_convinfo.txt
 create mode 100644 fix/hwrf_hybens_d01_info
 create mode 100644 fix/hwrf_hybens_d2_info
 create mode 100644 fix/hwrf_hybens_d3_info
 create mode 100644 fix/hwrf_nam_errtable.r3dv
 create mode 100644 fix/hwrf_satinfo.txt
 create mode 100755 fix/nam_CRTM_SpcCoeff.f77
 create mode 100755 fix/nam_CRTM_TauCoeff.f77
 create mode 100755 fix/nam_convinfo.txt
 create mode 100755 fix/nam_errtable.r3dv
 create mode 100755 fix/nam_glb_berror.f77
 create mode 100644 fix/nam_glb_berror.f77.gcv
 create mode 100755 fix/nam_global_ozinfo.txt
 create mode 100755 fix/nam_global_pcpinfo.txt
 create mode 100755 fix/nam_global_satangbias.txt
 create mode 100644 fix/nam_hybens_d01_info
 create mode 100644 fix/nam_mesonet_stnuselist.txt
 create mode 100755 fix/nam_mesonet_uselist.txt
 create mode 100755 fix/nam_nmm_berror.f77
 create mode 100644 fix/nam_nmm_berror.f77.gcv
 create mode 100755 fix/nam_nmmstat_na
 create mode 100644 fix/nam_nmmstat_na_glberror.gcv
 create mode 100755 fix/nam_regional_convinfo.txt
 create mode 100755 fix/nam_regional_convinfo_reg_test.txt
 create mode 100755 fix/nam_regional_satinfo.txt
 create mode 100755 fix/nam_satangbias.txt
 create mode 100755 fix/nam_satinfo.txt
 create mode 100644 fix/nlqc_b_ps.rtma.CTL
 create mode 100644 fix/nlqc_b_ps.rtma.rev2
 create mode 100644 fix/nlqc_b_q.rtma.CTL
 create mode 100644 fix/nlqc_b_t.rtma.CTL
 create mode 100644 fix/nlqc_b_uv.rtma.CTL
 create mode 100644 fix/nlqc_b_uv.rtma.chg295
 create mode 100755 fix/nqc_b_ps.global_nqcf
 create mode 100755 fix/nqc_b_q.global_nqcf
 create mode 100755 fix/nqc_b_t.global_nqcf
 create mode 100755 fix/nqc_b_uv.global_nqcf
 create mode 100755 fix/prepobs_errtable.global
 create mode 100755 fix/prepobs_errtable.global.3hr_satwnd
 create mode 100755 fix/prepobs_errtable.hwrf
 create mode 100644 fix/prepobs_errtable_ps.CTL
 create mode 100755 fix/prepobs_errtable_ps.global_nqcf
 create mode 100644 fix/prepobs_errtable_ps.rev2
 create mode 100755 fix/prepobs_errtable_pw.global
 create mode 100644 fix/prepobs_errtable_q.CTL
 create mode 100755 fix/prepobs_errtable_q.global_nqcf
 create mode 100644 fix/prepobs_errtable_t.CTL
 create mode 100755 fix/prepobs_errtable_t.global_nqcf
 create mode 100644 fix/prepobs_errtable_uv.CTL
 create mode 100755 fix/prepobs_errtable_uv.global_nqcf
 create mode 100644 fix/prepobs_errtable_uv.rev3
 create mode 100755 fix/prepobs_prep.bufrtable
 create mode 100644 fix/radar_list
 create mode 100755 fix/rap_anavinfo_arw_netcdf
 create mode 100755 fix/rap_berror_stats_global
 create mode 100755 fix/rap_current_bad_aircraft.txt
 create mode 100755 fix/rap_global_ozinfo.txt
 create mode 100755 fix/rap_global_pcpinfo.txt
 create mode 100755 fix/rap_global_satangbias.txt
 create mode 100755 fix/rap_global_satinfo.txt
 create mode 100755 fix/rap_nam_errtable.r3dv
 create mode 100755 fix/rap_nam_regional_convinfo
 create mode 100755 fix/rap_ndas.t06z.satbias.tm03
 create mode 100755 fix/rtma_convinfo.txt
 create mode 100644 fix/rtma_errtable.r3dv
 create mode 100755 fix/rtma_mesonet_uselist.txt
 create mode 100644 fix/rtma_mesonet_vis_uselist.txt
 create mode 100755 fix/rtma_nmm_berror.f77
 create mode 100644 fix/rtma_p_rejectlist
 create mode 100644 fix/rtma_parmcard_input
 create mode 100755 fix/rtma_prepobs_prep.bufrtable
 create mode 100644 fix/rtma_q_day_rejectlist
 create mode 100644 fix/rtma_q_night_rejectlist
 create mode 100644 fix/rtma_q_rejectlist
 create mode 100644 fix/rtma_random_flips
 create mode 100644 fix/rtma_ruc2_wind-uselist-noMETAR.dat
 create mode 100644 fix/rtma_t_day_rejectlist
 create mode 100644 fix/rtma_t_night_rejectlist
 create mode 100644 fix/rtma_t_rejectlist
 create mode 100644 fix/rtma_w_rejectlist
 create mode 100644 fix/rtma_wbinuselist
 create mode 100644 fix/urma2p5.maxT.grb1_0
 create mode 100644 fix/urma2p5.maxT.grb2_0
 create mode 100644 fix/urma2p5.minT.grb1_0
 create mode 100644 fix/urma2p5.minT.grb2_0
 create mode 100644 fix/urma2p5.nlqc_b_ps.njqc
 create mode 100644 fix/urma2p5.nlqc_b_q.njqc
 create mode 100644 fix/urma2p5.nlqc_b_t.njqc
 create mode 100644 fix/urma2p5.nlqc_b_uv.njqc
 create mode 100644 fix/urma2p5.prepobs_errtable_ps.njqc
 create mode 100755 fix/urma2p5.prepobs_errtable_pw.njqc
 create mode 100644 fix/urma2p5.prepobs_errtable_q.njqc
 create mode 100644 fix/urma2p5.prepobs_errtable_t.njqc
 create mode 100644 fix/urma2p5.prepobs_errtable_uv.njqc
 create mode 100644 fix/urma2p5.prepobs_errtable_wspd10m.njqc
 create mode 100755 fix/urma2p5_anavinfo
 create mode 100755 fix/urma2p5_anavinfo_mitm
 create mode 100755 fix/urma2p5_anavinfo_mxtm
 create mode 100755 fix/urma2p5_anavinfo_with_cldch
 create mode 100755 fix/urma2p5_bigrjlist.txt
 create mode 100644 fix/urma2p5_convinfo.txt
 create mode 100644 fix/urma2p5_errfield.dat_clim
 create mode 100644 fix/urma2p5_errfield_with_mitm.dat_clim
 create mode 100644 fix/urma2p5_errfield_with_mxtm.dat_clim
 create mode 100755 fix/urma2p5_errtable.r3dv
 create mode 100644 fix/urma2p5_fltnorm.dat_chi
 create mode 100644 fix/urma2p5_fltnorm.dat_cldch
 create mode 100644 fix/urma2p5_fltnorm.dat_gust
 create mode 100644 fix/urma2p5_fltnorm.dat_howv
 create mode 100644 fix/urma2p5_fltnorm.dat_mitm
 create mode 100644 fix/urma2p5_fltnorm.dat_mxtm
 create mode 100644 fix/urma2p5_fltnorm.dat_ps
 create mode 100644 fix/urma2p5_fltnorm.dat_pseudorh
 create mode 100644 fix/urma2p5_fltnorm.dat_psi
 create mode 100644 fix/urma2p5_fltnorm.dat_t
 create mode 100644 fix/urma2p5_fltnorm.dat_tcamt
 create mode 100644 fix/urma2p5_fltnorm.dat_vis
 create mode 100644 fix/urma2p5_fltnorm.dat_wspd10m
 create mode 100644 fix/urma2p5_howv_lng_lat.bin
 create mode 100644 fix/urma2p5_howv_var_lat.bin
 create mode 100644 fix/urma2p5_latlon_mpfactor.dat
 create mode 100755 fix/urma2p5_mesonet_uselist.txt
 create mode 100755 fix/urma2p5_prepobs_prep.bufrtable
 create mode 100755 fix/urma2p5_q_day_rejectlist
 create mode 100755 fix/urma2p5_q_night_rejectlist
 create mode 100755 fix/urma2p5_random_flips
 create mode 100644 fix/urma2p5_rd2.out_hrrr_on_cohreswexp
 create mode 100644 fix/urma2p5_rd2.out_hrrr_on_cohreswexp_standby_mode_uses_lastest_HRRR_composed_1Nov2016
 create mode 100644 fix/urma2p5_rd2.out_namnest_wexp_on_cohreswexp
 create mode 100644 fix/urma2p5_rd2.out_namnest_wexp_on_cohreswexp_standby_mode_uses_new_NAM_composed_1Nov2016
 create mode 100755 fix/urma2p5_regional_berror.f77
 create mode 100755 fix/urma2p5_ruc2_wind-uselist-noMETAR_AUGMENTED.dat
 create mode 100644 fix/urma2p5_slmask.dat_nolakes
 create mode 100755 fix/urma2p5_t_day_rejectlist
 create mode 100755 fix/urma2p5_t_night_rejectlist
 create mode 100644 fix/urma2p5_terrain.dat
 create mode 100755 fix/urma2p5_wbinuselist
 create mode 100644 fix/vlocal_eig_l127.dat
 create mode 100644 fix/vlocal_eig_l64.dat
 create mode 100644 fix/vqctp001.dat

@KateFriedman-NOAA
Copy link
Member Author

Submitted git push of commit and observed upload of LFS objects:

-bash-4.2$ git push origin feature/git-lfs
Uploading LFS objects:  10% (40/381), 790 MB | 140 MB/s
...

Successful push:

-bash-4.2$ git push origin feature/git-lfs
Uploading LFS objects: 100% (381/381), 2.1 GB | 79 MB/s, done.
Enumerating objects: 389, done.
Counting objects: 100% (389/389), done.
Delta compression using up to 80 threads.
Compressing objects: 100% (388/388), done.
Writing objects: 100% (388/388), 56.38 KiB | 549.00 KiB/s, done.
Total 388 (delta 1), reused 0 (delta 0)
remote: Resolving deltas: 100% (1/1), completed with 1 local object.
To https://github.com/KateFriedman-NOAA/GSI.git
   1f7ae31e5..6d30f9cb4  feature/git-lfs -> feature/git-lfs

Need to test clone now...

@KateFriedman-NOAA
Copy link
Member Author

KateFriedman-NOAA commented Jun 12, 2020

Clone of master branch without git-lfs change (reference for clone output, steps, timing):

-bash-4.2$ git clone --recursive https://github.com/KateFriedman-NOAA/GSI.git ./master
Cloning into './master'...
remote: Enumerating objects: 395, done.
remote: Counting objects: 100% (395/395), done.
remote: Compressing objects: 100% (394/394), done.
remote: Total 85671 (delta 2), reused 391 (delta 1), pack-reused 85276
Receiving objects: 100% (85671/85671), 62.24 MiB | 16.91 MiB/s, done.
Resolving deltas: 100% (57478/57478), done.
Checking out files: 100% (2656/2656), done.
Submodule 'fix' (gerrit:GSI-fix) registered for path 'fix'
Submodule 'libsrc' (gerrit:GSI-libsrc) registered for path 'libsrc'
Cloning into '/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/master/fix'...
remote: Counting objects: 129, done
remote: Finding sources: 100% (129/129)
remote: Total 1109 (delta 55), reused 1083 (delta 55)
Receiving objects: 100% (1109/1109), 2.95 GiB | 3.06 MiB/s, done.
Resolving deltas: 100% (499/499), done.
Cloning into '/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/master/libsrc'...
remote: Counting objects: 5, done
remote: Finding sources: 100% (5/5)
Receiving objects: 100% (1694/1694), 6.22 MiB | 8.98 MiB/s, done.
remote: Total 1694 (delta 0), reused 1691 (delta 0)
Resolving deltas: 100% (733/733), done.
Submodule path 'fix': checked out 'f0f7447ff01d07e7d9b6efe017a62e26541751cb'
Submodule path 'libsrc': checked out '21f2383e075a0d0bfd24df60998c061fc4de202a'

Fresh clone of branch ("Filtering content" portion took the longest but was SIGNIFICANTLY faster than cloning fix from VLab):

-bash-4.2$ git clone -b feature/git-lfs --recursive https://github.com/KateFriedman-NOAA/GSI.git ./feature-git-lfs
Cloning into './feature-git-lfs'...
remote: Enumerating objects: 395, done.
remote: Counting objects: 100% (395/395), done.
remote: Compressing objects: 100% (394/394), done.
remote: Total 85671 (delta 2), reused 391 (delta 1), pack-reused 85276
Receiving objects: 100% (85671/85671), 62.24 MiB | 4.38 MiB/s, done.
Resolving deltas: 100% (57478/57478), done.
Checking out files: 100% (3066/3066), done.
Filtering content: 100% (291/291), 2.08 GiB | 33.62 MiB/s, done.
Submodule 'libsrc' (gerrit:GSI-libsrc) registered for path 'libsrc'
Cloning into '/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/feature-git-lfs/libsrc'...
remote: Counting objects: 5, done
remote: Finding sources: 100% (5/5)
remote: Total 1694 (delta 0), reused 1691 (delta 0)
Receiving objects: 100% (1694/1694), 6.22 MiB | 9.22 MiB/s, done.
Resolving deltas: 100% (733/733), done.
Submodule path 'libsrc': checked out '21f2383e075a0d0bfd24df60998c061fc4de202a'

The git lfs environment info in a fresh clone:

-bash-4.2$ git lfs env
git-lfs/2.10.0 (Fedora %{fedora}; linux amd64; go 1.13.6)
git version 2.18.0

Endpoint=https://github.com/KateFriedman-NOAA/GSI.git/info/lfs (auth=none)
LocalWorkingDir=/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/feature-git-lfs
LocalGitDir=/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/feature-git-lfs/.git
LocalGitStorageDir=/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/feature-git-lfs/.git
LocalMediaDir=/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/feature-git-lfs/.git/lfs/objects
LocalReferenceDirs=
TempDir=/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/feature-git-lfs/.git/lfs/tmp
ConcurrentTransfers=8
TusTransfers=false
BasicTransfersOnly=false
SkipDownloadErrors=false
FetchRecentAlways=false
FetchRecentRefsDays=7
FetchRecentCommitsDays=0
FetchRecentRefsIncludeRemotes=true
PruneOffsetDays=3
PruneVerifyRemoteAlways=false
PruneRemoteName=origin
LfsStorageDir=/scratch1/NCEPDEV/global/Kate.Friedman/git/GSI/feature-git-lfs/.git/lfs
AccessDownload=none
AccessUpload=none
DownloadTransfers=basic,lfs-standalone-file
UploadTransfers=basic,lfs-standalone-file
GIT_EXEC_PATH=/usr/libexec/git-core
git config filter.lfs.process = "git-lfs filter-process"
git config filter.lfs.smudge = "git-lfs smudge -- %f"
git config filter.lfs.clean = "git-lfs clean -- %f"

@KateFriedman-NOAA
Copy link
Member Author

I can clone just fine but I don't think we'll be able to proceed with this. I just received this email from GitHub:

GitHub support@github.com
1:23 PM (5 minutes ago)

Git LFS has been disabled on the organization NOAA-EMC because you’ve exceeded your data plan by at least 150%. Please purchase additional data packs to cover your bandwidth and storage usage:

https://github.com/organizations/NOAA-EMC/billing/data/upgrade

Current usage as of 12 Jun 2020 05:23PM UTC:

Bandwidth: 0.0 GB / 1 GB (0%)
Storage: 2.0 GB / 1 GB (200%)

I am forced to stop this effort at this time. :(

@KateFriedman-NOAA
Copy link
Member Author

Worked with GitHub support to remove the LFS objects and get us back to zero storage. Using Git LFS is definitely a viable option for the GSI fix files but only if NOAA or EMC pay for data packs or a paid plan.

Closing ticket until we have more LFS data available to us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant