From a730da33a518293173ebf8632bb9fa5902c7f977 Mon Sep 17 00:00:00 2001 From: biljanaorescanin Date: Wed, 3 Jul 2024 08:38:50 -0400 Subject: [PATCH] add MOM6 C90 ogrid option --- pre/remap_restart/remap_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pre/remap_restart/remap_utils.py b/pre/remap_restart/remap_utils.py index 4cc6bba..871205c 100755 --- a/pre/remap_restart/remap_utils.py +++ b/pre/remap_restart/remap_utils.py @@ -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