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

support for catchcn ensemble run #584

Merged
merged 17 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
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
5 changes: 3 additions & 2 deletions components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,13 @@ GMAO_Shared:
MAPL:
local: ./src/Shared/@MAPL
remote: ../MAPL.git
tag: v2.25.0
#tag: v2.25.0
branch: feature/wjiang/add_all_exports
develop: develop

GEOSgcm_GridComp:
local: ./src/Components/GEOSldas_GridComp/@GEOSgcm_GridComp
remote: ../GEOSgcm_GridComp.git
branch: develop
branch: feature/wjiang/catchcn_ensemble
sparse: ./config/GEOSgcm_GridComp_ldas.sparse
develop: develop
7 changes: 7 additions & 0 deletions src/Applications/LDAS_App/process_hist.csh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ endif
if($NENS > 1) then
set GridComp = ENSAVG
sed -i 's|VEGDYN|'VEGDYN0000'|g' $HISTRC
sed -i 's|CATCHCNCLM45|'CATCHCNCLM450000'|g' $HISTRC
sed -i 's|TP1|'TSOIL1TILE'|g' $HISTRC
sed -i 's|TP2|'TSOIL2TILE'|g' $HISTRC
sed -i 's|TP3|'TSOIL3TILE'|g' $HISTRC
sed -i 's|TP4|'TSOIL4TILE'|g' $HISTRC
sed -i 's|TP5|'TSOIL5TILE'|g' $HISTRC
sed -i 's|TP6|'TSOIL6TILE'|g' $HISTRC
# sed -i 's|DATAATM|'DATAATM0000'|g' $HISTRC
endif

Expand Down
Loading