Skip to content
Jun Wang edited this page Mar 20, 2021 · 5 revisions

Attention: Transition to the authoritative GFDL dycore repository in ufs-weather-model

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.

Clone this wiki locally