Skip to content

Commit

Permalink
Merge pull request #97 from alperaltuntas/fix_nuopc_use_only
Browse files Browse the repository at this point in the history
use ESMF operators
  • Loading branch information
gustavo-marques authored Apr 24, 2019
2 parents 36ba339 + 0fcc576 commit 3df6ff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config_src/nuopc_driver/mom_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ module mom_cap_mod
use ESMF, only: ESMF_COORDSYS_SPH_DEG, ESMF_GridCreate, ESMF_INDEX_DELOCAL
use ESMF, only: ESMF_MESHLOC_ELEMENT, ESMF_RC_VAL_OUTOFRANGE, ESMF_StateGet
use ESMF, only: ESMF_TimePrint, ESMF_AlarmSet, ESMF_FieldGet
use ESMF, only: operator(==), operator(/=), operator(+), operator(-)

! TODO ESMF_GridCompGetInternalState does not have an explicit Fortran interface.
!! Model does not compile with "use ESMF, only: ESMF_GridCompGetInternalState"
Expand Down

0 comments on commit 3df6ff3

Please sign in to comment.