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

Clean up mk_GEOSldasRestarts and process_rst.csh #551

Merged
merged 25 commits into from
Sep 2, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e72cf69
This branch is using mk_catchANDcnRestarts.x
weiyuan-jiang May 6, 2022
d76fbab
change components for testing purpose
weiyuan-jiang May 11, 2022
cc4cda2
set in_tilefile as string by default
weiyuan-jiang May 12, 2022
f2909f2
reverting components.yaml back to develop branch in anticipation of P…
gmao-rreichle Jul 19, 2022
abe3d18
Merge branch 'develop' into feature/wjiang/clean_mk_restarts
gmao-rreichle Jul 19, 2022
347a88d
changed to python 3 and use remap_restarts
weiyuan-jiang Aug 8, 2022
120d38f
change the script for processing restart
weiyuan-jiang Aug 8, 2022
0a338cd
bug fix
weiyuan-jiang Aug 8, 2022
2a3af9c
fix glob
weiyuan-jiang Aug 8, 2022
e7d2fa0
correct python3 division
weiyuan-jiang Aug 8, 2022
795cf09
change chmod
weiyuan-jiang Aug 10, 2022
3df4bc2
rm support for LDASsa restart. rm process_rst.csh
weiyuan-jiang Aug 12, 2022
2640504
search vegrst
weiyuan-jiang Aug 12, 2022
b3aeb0e
change componet for test
weiyuan-jiang Aug 18, 2022
45ec4c0
Revert "change componet for test"
gmao-rreichle Aug 26, 2022
fa7f594
reverting GMAO_Shared back to "main" branch in components.yaml in pre…
gmao-rreichle Aug 26, 2022
1f51c48
fix typos in comments (ldas_setup)
gmao-rreichle Aug 30, 2022
f8828a7
extend FP restart dates
weiyuan-jiang Aug 30, 2022
e3c52a6
resolved merge conflict in CMakeLists.txt
gmao-rreichle Sep 1, 2022
e6994a3
Merge branch 'develop' into feature/wjiang/clean_mk_restarts. Resolve…
gmao-rreichle Sep 1, 2022
17901e5
update catchcn restart dummy files
biljanaorescanin Sep 1, 2022
4c85309
fix catchcn45 tile file
biljanaorescanin Sep 1, 2022
664049a
missing else
biljanaorescanin Sep 1, 2022
f93bb94
no need for else
biljanaorescanin Sep 1, 2022
3379fc0
else syntax error
biljanaorescanin Sep 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
2 changes: 1 addition & 1 deletion src/Applications/LDAS_App/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ecbuild_add_executable (
set (scripts
ldas_setup
process_hist.csh
process_rst.csh
process_rst.py
ens_forcing/average_ensemble_forcing.py
ens_forcing/ensemble_forc.py
ens_forcing/regrid_forc.csh
Expand Down
Loading