Skip to content

Commit

Permalink
bug in varid of ihop_idw_weights
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanaEscobar committed Nov 7, 2023
1 parent f46a883 commit 7edc596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ihop_init_fixed.F
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ SUBROUTINE IHOP_INIT_FIXED( myThid )
err = NF_GET_VAR( ncid, varid1, data1vec )
err = NF_GET_VAR( ncid, varid2, data2vec )
err = NF_GET_VAR( ncid, varid3, data3vec )
err = NF_GET_VAR( ncid, varid3, data4vec )
err = NF_GET_VAR( ncid, varid4, data4vec )

IF (err .NE. NF_NOERR) THEN
WRITE(msgBuf, '(2A)') 'S/R IHOP_INIT_FIXED: ',
Expand Down

0 comments on commit 7edc596

Please sign in to comment.