NOAA-EMC / global-workflow

Global Superstructure/Workflow supporting the Global Forecast System (GFS)
https://global-workflow.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
70 stars 161 forks source link

Reset to develop #2717

Closed guillaumevernieres closed 6 days ago

guillaumevernieres commented 6 days ago

Humm, looks the same. The history/commit should match with develop. Do any of these changes make sense @RussTreadon-NOAA and @CoryMartin-NOAA ? This is reseting to the most recent develop.

guillaumevernieres commented 6 days ago

never mind, that's not going to work. I'm not sure we can do the equivalent of a forced push as a pr ...

RussTreadon-NOAA commented 6 days ago

@guillaumevernieres and @CoryMartin-NOAA

I did the following on Hera in /scratch1/NCEPDEV/da/Russ.Treadon/git/global-workflow/gdasapp

I now have

Hera(hfe04):/scratch1/NCEPDEV/da/Russ.Treadon/git/global-workflow/gdasapp$ git log |head
commit 15eaf35fb13f361be400be38a5f7ca7b5461ab1d
Author: Eric Sinsky - NOAA <48259628+EricSinsky-NOAA@users.noreply.github.com>
Date:   Wed Jun 12 01:15:37 2024 -0400

    Add ability to process ocean/ice products specific to GEFS (#2561)

    This PR begins to add the capability to produce GEFSv13 ocean and ice
    products in the global-workflow according to stakeholder requirements.
    The following features are added.

with the following untracked local modifications

Hera(hfe04):/scratch1/NCEPDEV/da/Russ.Treadon/git/global-workflow/gdasapp$ git status
On branch dev/gdasapp
Your branch is behind 'origin/dev/gdasapp' by 19 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        jobs/JGLOBAL_PREP_OBS_AERO
        jobs/rocoto/prepobsaero.sh
        parm/config/gfs/config.prepobsaero
        scripts/exglobal_prep_obs_aero.py
        ush/python/pygfs/task/aero_prepobs.py

nothing added to commit but untracked files present (use "git add" to track)

I could try git push origin dev/gdasapp to get us back to where we were before PR #2714. We can try again to update dev/gdasapp from this starting point.

Alternatively, we delete the existing dev/gdasapp and create a new one as a copy of the current develop.

guillaumevernieres commented 6 days ago

Can we push directly to dev/gdasapp?

RussTreadon-NOAA commented 6 days ago

Can we push directly to dev/gdasapp?

Don't know. I can try.

aerorahul commented 6 days ago

Can we push directly to dev/gdasapp?

Don't know. I can try.

No. Need a PR.

RussTreadon-NOAA commented 6 days ago

Thanks @aerorahul for the clarification.