Skip to content

Commit

Permalink
add MOM6 C90 ogrid option
Browse files Browse the repository at this point in the history
  • Loading branch information
biljanaorescanin committed Jul 3, 2024
1 parent f18506d commit a730da3
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 @@ -46,7 +46,7 @@

choices_ogrid_data = ['360x180 (Reynolds)','1440x720 (MERRA-2)','2880x1440 (OSTIA)','CS (same as atmosphere OSTIA cubed-sphere grid)']

choices_ogrid_cpld = ['72x36', '360x200', '720x410', '1440x1080']
choices_ogrid_cpld = ['72x36', '360x200', '540x458', '720x410', '1440x1080']

choices_ogrid_cmd = ['360x180', '1440x720', '2880x1440', 'CS'] + choices_ogrid_cpld

Expand Down

0 comments on commit a730da3

Please sign in to comment.