Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
454aa4f
Post libs (#9)
WenMeng-NOAA Oct 9, 2019
fb7af4c
1)setting total cloud water(cwm) with 5 GFDL MP species in fv3gfs nem…
WenMeng-NOAA Oct 10, 2019
467124f
HAFS post uv flux and drag coefficient fix (#12)
JiliDong-NOAA Oct 12, 2019
b78469b
Added lambert conformal projection for FV3SAR and handled composite r…
ywangwof Oct 25, 2019
e5163ed
Change module name machine and physcons to machine_post and physcons_…
WenMeng-NOAA Oct 29, 2019
533f42c
Post vessel (#19)
WenMeng-NOAA Oct 31, 2019
2cc9925
Post cape (#20)
WenMeng-NOAA Nov 6, 2019
6b01d9d
Add xml and flat txt files for outputting aerosol fileds from fv3gefs…
WenMeng-NOAA Nov 6, 2019
6378bf7
Sync with community code in prep for new build structure (#16)
fossell Nov 6, 2019
1716356
Post gfs netcdf (#22)
WenMeng-NOAA Nov 10, 2019
3b42c2a
Post abi nadir (#24)
WenMeng-NOAA Nov 18, 2019
4b2a3c0
Output 3D WAFS products to standard atmospheric pressuer levels, not …
YaliMao-NOAA Nov 21, 2019
dc48bdb
Post ic (#26)
WenMeng-NOAA Dec 3, 2019
3b7f408
Post wafs (#28)
YaliMao-NOAA Dec 10, 2019
2eb40f2
Reg latlon update (#29)
JiliDong-NOAA Dec 13, 2019
9f166ec
Post g2tmpl (#32)
WenMeng-NOAA Dec 15, 2019
5f081ef
Post print (#37)
WenMeng-NOAA Dec 19, 2019
38bd0ab
Merge remote-tracking branch 'upstream/develop' into DTC_post_merge
hertneky Jan 3, 2020
7d65ea7
Merge remote-tracking branch 'upstream/develop' into DTC_post_merge
Jan 3, 2020
f6a8bed
Add mods from develop
Jan 14, 2020
2e57da3
Merge remote-tracking branch 'origin/DTC_post_merge' into DTC_post_merge
Jan 24, 2020
1064c85
fix for filling a handful of 2d variables currently causing a divide-…
Jan 24, 2020
912393b
Fix ID index in WRF-CHEM SMOKE block, which currently causes failed b…
Jan 24, 2020
b43a4d2
Modification to makefile for compiling new routines added from develop
Jan 24, 2020
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/JGLOBAL_NCEPPOST
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export HOMECRTM=${HOMECRTM:-${NWROOT}/lib/crtm/${crtm_ver}}
export FIXCRTM=${CRTM_FIX:-${HOMECRTM}/fix}
#export FIXCRTM=${FIXCRTM:-${NWROOThps}/hwrf.${hwrf_ver}/fix/hwrf-crtm-2.0.6}
export PARMpost=${PARMpost:-$HOMEgfs/parm/post}
export INLINE_POST=${WRITE_DOPOST:-".false."}

if [ $RUN_ENVIR = "nco" ]; then
export COMIN=${COMIN:-$ROTDIR/$RUN.$PDY/$cyc}
Expand Down
60 changes: 60 additions & 0 deletions modulefiles/post/lib-cray-intel
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
#%Module######################################################################
## Jun.Wang@noaa.gov: Started NCEPPOST lib v6.3.0
## Wen.Meng@noaa.gov 10/2019: Upgraded to v8.0.0
##_____________________________________________________
proc ModulesHelp { } {
puts stderr "Set environment veriables for NCEPPOST"
puts stderr "This module initializes the enviro nment "
puts stderr "for the Intel Compiler Suite $version\n"
}
module-whatis " NCEPPOST lib whatis description"

#set ver v6.3.0
#set envir dev
#set NCEPLIB /nwprod/lib

#set sys [uname sysname]

#setenv COMPF_MP mpiifort
setenv myFC ftn
setenv myFCFLAGS "-O2 -convert big_endian -traceback -g -fp-model source -qopenmp -fpp"
setenv myCPP /lib/cpp
setenv myCPPFLAGS "-P"
setenv ARCHV ar
setenv CPPC /lib/cpp
setenv version v8.0.0
#

module purge

module use -a /usrx/local/prod/modulefiles
module use -a /gpfs/hps/nco/ops/nwprod/lib/modulefiles

# Loading Intel Compiler Suite
module load PrgEnv-intel
module load craype-sandybridge
#module switch intel intel/15.0.3.187
module switch intel intel/16.3.210
module load craype/2.3.0

# Loading nceplibs modules
module load jasper-gnu-sandybridge/1.900.1
module load png-gnu-sandybridge/1.2.49
module load zlib-gnu-sandybridge/1.2.7
module load g2-intel/3.1.0
module use -a /usrx/local/nceplibs/NCEPLIBS/modulefiles
module load g2tmpl/1.6.0
#module load g2tmpl-intel/1.5.0
#module load xmlparse/v2.0.0

module load w3emc-intel/2.2.0
module load w3nco/2.0.6
module load w3nco-intel/2.0.6
module load bacio-intel/2.0.1
module load gfsio-intel/1.1.0
#module load sigio/2.1.0
module load ip-intel/3.0.0
module load sp-intel/2.0.2
module load crtm-intel/2.2.6


54 changes: 54 additions & 0 deletions modulefiles/post/lib-hera
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
#%Module######################################################################
## Jun.Wang@noaa.gov: Started NCEPPOST lib v6.3.0
## Wen.Meng@noaa.gov 10/2019: Upgraded to v8.0.0
##_____________________________________________________
proc ModulesHelp { } {
puts stderr "Set environment veriables for NCEPPOST"
puts stderr "This module initializes the enviro nment "
puts stderr "for the Intel Compiler Suite $version\n"
}
module-whatis " NCEPPOST lib whatis description"

#set ver v6.3.0
#set envir dev
#set NCEPLIB /nwprod/lib

#set sys [uname sysname]

#setenv COMPF_MP mpiifort
setenv myFC mpiifort
setenv myFCFLAGS "-O3 -convert big_endian -traceback -g -fp-model source -qopenmp -fpp"
setenv myCPP /lib/cpp
setenv myCPPFLAGS "-P"
setenv ARCHV ar
setenv CPPC /lib/cpp
setenv version v8.0.0
#

module purge

# Loading Intel Compiler Suite
#module load intel/19.0.4.243
#module load impi/2019.0.4
module load intel/18.0.5.274
module load impi/2018.0.4

# Loading nceplibs modules
module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles
module load jasper/1.900.1
module load png/1.2.44
module load z/1.2.11
module load g2/3.1.0
module load g2tmpl/1.6.0
#module load xmlparse/v2.0.0

module load w3emc/2.3.1
module load w3nco/2.0.7
module load bacio/2.0.3
module load gfsio/1.1.0
#module load sigio/2.1.1
module load ip/3.0.2
module load sp/2.0.3
module load crtm/2.2.5


54 changes: 54 additions & 0 deletions modulefiles/post/lib-wcoss
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
#%Module######################################################################
## Jun.Wang@noaa.gov: Started NCEPPOST lib v6.3.0
## Wen.Meng@noaa.gov 10/2019: Upgraded to v8.0.0
##_____________________________________________________
proc ModulesHelp { } {
puts stderr "Set environment veriables for NCEPPOST"
puts stderr "This module initializes the enviro nment "
puts stderr "for the Intel Compiler Suite $version\n"
}
module-whatis " NCEPPOST lib whatis description"

#set ver v6.3.0
#set envir dev
#set NCEPLIB /nwprod/lib

#set sys [uname sysname]

#setenv COMPF_MP mpiifort
setenv myFC mpiifort
setenv myFCFLAGS "-O3 -convert big_endian -traceback -g -fp-model source -qopenmp -fpp"
setenv myCPP /lib/cpp
setenv myCPPFLAGS "-P"
setenv ARCHV ar
setenv CPPC /lib/cpp
setenv version v8.0.0
#

module purge

# Loading Intel Compiler Suite
module load ics/16.0.3
module load ibmpe
#module load ics/15.0.3
##module load ibmpe/1.3.0.12
#module load prod_util/1.1.0

# Loading nceplibs modules
module load jasper/v1.900.1
module load png/v1.2.44
module load z/v1.2.6
module load g2/v3.1.0
module load g2tmpl/v1.5.0
#module load xmlparse/v2.0.0

module load w3emc/v2.2.0
module load w3nco/v2.0.6
module load bacio/v2.0.1
module load gfsio/v1.1.0
#module load sigio/2.1.0
module load ip/v3.0.1
module load sp/v2.0.2
module load crtm/v2.2.4


53 changes: 53 additions & 0 deletions modulefiles/post/lib-wcoss_dell_p3
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
#%Module######################################################################
## Jun.Wang@noaa.gov: Started NCEPPOST lib v6.3.0
## Wen.Meng@noaa.gov 10/2019: Upgraded to v8.0.0
##_____________________________________________________
proc ModulesHelp { } {
puts stderr "Set environment veriables for NCEPPOST"
puts stderr "This module initializes the enviro nment "
puts stderr "for the Intel Compiler Suite $version\n"
}
module-whatis " NCEPPOST lib whatis description"

#set ver v6.3.0
#set envir dev
#set NCEPLIB /nwprod/lib

#set sys [uname sysname]

#setenv COMPF_MP mpiifort
setenv myFC mpiifort
setenv myFCFLAGS "-O3 -convert big_endian -traceback -g -fp-model source -qopenmp -fpp"
setenv myCPP /lib/cpp
setenv myCPPFLAGS "-P"
setenv ARCHV ar
setenv CPPC /lib/cpp
setenv version v8.0.0
#

module purge

# Loading Intel Compiler Suite
module load ips/18.0.1.163
module load impi/18.0.1
#module load prod_util/1.1.0

# Loading nceplibs modules
module load jasper/1.900.1
module load libpng/1.2.59
module load zlib/1.2.11
module load g2/3.1.0
module use -a /usrx/local/nceplibs/dev/NCEPLIBS/modulefiles
module load g2tmpl/1.6.0
#module load xmlparse/v2.0.0

module load w3emc/2.3.0
module load w3nco/2.0.6
module load bacio/2.0.2
module load gfsio/1.1.0
#module load sigio/2.1.0
module load ip/3.0.1
module load sp/2.0.2
module load crtm/2.2.6


7 changes: 5 additions & 2 deletions modulefiles/post/v8.0.0-cray-intel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ module use -a /usrx/local/prod/modulefiles
module use -a /gpfs/hps/nco/ops/nwprod/lib/modulefiles
module load PrgEnv-intel
module load craype-sandybridge
module switch intel intel/15.0.3.187
#module switch intel intel/15.0.3.187
module switch intel intel/16.3.210
module load craype/2.3.0
module load prod_util/1.0.33
module load cray-libsci/13.0.3
Expand Down Expand Up @@ -47,7 +48,9 @@ module load cray-netcdf/4.3.2
# module load NetCDF-cray-sandybridge/3.6.3
#### module load cray-netcdf/4.3.2
#module load g2tmpl-intel/1.4.0
module load g2tmpl-intel/1.5.0
module use -a /usrx/local/nceplibs/NCEPLIBS/modulefiles
module load g2tmpl/1.6.0
#module load g2tmpl-intel/1.5.0
module load wrfio-intel/1.1.1

setenv myFC ftn
Expand Down
8 changes: 5 additions & 3 deletions modulefiles/post/v8.0.0-hera
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ module-whatis "post"
set ver v8.0.0

# Loading Intel Compiler Suite
module load intel/19.0.4.243
module load impi/2019.0.4
#module load intel/19.0.4.243
#module load impi/2019.0.4
module load intel/18.0.5.274
module load impi/2018.0.4

#module use /contrib/modulefiles
module use -a /scratch2/NCEPDEV/nwprod/NCEPLIBS/modulefiles
Expand All @@ -39,7 +41,7 @@ module load w3nco/2.0.7
module load crtm/2.2.5
#module load netcdf/3.6.3
module load netcdf/4.7.0
module load g2tmpl/1.5.1
module load g2tmpl/1.6.0
module load wrfio/1.1.1

#setenv WRFPATH /scratch3/NCEPDEV/nwprod/sorc/wrf_shared.v1.1.0
Expand Down
6 changes: 5 additions & 1 deletion modulefiles/post/v8.0.0-wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,19 @@ module load sp/2.0.2
module load w3emc/2.3.0
module load w3nco/2.0.6
module load NetCDF/4.5.0
module load g2tmpl/1.5.0
module load crtm/2.2.6
module load wrfio/1.1.1
module use -a /usrx/local/nceplibs/dev/NCEPLIBS/modulefiles
module load g2tmpl/1.6.0

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 myFCFLAGS "-g -O0 -check -check noarg_temp_created -check nopointer -fp-stack-check -fstack-protector-all -fpe0 -debug -traceback -ftrapuv"
##setenv myCPPFLAGS "-O0 -g -ftrapuv -traceback"


setenv mySFC ifort

Expand Down
8 changes: 8 additions & 0 deletions parm/fv3sar_post_avblflds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4658,6 +4658,14 @@
<scale>3.0</scale>
</param>

<param>
<post_avblfldidx>588</post_avblfldidx>
<shortname>ICEG_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL</shortname>
<pname>ICEG</pname>
<fixed_sfc1_type>spec_alt_above_mean_sea_lvl</fixed_sfc1_type>
<scale>4.0</scale>
</param>

<param>
<post_avblfldidx>601</post_avblfldidx>
<shortname>DUST1_ON_SPEC_ALT_ABOVE_MEAN_SEA_LVL_FDHGT</shortname>
Expand Down
12 changes: 12 additions & 0 deletions parm/global_1x1_paramlist_g2
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ CLWMR:925 mb
CLWMR:950 mb
CLWMR:975 mb
CLWMR:1 hybrid level
CNWAT:surface
CPOFP:surface
CPRAT:surface
CRAIN:surface
Expand All @@ -75,6 +76,7 @@ DLWRF:surface
DPT:2 m above ground
DSWRF:surface
FLDCP:surface
FRICV:surface
GFLUX:surface
GRLE:50 mb
GRLE:1000 mb
Expand Down Expand Up @@ -154,6 +156,8 @@ HPBL:surface
ICAHT:max wind
ICAHT:tropopause
ICEC:surface
ICETK:surface
ICETMP:surface
ICSEV:100 mb
ICSEV:150 mb
ICSEV:200 mb
Expand Down Expand Up @@ -327,10 +331,12 @@ RWMR:950 mb
RWMR:975 mb
RWMR:1 hybrid level
SHTFL:surface
SFCR:surface
SOILW:0-0.1 m below ground
SOILW:0.1-0.4 m below ground
SOILW:0.4-1 m below ground
SOILW:1-2 m below ground
SOTYP:surface
SPFH:2 m above ground
SPFH:30-0 mb above ground
SPFH:80 m above ground
Expand All @@ -357,6 +363,10 @@ SNMR:925 mb
SNMR:950 mb
SNMR:975 mb
SNMR:1 hybrid level
SOILL:0-0.1 m below ground
SOILL:0.1-0.4 m below ground
SOILL:0.4-1 m below ground
SOILL:1-2 m below ground
SUNSD:surface
TCDC:50 mb
TCDC:1000 mb
Expand Down Expand Up @@ -515,6 +525,7 @@ ULWRF:top of atmosphere
USTM:6000-0 m above ground
USWRF:surface
USWRF:top of atmosphere
VEG:surface
VFLX:surface
VGRD:0.995 sigma level
VGRD:1000 mb
Expand Down Expand Up @@ -644,3 +655,4 @@ WEASD:surface
WILT:surface
SNOD:surface
VIS:surface
ICEG:10 m above mean sea level
Loading