Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write restart files using the write grid component in UFS #244

Merged
merged 8 commits into from
Mar 28, 2023
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ list(APPEND tools_srcs_extra
list(APPEND driver_srcs
driver/fvGFS/DYCORE_typedefs.F90
driver/fvGFS/fv_nggps_diag.F90
driver/fvGFS/fv_ufs_restart_io.F90
driver/fvGFS/atmosphere.F90)

list(APPEND fv3_srcs ${model_srcs}
Expand Down
Loading