Skip to content

Commit

Permalink
Add :: symbol to read from nems.configure.Required for ESMF 8bs20+. (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdunlapiv authored Nov 3, 2021
1 parent b4f4ee6 commit 09bdf00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NUOPC/read_impexp_config_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ subroutine read_impexp_config_flnm(fname,numExpFields,numImpFields, &

! read export fields from config
attrFF = NUOPC_FreeFormatCreate(fieldsConfig, &
label="ocn_export_fields", rc=rc)
label="ocn_export_fields::", rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, &
msg=ESMF_LOGERR_PASSTHRU, CONTEXT)) return
call NUOPC_FreeFormatGet(attrFF, lineCount=lineCount, rc=rc)
Expand Down Expand Up @@ -216,7 +216,7 @@ subroutine read_impexp_config_flnm(fname,numExpFields,numImpFields, &

! read import fields from config
attrFF = NUOPC_FreeFormatCreate(fieldsConfig, &
label="ocn_import_fields", rc=rc)
label="ocn_import_fields::", rc=rc)
if (ESMF_LogFoundError(rcToCheck=rc, &
msg=ESMF_LOGERR_PASSTHRU, CONTEXT)) return
call NUOPC_FreeFormatGet(attrFF, lineCount=lineCount, rc=rc)
Expand Down

0 comments on commit 09bdf00

Please sign in to comment.