We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EMC Operational Development Branch: Yali Mao (EMC) Other: Huiya Chuang (EMC)
NCO EE2 implementation standards: https://www.nco.ncep.noaa.gov/idsb/implementation_standards
Enter the clone of your fork
checkout your feature branch git checkout your_branch
git checkout your_branch
Add upstream and sync git remote add upstream git@github.com:NOAA-EMC/EMC_gfs_wafs.git git fetch upstream git merge upstream/master git push origin
git remote add upstream git@github.com:NOAA-EMC/EMC_gfs_wafs.git
git fetch upstream
git merge upstream/master
git push origin