Skip to content

Commit

Permalink
Merge pull request #634 from GEOS-ESM/feature/wjiang/further_reorg_bcs
Browse files Browse the repository at this point in the history
Further clean up and re-organize make_bcs
  • Loading branch information
sdrabenh committed Dec 2, 2022
2 parents 58e9700 + 920fac9 commit 86ede16
Show file tree
Hide file tree
Showing 16 changed files with 2,464 additions and 1,750 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ esma_set_this(OVERRIDE raster)
set (srcs
date_time_util.F90
leap_year.F90
easeV1_conv.F90
EASE_conv.F90
mod_process_hres_data.F90
easeV2_conv.F90
rasterize.F90
read_riveroutlet.F90
CubedSphere_GridMod.F90
Expand Down Expand Up @@ -47,7 +46,6 @@ ecbuild_add_executable (TARGET mkMITAquaRaster.x SOURCES mkMITAquaRaster.F90 LIB
ecbuild_add_executable (TARGET mkMOMAquaRaster.x SOURCES mkMOMAquaRaster.F90 LIBS MAPL ${this})
ecbuild_add_executable (TARGET FillMomGrid.x SOURCES FillMomGrid.F90 LIBS MAPL ${this})
ecbuild_add_executable (TARGET mk_runofftbl.x SOURCES mk_runofftbl.F90 LIBS MAPL ${this})
ecbuild_add_executable (TARGET mkSMAPTilesPara.x SOURCES mkSMAPTilesPara.F90 LIBS MAPL ${this})
ecbuild_add_executable (TARGET mkSMAPTilesPara_v2.x SOURCES mkSMAPTilesPara_v2.F90 LIBS MAPL ${this})
ecbuild_add_executable (TARGET mkEASETilesParam.x SOURCES mkEASETilesParam.F90 LIBS MAPL ${this})

install(PROGRAMS make_bcs clsm_plots.pro plot_curves.pro create_README.csh plot_curves.csh DESTINATION bin)
Loading

0 comments on commit 86ede16

Please sign in to comment.