Skip to content
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions parm/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ NGACFLATFILENAME = postxconfig-NT-NGAC.txt
GEFSFLATFILENAME = postxconfig-NT-GEFS.txt
GEFSANLFLATFILENAME = postxconfig-NT-GEFS-ANL.txt
GEFSF00FLATFILENAME = postxconfig-NT-GEFS-F00.txt
FV3SARFLATFILENAME = postxconfig-NT-fv3sar.txt
FV3SARFLATFILENAME = postxconfig-NT-fv3lam.txt
HAFSFLATFILENAME = postxconfig-NT-hafs.txt
GFSTWOFLATFILENAME = postxconfig-NT-GFS-TWO.txt
GFSTWOF00FLATFILENAME = postxconfig-NT-GFS-F00-TWO.txt
Expand All @@ -43,8 +43,8 @@ GEFSAVAILXMLFILENAME = post_avblflds.xml
GEFSCTRLFILENAME = postcntrl_gefs.xml
GEFSANLCTRLFILENAME = postcntrl_gefs_anl.xml
GEFSCTRLF00FILENAME = postcntrl_gefs_f00.xml
FV3SARAVAILXMLFILENAME = fv3sar_post_avblflds.xml
FV3SARCTRLFILENAME = fv3sar.xml
FV3SARAVAILXMLFILENAME = fv3lam_post_avblflds.xml
FV3SARCTRLFILENAME = fv3lam.xml
HAFSCTRLFILENAME = hafs.xml
GFSTWOCTRLFILENAME = postcntrl_gfs_two.xml
GFSTWOF00CTRLFILENAME = postcntrl_gfs_f00_two.xml
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion sorc/ncep_post.fd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU|Clang|AppleClang)$")
endif()

set(LIBNAME "upp")
set(EXENAME "nceppost.x")
set(EXENAME "ncep_post")

set(module_dir "${CMAKE_CURRENT_BINARY_DIR}/include")

Expand Down