Skip to content

Commit

Permalink
feature/vcgg: Rename utility and its directories to the
Browse files Browse the repository at this point in the history
more descriptive 'vcoord_gen'.

Issue ufs-community#136.
  • Loading branch information
GeorgeGayno-NOAA committed Aug 28, 2020
1 parent 24cfc09 commit a019313
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sorc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ add_subdirectory(grid_tools.fd)
add_subdirectory(chgres_cube.fd)
add_subdirectory(orog.fd)
add_subdirectory(sfc_climo_gen.fd)
add_subdirectory(vcgg.fd)
add_subdirectory(vcoord_gen.fd)
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ elseif(CMAKE_Fortran_COMPILER_ID MATCHES "^(GNU)$")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fdefault-real-8")
endif()

set(exe_name wcoss_ttakbkgen)
set(exe_name vcoord_gen)
add_executable(${exe_name} ${fortran_src})

install(TARGETS ${exe_name} RUNTIME DESTINATION ${exec_dir})
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion util/vcgg/run.sh → util/vcoord_gen/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dptop=1.0 # real coordinate thickness at top (Pa)

rm -f $outfile

echo $levs $lupp $pbot $psig $ppre $pupp $ptop $dpbot $dpsig $dppre $dpupp $dptop | ../../exec/wcoss_ttakbkgen > $outfile
echo $levs $lupp $pbot $psig $ppre $pupp $ptop $dpbot $dpsig $dppre $dpupp $dptop | ../../exec/vcoord_gen > $outfile

exit

0 comments on commit a019313

Please sign in to comment.