Skip to content

Commit

Permalink
Merging DTC_post with master
Browse files Browse the repository at this point in the history
  • Loading branch information
Kate Fossell authored and Kate Fossell committed Jun 13, 2019
2 parents 4312796 + 750edb8 commit 0c953a7
Show file tree
Hide file tree
Showing 79 changed files with 55,442 additions and 13,298 deletions.
6 changes: 5 additions & 1 deletion modulefiles/post/v8.0.0-cray-intel
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,17 @@ module load g2tmpl-intel/1.5.0
#setenv G2_LIBd /usrx/local/nceplibs/g2/v3.0.0/intel/g2_v3.0.0_d
#setenv G2_VER v3.0.0

setenv WRFPATH /gpfs/hps/nco/ops/nwprod/wrf_shared.v1.1.0-intel
#setenv WRFPATH /gpfs/hps/nco/ops/nwprod/wrf_shared.v1.1.0-intel
module use /gpfs/dell2/emc/modeling/noscrub/cases/wrf.shared.new.lib/modulefiles
module load wrf-io-v1.1.1

setenv myFC ftn
setenv OPENMP "-openmp"
setenv myFCFLAGS "-O2 -convert big_endian -traceback -g -fp-model source -fpp"
setenv myCPP /lib/cpp
setenv myCPPFLAGS "-P"

setenv mySFC ftn



7 changes: 6 additions & 1 deletion modulefiles/post/v8.0.0-theia
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ module load netcdf/3.6.3

module load g2tmpl/v1.5.0

setenv WRFPATH /scratch3/NCEPDEV/nwprod/sorc/wrf_shared.v1.1.0
module use /scratch3/NCEPDEV/stmp1/gwv/wrf.post.lib/modulefiles
module load wrf-io-v1.1.1

#setenv WRFPATH /scratch3/NCEPDEV/nwprod/sorc/wrf_shared.v1.1.0
setenv myFC mpiifort
setenv OPENMP "-openmp"
setenv myFCFLAGS "-O3 -convert big_endian -traceback -g -fp-model source -openmp -fpp"
Expand All @@ -49,3 +52,5 @@ setenv myFCFLAGS "-O3 -convert big_endian -traceback -g -fp-model source -openmp

setenv myCPP /lib/cpp
setenv myCPPFLAGS "-P"

setenv mySFC ifort
13 changes: 10 additions & 3 deletions modulefiles/post/v8.0.0-wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,23 @@ module load crtm/2.2.6
#module use /usrx/local/nceplibs/dev/modulefiles

#setenv WRFPATH /gpfs/gp1/nco/ops/nwprod/sorc/wrf_shared.v1.1.0
set WRF_SHARED_ROOT /gpfs/hps/nco/ops/nwprod/wrf_shared
set WRF_SHARED_VER v1.1.0
setenv WRFPATH ${WRF_SHARED_ROOT}.${WRF_SHARED_VER}-intel
#set WRF_SHARED_ROOT /gpfs/hps/nco/ops/nwprod/wrf_shared
#set WRF_SHARED_VER v1.1.0
#setenv WRFPATH ${WRF_SHARED_ROOT}.${WRF_SHARED_VER}-intel
#set WRF_SHARED_ROOT /gpfs/dell1/nco/ops/nwpara/lib/wrf_shared
#set WRF_SHARED_VER v1.1.1
#setenv WRFPATH ${WRF_SHARED_ROOT}.${WRF_SHARED_VER}

module use /gpfs/dell2/emc/modeling/noscrub/cases/wrf.shared.new.lib/modulefiles
module load wrf-io-v1.1.1

setenv myFC mpiifort
setenv OPENMP "-qopenmp"
setenv myFCFLAGS "-O3 -convert big_endian -traceback -g -fp-model source -qopenmp -fpp"
setenv myCPP /lib/cpp
setenv myCPPFLAGS "-P"

setenv mySFC ifort



Loading

0 comments on commit 0c953a7

Please sign in to comment.