Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further clean up and re-organize make_bcs #634

Merged
merged 34 commits into from
Dec 2, 2022
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
18af51b
combine easeV1 and easev2
weiyuan-jiang Sep 9, 2022
82631b3
change netcdf interface to nf90
weiyuan-jiang Sep 9, 2022
2a9fcd9
move mkCatchParam.x run out of mkSMAPTilePara_v2.x
weiyuan-jiang Sep 12, 2022
b8c939b
use different PIs for easeV1 and easeV2 for zero-diff bcs
weiyuan-jiang Sep 14, 2022
24d8748
add ease_get_params for cleanup
weiyuan-jiang Sep 16, 2022
0ec8f4a
pass EASElable
weiyuan-jiang Sep 16, 2022
e0a5f68
add choice for EASE grid
weiyuan-jiang Sep 16, 2022
3297e05
Merge branch 'feature/borescan_snowalb_modis2' into feature/wjiang/fu…
weiyuan-jiang Sep 19, 2022
766dd19
typo
weiyuan-jiang Sep 19, 2022
7a91c55
Additional cleanup and documentation:
gmao-rreichle Sep 21, 2022
d692b0c
fix typo
weiyuan-jiang Sep 22, 2022
614a304
Additional cleanup:
gmao-rreichle Sep 22, 2022
3d668db
1)correct 'gfile' for EASE in mkCatchParam
weiyuan-jiang Sep 26, 2022
a24fecd
correct printing suffix .rst
weiyuan-jiang Sep 26, 2022
6b0d427
reduce usage dimension
weiyuan-jiang Sep 26, 2022
c545dee
rename mkSMAPTiles... to mkEASETiles...
weiyuan-jiang Sep 27, 2022
6b8fe5c
add area argument to ease_extent
weiyuan-jiang Sep 27, 2022
509e11a
add default init_bcs values when lbcsv is undefined
weiyuan-jiang Sep 29, 2022
51e69a2
Merge branch 'feature/borescan_snowalb_modis2' into feature/wjiang/fu…
gmao-rreichle Sep 29, 2022
8b50459
remove overiding lbcsv for EASEv1
weiyuan-jiang Sep 29, 2022
dd23459
Merge branch 'feature/wjiang/further_reorg_bcs' of github.com:GEOS-ES…
weiyuan-jiang Sep 29, 2022
b95e6be
Additional bug fixes and clean-up in make_bcs package:
gmao-rreichle Sep 29, 2022
29a5629
added documentation to EASE_conv.F90
gmao-rreichle Sep 30, 2022
d7fb0ed
initial check in make_bcs.py
weiyuan-jiang Oct 7, 2022
fa8ffde
complete make_ease_bcs.py
weiyuan-jiang Oct 9, 2022
072ab29
initial check in making latlon and cube bcs. Not working yet
weiyuan-jiang Oct 18, 2022
95165c0
Merge branch 'feature/borescan_snowalb_modis2' into feature/wjiang/fu…
weiyuan-jiang Nov 15, 2022
c9df40a
add snowalb to mk_CatchmetRestart so regrid.pl can work
weiyuan-jiang Nov 16, 2022
0a4e031
Merge branch 'develop' into feature/wjiang/further_reorg_bcs
gmao-rreichle Nov 29, 2022
371e557
restoring mk_CatchRestarts.F90 from "develop"
gmao-rreichle Nov 29, 2022
e30b751
fix for plotting
biljanaorescanin Dec 1, 2022
b8ca44b
add information for the status of make_bcs.py
weiyuan-jiang Dec 1, 2022
c95cfb3
edited exit message in make_bcs.py
gmao-rreichle Dec 1, 2022
920fac9
Merge branch 'develop' into feature/wjiang/further_reorg_bcs
sdrabenh Dec 2, 2022
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
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 @@ -45,7 +44,7 @@ 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.x SOURCES mkSMAPTilesPara.F90 LIBS MAPL ${this})
ecbuild_add_executable (TARGET mkSMAPTilesPara_v2.x SOURCES mkSMAPTilesPara_v2.F90 LIBS MAPL ${this})

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