Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 committed Oct 15, 2024
1 parent 4e0a1c7 commit c90c4a8
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

# Things to check for in the output:
# 1. Check that `grep -v "OK" *status returns nothing (i.e., all jobs worked)
# 2. Check that .settings files include `dependencies` listed out. Check that these look correct.
# 2. Check that .settings files include `dependencies` listed out,
# using `grep -A 5 "'dependencies'" *settings`.
# (Change the -A number to include enough lines to see the entire dependencies list)
# Check that these look correct.


# These tasks can have carryover dependencies:
Expand Down Expand Up @@ -100,8 +103,7 @@ walltime = "00:30:00"
vars = "FSH,RH2M,LAISHA,LAISUN,QINTR,QOVER,QRUNOFF,QSOIL,QVEGE,QVEGT,SOILICE,SOILLIQ,SOILWATER_10CM,TSA,TSOI,H2OSNO,TOTLITC,CWDC,SOIL1C,SOIL2C,SOIL3C,SOIL4C,WOOD_HARVESTC,TOTVEGC,NBP,GPP,AR,HR"

[tc_analysis]
# We're only doing one run of tc_analysis here,
# so we won't be explictally testing carryover dependency here.
# The second run should depend on the first run.
active = True
scratch = "#expand scratch#zppy_min_case_carryover_dependencies_scratch/#expand unique_id#/#expand case_name#"
walltime = "00:30:00"
Expand Down

0 comments on commit c90c4a8

Please sign in to comment.