Skip to content

Commit

Permalink
Merge pull request #83 from GEOS-ESM/feature/borescan_add_ogrid_mom6
Browse files Browse the repository at this point in the history
add MOM6 C90 ogrid option
  • Loading branch information
sdrabenh committed Jul 10, 2024
2 parents f18506d + a730da3 commit d83487a
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 d83487a

Please sign in to comment.