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

Update ufs-weather-model to 3b8bb78 #152

Merged
merged 1 commit into from
Jul 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 47d5b4f
hase = de1220b
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please test AFTER changes are made to avoid bugs like this!! hase --> hash

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@danrosen25 Sorry, I don't mean to be pissy! I've been trying to get one simple test done all day but keep getting interrupted by constant code updates, so got a little frustrated...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gsketefian
You're right and I apologize. I wanted to move the pointer back to NOAA-EMC before this PR went forward and just eyeballed the change.

local_path = regional_workflow
required = True

Expand All @@ -21,7 +21,7 @@ protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 2f1c8e1
hash = 3b8bb78
local_path = src/ufs-weather-model
required = True

Expand Down
3 changes: 2 additions & 1 deletion env/build_cheyenne_gnu.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module load ncarenv/1.3
module load gnu/9.1.0
module load mpt/2.22
module load ncarcompilers/0.5.0
module load cmake/3.16.4
module load cmake/3.18.2
module unload netcdf

module use /glade/p/ral/jntp/GMTB/tools/hpc-stack-v1.1.0/modulefiles/stack
Expand All @@ -19,6 +19,7 @@ module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8_1_1
module load fms/2020.04.03
module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.1
Expand Down
3 changes: 2 additions & 1 deletion env/build_cheyenne_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module load ncarenv/1.3
module load intel/19.1.1
module load mpt/2.22
module load ncarcompilers/0.5.0
module load cmake/3.16.4
module load cmake/3.18.2

module use /glade/p/ral/jntp/GMTB/tools/hpc-stack-v1.1.0/modulefiles/stack
module load hpc/1.1.0
Expand All @@ -19,6 +19,7 @@ module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8_1_1
module load fms/2020.04.03

module load bacio/2.4.1
module load crtm/2.3.0
Expand Down
3 changes: 2 additions & 1 deletion env/build_hera_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module purge

module use /contrib/sutils/modulefiles
module load sutils
module load cmake/3.16.1
module load cmake/3.20.1

module use /scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack

Expand All @@ -18,6 +18,7 @@ module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8_1_1
module load fms/2020.04.03
module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.3
Expand Down
3 changes: 2 additions & 1 deletion env/build_jet_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module purge
module use /contrib/sutils/modulefiles
module load sutils
module load cmake/3.16.1
module load cmake/3.20.1

module use /lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack

Expand All @@ -17,6 +17,7 @@ module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8_1_1
module load fms/2020.04.03
module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.1
Expand Down
3 changes: 2 additions & 1 deletion env/build_orion_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module load contrib noaatools

module load cmake/3.17.3
module load cmake/3.18.1
module load python/3.7.5

module use /apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack
Expand All @@ -18,6 +18,7 @@ module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8_1_1
module load fms/2020.04.03
module load bacio/2.4.1
module load crtm/2.3.0
module load g2/3.4.1
Expand Down
2 changes: 1 addition & 1 deletion env/build_wcoss_cray_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module load wgrib2/2.0.8
module swap pmi pmi/5.0.11

## load cmake
module load cmake/3.16.2
module load cmake/3.20.1
export CMAKE_C_COMPILER=cc
export CMAKE_CXX_COMPILER=CC
export CMAKE_Fortran_COMPILER=ftn
Expand Down
3 changes: 2 additions & 1 deletion env/build_wcoss_dell_p3_intel.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module purge

module load cmake/3.16.2
module load cmake/3.20.0
module load HPSS/5.0.2.5
module load lsf/10.1
module load python/3.6.3
Expand All @@ -16,6 +16,7 @@ module load hpc-impi/18.0.1
module load bacio/2.4.1
module load crtm/2.3.0
module load esmf/8_1_1
module load fms/2020.04.03
module load gfsio/1.4.1
module load g2/3.4.3
module load g2tmpl/1.10.0
Expand Down