Skip to content

Commit

Permalink
Delete checkout and update git ignore
Browse files Browse the repository at this point in the history
Removes the checkout script that has been replaced by git submodules

Finishes the updates to the .gitignore since we don't want wildcards to
cover the new submodule directories.
  • Loading branch information
WalterKolczynski-NOAA committed Dec 6, 2023
1 parent 7f81a6a commit c44f4f0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 187 deletions.
41 changes: 38 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ fix/cice
fix/cpl
fix/datm
fix/gldas
fix/gdas
fix/gsi
fix/lut
fix/mom6
Expand All @@ -40,7 +41,6 @@ fix/sfc_climo
fix/ugwd
fix/verif
fix/wave
fix/wafs

# Ignore parm file symlinks
#--------------------------
Expand Down Expand Up @@ -97,8 +97,42 @@ parm/wafs
#--------------------------------------------
sorc/*log
sorc/logs
# sorc/*.cd
# sorc/*.fd
sorc/calc_analysis.fd
sorc/calc_increment_ens.fd
sorc/calc_increment_ens_ncio.fd
sorc/emcsfc_ice_blend.fd
sorc/emcsfc_snow2mdl.fd
sorc/enkf.fd
sorc/enkf_chgres_recenter_nc.fd
sorc/fbwndgfs.fd
sorc/gaussian_sfcanl.fd
sorc/getsfcensmeanp.fd
sorc/getsigensmeanp_smooth.fd
sorc/getsigensstatp.fd
sorc/gfs_bufr.fd
sorc/global_cycle.fd
sorc/gsi.fd
sorc/interp_inc.fd
sorc/mkgfsawps.fd
sorc/overgridid.fd
sorc/oznmon_horiz.fd
sorc/oznmon_time.fd
sorc/radmon_angle.fd
sorc/radmon_bcoef.fd
sorc/radmon_bcor.fd
sorc/radmon_time.fd
sorc/rdbfmsua.fd
sorc/recentersigp.fd
sorc/reg2grb2.fd
sorc/supvit.fd
sorc/syndat_getjtbul.fd
sorc/syndat_maksynrc.fd
sorc/syndat_qctropcy.fd
sorc/tave.fd
sorc/tocsbufr.fd
sorc/upp.fd
sorc/vint.fd
sorc/webtitle.fd

# Ignore scripts from externals
#------------------------------
Expand All @@ -121,6 +155,7 @@ scripts/exgfs_atmos_wafs_grib2_0p25.sh
ush/chgres_cube.sh
ush/emcsfc_ice_blend.sh
ush/emcsfc_snow.sh
ush/exglobal_prep_ocean_obs.py
ush/fix_precip.sh
ush/fv3gfs_driver_grid.sh
ush/fv3gfs_filter_topo.sh
Expand Down
184 changes: 0 additions & 184 deletions sorc/checkout.sh

This file was deleted.

0 comments on commit c44f4f0

Please sign in to comment.