Skip to content

Commit

Permalink
fix bug from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
biljanaorescanin authored Sep 17, 2024
1 parent 0ea9f4c commit 9be3b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre/remap_restart/remap_upper.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def remap(self):
"su_internal_rst" ,
"tr_internal_rst"]

cp_agcm_import_rst = self.config['output']['air']['agcm_import_rst']
cp_agcm_import_rst = self.config['output']['air'].get('agcm_import_rst', False)
if ( not cp_agcm_import_rst) :
self.air_restarts.remove("agcm_import_rst")
restarts_in = self.find_rst()
Expand Down

0 comments on commit 9be3b1b

Please sign in to comment.