-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release/ops-gefsv12.1: Update Dell build to point to
official netcdf and esmf libraries. Turn off compilation of programs not needed by GEFS. Issue #26.
- Loading branch information
1 parent
7770042
commit 1fa13bc
Showing
11 changed files
with
48 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
add_subdirectory(emcsfc_ice_blend.fd) | ||
add_subdirectory(emcsfc_snow2mdl.fd) | ||
#add_subdirectory(emcsfc_ice_blend.fd) | ||
#add_subdirectory(emcsfc_snow2mdl.fd) | ||
if (OpenMP_FOUND) | ||
add_subdirectory(global_chgres.fd) | ||
add_subdirectory(global_cycle.fd) | ||
# add_subdirectory(global_cycle.fd) | ||
else() | ||
message(STATUS "OpenMP is required for global_chgres.fd and was NOT found, skipping ...") | ||
message(STATUS "OpenMP is required for global_cycle.fd and was NOT found, skipping ...") | ||
# message(STATUS "OpenMP is required for global_cycle.fd and was NOT found, skipping ...") | ||
endif() | ||
add_subdirectory(nst_tf_chg.fd) | ||
#add_subdirectory(nst_tf_chg.fd) | ||
add_subdirectory(nemsio_read.fd) | ||
add_subdirectory(nemsio_get.fd) | ||
add_subdirectory(nemsio_chgdate.fd) | ||
add_subdirectory(mkgfsnemsioctl.fd) | ||
add_subdirectory(fre-nctools.fd) | ||
add_subdirectory(grid_tools.fd) | ||
#add_subdirectory(nemsio_chgdate.fd) | ||
#add_subdirectory(mkgfsnemsioctl.fd) | ||
#add_subdirectory(fre-nctools.fd) | ||
#add_subdirectory(grid_tools.fd) | ||
add_subdirectory(chgres_cube.fd) | ||
add_subdirectory(orog_mask_tools.fd/orog.fd) | ||
add_subdirectory(orog_mask_tools.fd/lake.fd) | ||
add_subdirectory(orog_mask_tools.fd/inland.fd) | ||
add_subdirectory(sfc_climo_gen.fd) | ||
#add_subdirectory(orog_mask_tools.fd/orog.fd) | ||
#add_subdirectory(orog_mask_tools.fd/lake.fd) | ||
#add_subdirectory(orog_mask_tools.fd/inland.fd) | ||
#add_subdirectory(sfc_climo_gen.fd) |