Skip to content

Commit

Permalink
misc: delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Mar 3, 2025
1 parent 8ffa5e0 commit 123a4d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions polytope_server/common/datasource/polytope.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,6 @@ def change_grids(request, config):

# for activity CMIP6 and experiment hist, all models except ifs-nemo have h512 and ifs-nemo has h1024
if request["activity"] == "cmip6" and request["experiment"] == "hist":
# if request["model"] != "ifs-nemo":
# res = 512
# else:
res = 1024

# # for activity scenariomip and experiment ssp3-7.0, all models use h1024
Expand Down

0 comments on commit 123a4d7

Please sign in to comment.