Error #6285 with ESMF_AttributeGet while Compiling GFS Code (ESMF 8.6.1) #494
Unanswered
rkumar-atmos
asked this question in
Other
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Requirements
Affiliation(s)
UVic
ESMF Version
v8.6.1
Issue
Dear ESMF Support Team,
I am currently trying to compile the GFS code with ESMF version 8.6.1 and encountered the following error during the compilation process:
##############################
---------------------------------------------^
module_WRITE_ROUTINES_GFS.f90(235): error #6285: There is no matching specific subroutine for this generic subroutine call. [ESMF_ATTRIBUTEGET]
CALL ESMF_AttributeGet(FIELDBUNDLE =FILE_BUNDLE & !<-- The Bundle of history data
-------------^
module_WRITE_ROUTINES_GFS.f90(678): error #6285: There is no matching specific subroutine for this generic subroutine call. [ESMF_ATTRIBUTEGET]
CALL ESMF_AttributeGet(FIELDBUNDLE =FILE_BUNDLE & !<-- The write component's history data Bundle
-------------^
module_WRITE_ROUTINES_GFS.f90(696): error #6285: There is no matching specific subroutine for this generic subroutine call. [ESMF_ATTRIBUTEGET]
CALL ESMF_AttributeGet(FIELDBUNDLE =FILE_BUNDLE & !<-- The write component's history data Bundle
---------------^
module_WRITE_ROUTINES_GFS.f90(722): error #6285: There is no matching specific subroutine for this generic subroutine call. [ESMF_ATTRIBUTEGET]
CALL ESMF_AttributeGet(FIELDBUNDLE =FILE_BUNDLE & !<-- The write component's history data Bundle
-----------------^
module_WRITE_ROUTINES_GFS.f90(765): error #6285: There is no matching specific subroutine for this generic subroutine call. [ESMF_ATTRIBUTEGET]
CALL ESMF_AttributeGet(FIELDBUNDLE =FILE_BUNDLE & !<-- The write component's history data Bundle
-----------------^
module_WRITE_ROUTINES_GFS.f90(809): error #6285: There is no matching specific subroutine for this generic subroutine call. [ESMF_ATTRIBUTEGET]
CALL ESMF_AttributeGet(FIELDBUNDLE =FILE_BUNDLE & !<-- The write component's history data Bundle
-----------------^
module_WRITE_ROUTINES_GFS.f90(856): error #6285: There is no matching specific subroutine for this generic subroutine call. [ESMF_ATTRIBUTEGET]
CALL ESMF_AttributeGet(FIELDBUNDLE =FILE_BUNDLE &!<-- The write component's history data Bundle
-----------------^
compilation aborted for module_WRITE_ROUTINES_GFS.f90 (code 1)
gmake[2]: *** [makefile:27: module_WRITE_ROUTINES_GFS.o] Error 1
#########################################
Could you please help me identify what might be causing this issue and suggest how I can resolve it?
Thanks,
Kumar
Autotag
@anntsay
Beta Was this translation helpful? Give feedback.
All reactions