Skip to content

Commit 55a3f46

Browse files
authored
Quick fix for capitalization issue. (#4774)
1 parent d326c9c commit 55a3f46

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Apps/MAPL_GridCompSpecs_ACGv3.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,10 @@ def get_options(args):
212212
'SKIP_INITIAL': 'MAPL_RESTART_SKIP_INITIAL'}},
213213
STATE: {FLAGS: {MANDATORY, STORE}},
214214
TYPEKIND: {MAPPING: {
215-
'R4': 'ESMF_Typekind_R4',
216-
'R8': 'ESMF_Typekind_R8',
217-
'I4': 'ESMF_Typekind_I4',
218-
'I8': 'ESMF_Typekind_I8'}},
215+
'R4': 'ESMF_TYPEKIND_R4',
216+
'R8': 'ESMF_TYPEKIND_R8',
217+
'I4': 'ESMF_TYPEKIND_I4',
218+
'I8': 'ESMF_TYPEKIND_I8'}},
219219
'units': {MAPPING: STRING},
220220
USE_FIELD_DICTIONARY: {MAPPING: (partial(convert_to_logical, none_on_false=True), convert_to_bool), FLAGS: COMPOSE},
221221
'vector_pair': {MAPPING: STRING}

0 commit comments

Comments
 (0)