Skip to content

Commit

Permalink
Mods to run with ip v3.3.3 for testing purposes.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Sep 9, 2022
1 parent c70851d commit 59292b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion modulefiles/build.wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ load(pathJoin("sigio", sigio_ver))
sp_ver=os.getenv("sp_ver") or "2.3.3"
load(pathJoin("sp", sp_ver))

setenv("ip_DIR","/lfs/h2/emc/global/noscrub/George.Gayno/ip.git/lib64/cmake/ip")
ip_ver=os.getenv("ip_ver") or "3.3.3"
load(pathJoin("ip", ip_ver))
-- setenv("ip_DIR","/lfs/h2/emc/global/noscrub/George.Gayno/ip.git/lib64/cmake/ip")

g2_ver=os.getenv("g2_ver") or "3.4.5"
load(pathJoin("g2", g2_ver))
Expand Down
4 changes: 3 additions & 1 deletion sorc/emcsfc_snow2mdl.fd/snow2mdl.F90
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ module snow2mdl
!! @author George Gayno org: w/np2 @date 2005-Dec-16
subroutine interp
use gdswzd_mod
use ipolates_mod

! To use v4.0 of the IP library, uncomment this line.
! use ipolates_mod

implicit none

Expand Down
5 changes: 4 additions & 1 deletion sorc/orog_mask_tools.fd/orog.fd/mtnlm7_oclsm.f
Original file line number Diff line number Diff line change
Expand Up @@ -3554,7 +3554,10 @@ SUBROUTINE MAKEOA3(ZAVG,zslm,VAR,GLAT,OA4,OL,IOA4,ELVMAX,
2 IM,JM,IMN,JMN,lon_c,lat_c,lon_t,lat_t,
3 is_south_pole,is_north_pole,IMI,JMI,OA_IN,OL_IN,
4 slm_in,lon_in,lat_in)
use ipolates_mod
! To use v4.0 of the ip library, uncomment this line.
! use ipolates_mod
implicit none
real, parameter :: MISSING_VALUE = -9999.
real, parameter :: D2R = 3.14159265358979/180.
Expand Down

0 comments on commit 59292b4

Please sign in to comment.