forked from NOAA-GFDL/GFDL_atmos_cubed_sphere
-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Jun Wang edited this page Mar 20, 2021
·
5 revisions
3/18/2021
Currently the ufs-weather-model is pointing to the EMC fork of the authoritative GFDL dycore repository:
[submodule "atmos_cubed_sphere"]
path = atmos_cubed_sphere
url = https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere
branch = dev/emc
It is going to be changed to the authoritative GFDL dycore repository directly, so the fv3 dycore will point to:
[submodule "atmos_cubed_sphere"]
path = atmos_cubed_sphere
url = https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
branch = dev/emc
The change is expected to happen by 3/26/2021. Currently the dev/emc branch in GFDL dycore repository
https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
has been updated with the GFDL dycore 2021 January Release and synced with code changes in EMC fork. This version will be used when transitioning to GFSL dycore repository in ufs-weather-model. Developers who created sfork before from
https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere
need to rebase their forks to:
https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere
and continue the development work from there.