Skip to content

Commit

Permalink
Mods towards getting the Makefile to work (after 2nd attempt)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevis-lmwg committed Jan 26, 2024
1 parent 085be20 commit db2820c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/ctsm/toolchain/gen_mksurfdata_jobscript_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,14 @@ def main():
"low_res_no_crop": ["10x15", "4x5"],
"ultra_hi_res_no_crop": ["mpasa15", "mpasa15-3conus", "mpasa3p75"],
"standard_res": ["360x720cru", "0.9x1.25", "1.9x2.5", "C96", "mpasa120"],
"low_res": ["10x15", "4x5", "ne3pg3.np4", "mpasa480"],
"low_res": ["10x15", "4x5", "ne3np4.pg3", "mpasa480"],
"nldas_res": ["0.125nldas2"],
"5x5_amazon": ["5x5_amazon"],
"ne3": ["ne3pg3.np4"],
"ne16": ["ne16pg3.np4"],
"ne30": ["ne30pg3.np4", "ne30pg2.np4", "ne30.np4"],
"ne3": ["ne3np4.pg3"],
"ne16": ["ne16np4.pg3"],
"ne30": ["ne30np4.pg3", "ne30.np4pg2", "ne30np4"],
"ne120": [
"ne120pg3.np4",
"ne120np4.pg3",
"ne0np4.ARCTICGRIS.ne30x8",
"ne0np4.ARCTIC.ne30x4",
"ne0np4CONUS.ne30x8",
Expand Down

0 comments on commit db2820c

Please sign in to comment.