Skip to content

Commit

Permalink
fix bcs for merra2 input
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuan-jiang committed May 30, 2023
1 parent c1f6c2c commit 73b03a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre/remap_restart/remap_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ def get_bcsdir(x, opt):
base = 'discover_couple'
if tag in NewStructureBCTag:
base = 'discover_ns'
if x.get('input:shared:MERRA-2'):
if x.get('input:shared:MERRA-2') and opt.upper() == "IN":
base = 'discover_ops'

bc_base = BCBase[base]
Expand Down

0 comments on commit 73b03a5

Please sign in to comment.