Skip to content

Commit

Permalink
Add TODO in subset_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Feb 6, 2025
1 parent d9bac05 commit df8342b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/ctsm/subset_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,10 @@ def setup_files(args, defaults, cesmroot):
abort("inputdata directory does not exist")

# DATM data
# TODO issue #1895: allow datm_crujra, which also affects
# tools/site_and_regional/default_data_1850.cfg
# tools/site_and_regional/default_data_2000.cfg
# python/ctsm/test/testinputs/default_data.cfg
datm_type = "datm_gswp3"
dir_output_datm = "datmdata"
dir_input_datm = os.path.join(clmforcingindir, defaults.get(datm_type, "dir"))
Expand Down

0 comments on commit df8342b

Please sign in to comment.