NOAA-EMC / GLDAS

0 stars 4 forks source link

Remove scripts absorbed into global-workflow from GLDAS #40

Closed KateFriedman-NOAA closed 1 year ago

KateFriedman-NOAA commented 1 year ago

The global-workflow repository has now absorbed workflow scripts from GLDAS (Issue https://github.com/NOAA-EMC/global-workflow/issues/1014, PR https://github.com/NOAA-EMC/global-workflow/pull/1018) @ https://github.com/NOAA-EMC/global-workflow/commit/a665817e64cff25836fe283c10105830b3842ed3. The following scripts should now be removed from the GLDAS repo:

  1. jobs/JGDAS_ATMOS_GLDAS
  2. scripts/exgdas_atmos_gldas.sh
  3. ush/gldas_forcing.sh
  4. ush/gldas_get_data.sh
  5. ush/gldas_liscrd.sh
  6. ush/gldas_process_data.sh

After discussion with @HelinWei-NOAA the following two scripts were not absorbed into global-workflow but are also no longer linked into global-workflow:

  1. ush/gldas_archive.sh
  2. ush/gldas_post.sh

A fork of the GLDAS repo has been made and a PR from that fork will be sent back to GLDAS master to remove the above scripts.

KateFriedman-NOAA commented 1 year ago

@HelinWei-NOAA FYI, after removing scripts/exgdas_atmos_gldas.sh the scripts folder now only contains a readme file:

Orion-login-1[83] /work/noaa/global/kfriedma/git/GLDAS_master_script_removal$ ll scripts/
total 4
-rw-r--r-- 1 kfriedma global 1100 Sep 22 10:22 readme
KateFriedman-NOAA commented 1 year ago

Completed! Thanks @HelinWei-NOAA !