Skip to content

Commit

Permalink
delete global_chgres (ufs-community#299)
Browse files Browse the repository at this point in the history
* removed global_chgres

* removed global_chgres from docs

* removed nemsiogfs and landsfcutil from the build and modulefiles
  • Loading branch information
edwardhartnett authored Feb 23, 2021
1 parent f703603 commit 9d9dd23
Show file tree
Hide file tree
Showing 28 changed files with 0 additions and 27,781 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,8 @@ endif()
find_package(gfsio REQUIRED)
find_package(sfcio REQUIRED)
find_package(w3nco REQUIRED)
find_package(landsfcutil REQUIRED)
find_package(bacio REQUIRED)
find_package(nemsio REQUIRED)
find_package(nemsiogfs REQUIRED)
find_package(sigio REQUIRED)
find_package(sp REQUIRED)
find_package(ip REQUIRED)
Expand Down
4 changes: 0 additions & 4 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ https://github.com/NOAA-EMC/UFS_UTILS.
Operational Forecast System (GLOFS) in an FV3 surface restart
file. See [fvcom documentation](@ref fvcom_readme).

- global_chgres - Creates cold start initial conditions for FV3 model
runs. Deprecated by the chgres_cube utility. See [global_chgres
documentation](@ref global_chgres_users_guide).

- global_cycle - Updates the GFS surface conditions using external
snow and sea ice analyses. Updates monthly climatological fields
such as plant greenness fraction and albedo. Runs as part of the GFS
Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.cheyenne.intel
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ module load sigio/2.3.2

module load sfcio/1.4.1
module load gfsio/1.4.1
module load nemsiogfs/2.5.3
module load landsfcutil/2.4.1
module load wgrib2/2.0.8
module load netcdf/4.7.4

Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.hera.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load nemsiogfs/2.5.3
module load landsfcutil/2.4.1
module load wgrib2/2.0.8
module load nccmp/1.8.7.0
module load png/1.6.35
Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.hera.intel
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load nemsiogfs/2.5.3
module load landsfcutil/2.4.1
module load wgrib2/2.0.8

module load jasper/2.0.15
Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.jet.intel
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ module load bacio/2.4.1
module load sigio/2.3.2
module load sfcio/1.4.1
module load nemsio/2.5.2
module load nemsiogfs/2.5.3
module load gfsio/1.4.1
module load landsfcutil/2.4.1
module load g2/3.4.1
module load wgrib2/2.0.8
2 changes: 0 additions & 2 deletions modulefiles/build.odin.intel
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ module load bacio
module load sigio
module load sfcio
module load nemsio
module load nemsiogfs
module load gfsio
module load landsfcutil
module load g2
module load wgrib2

Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.orion.intel
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load nemsiogfs/2.5.3
module load landsfcutil/2.4.1
module load wgrib2/2.0.8

module load jasper/2.0.15
Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.stampede.intel
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ module load bacio
module load sigio
module load sfcio
module load nemsio
module load nemsiogfs
module load gfsio
module load landsfcutil
module load g2
module load wgrib2

Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.wcoss_cray.intel
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load nemsiogfs/2.5.3
module load landsfcutil/2.4.1
module load wgrib2/2.0.8

setenv ZLIB_ROOT /usrx/local/prod/zlib/1.2.7/intel/haswell
Expand Down
2 changes: 0 additions & 2 deletions modulefiles/build.wcoss_dell_p3.intel
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ module load w3nco/2.4.1
module load gfsio/1.4.1
module load sfcio/1.4.1
module load sigio/2.3.2
module load nemsiogfs/2.5.3
module load landsfcutil/2.4.1
module load wgrib2/2.0.8

module use /usrx/local/dev/modulefiles
Expand Down
2 changes: 0 additions & 2 deletions sorc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
add_subdirectory(emcsfc_ice_blend.fd)
add_subdirectory(emcsfc_snow2mdl.fd)
if (OpenMP_FOUND)
add_subdirectory(global_chgres.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 ...")
endif()
add_subdirectory(nst_tf_chg.fd)
Expand Down
44 changes: 0 additions & 44 deletions sorc/global_chgres.fd/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 9d9dd23

Please sign in to comment.