Skip to content

Commit

Permalink
Update FV3-LAM flat files and ncep_post executable names (#237)
Browse files Browse the repository at this point in the history
* Update FV3-LAM flat file and ncep_post executable names

* Rename SAR XML files to LAM.

* Change "sar" to "lam" in makefile.
  • Loading branch information
JeffBeck-NOAA authored Dec 10, 2020
1 parent 1b703a3 commit 9fa1e08
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
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.
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

0 comments on commit 9fa1e08

Please sign in to comment.