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

Add 6 bufr stations to the bufr sounding output #149

Merged
merged 13 commits into from
Oct 5, 2020
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
1 change: 1 addition & 0 deletions jobs/JGFS_ATMOS_POSTSND
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export COMIN=${COMIN:-$COMROOT/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONENT}
export COMOUT=${COMOUT:-$COMROOT/${NET}/${envir}/${RUN}.${PDY}/${cyc}/$COMPONENT}
export pcom=${pcom:-${COMOUT}/wmo}
export COMAWP=${COMAWP:-${COMOUT}/gempak}
export DBNROOT=${DBNROOT:-${UTILROOT}/fakedbn}
mkdir -p $COMOUT $pcom $COMAWP
env

Expand Down
11 changes: 5 additions & 6 deletions modulefiles/gfs_bufr.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@ module load impi/18.0.1
module load nemsio/2.2.3
module load bacio/2.0.2
module load w3nco/2.0.6
module load bufr/11.2.0
module load bufr/11.3.0
module load sigio/2.1.0

module load w3emc/2.4.0
module load NetCDF-parallel/4.7.4
module load HDF5-parallel/1.10.6

module use -a /gpfs/dell1/nco/ops/nwprod/modulefiles/
module load gempak/7.3.1

module use /usrx/local/nceplibs/dev/NCEPLIBS/modulefiles
module load hdf5_parallel/1.10.6
module load netcdf_parallel/4.7.4
module load w3emc_para/2.4.0

export myFC=mpiifort
export myFCFLAGS="-O3 -convert big_endian -traceback -g -fp-model source -qopenmp"
export myCPP=/lib/cpp
Expand Down
17 changes: 7 additions & 10 deletions modulefiles/module_base.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ module load CFP/2.0.2
setenv USE_CFP YES
module load pm5

module use /gpfs/dell2/emc/modeling/noscrub/emc.nemspara/soft/modulefiles
module load hdf5_parallel/1.10.6
module load netcdf_parallel/4.7.4
module load esmf/8.0.1bs08
module load NetCDF-parallel/4.7.4
module load ESMF/8.0.1
module load HDF5-parallel/1.10.6

module use -a /gpfs/dell1/nco/ops/nwprod/modulefiles/
module load gempak/7.3.1
Expand All @@ -36,14 +35,12 @@ module load util_shared/1.1.2
# python
module load python/3.6.3

# Load crtm/2.3.0 from nceplibs (until installed by NCO)
module use -a /usrx/local/nceplibs/dev/NCEPLIBS/modulefiles
# Load crtm
module load crtm/2.3.0
module load g2tmpl/1.6.0

# Load FSU Genesis module
module use -a /gpfs/dell2/emc/modeling/noscrub/emc.glopara/git/tracker/ens_tracker.v1.1.15.3/ush/FSUgenesisPY/modulefiles
module load tclogg
# Load from nceplibs (until installed by NCO)
module use -a /usrx/local/nceplibs/dev/NCEPLIBS/modulefiles
module load g2tmpl/1.6.0

# waveprep
module load cdo/1.9.8
Loading