NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

[netcdfgroup] Problem in using the NETCDF function NF90_GET_VAR

Hi Good Morning,

We are installting coupler Oasis3 at our site. We compiled and installed
oasis3 but there is one directory *oasis3/examples/tutorial. *
*which help in running the sample models. So during the compilation of
tutorial we are getting below error message:*
**
"read_grid_irreg.F90", line 61.16: 1513-062 (S) Generic procedure reference
can not be resolved due to incorrect actual argum
ent attributes.
"read_grid_irreg.F90", line 67.16: 1513-062 (S) Generic procedure reference
can not be resolved due to incorrect actual argum
ent attributes.
"read_grid_irreg.F90", line 76.16: 1513-062 (S) Generic procedure reference
can not be resolved due to incorrect actual argum
ent attributes.
"read_grid_irreg.F90", line 82.16: 1513-062 (S) Generic procedure reference
can not be resolved due to incorrect actual argum
ent attributes.

when we gone to "read_grid_irreg.F90 program then we found this is calling a
function NF90_GET_VAR:

+61    CALL hdlerr( NF90_GET_VAR (il_file_id, il_lon_id, irreg_lon, &
   +62       ila_what(1:2), ila_dim(1:2)), __LINE__ )
   +63    !
   +64    WRITE(w_unit,*) 'We read globalgrid_lon'
   +65    CALL flush(w_unit)
   +66    !
   +67    CALL hdlerr( NF90_GET_VAR (il_file_id, il_lat_id, irreg_lat, &
   +68       ila_what(1:2), ila_dim(1:2)), __LINE__ )
   +69    !
   +70    WRITE(w_unit,*) 'We read globalgrid_lat'
   +71    CALL flush(w_unit)
   +72    WRITE(w_unit,*) 'We read globalgrid_lat 2'
   +73    WRITE(w_unit,*) 'ila_corners', ila_corners(:)
   +74    CALL flush(w_unit)
   +75    !
   +76    CALL hdlerr( NF90_GET_VAR(il_file_id, il_clo_id, irreg_clo, &
   +77       ila_what, ila_corners), __LINE__ )
   +78    !
   +79    WRITE(w_unit,*) 'We read globalgrid_clo'
   +80    CALL flush(w_unit)
   +81    !
   +82    CALL hdlerr( NF90_GET_VAR (il_file_id, il_cla_id, irreg_cla, &
   +83       ila_what, ila_corners), __LINE__ )
We tried a lot , but not getting through , please help us to get this
problem resolved.

Regards
Arun Chaudhary
HCL Infosystems Ltd.
Camp at: NCMRWF Sec-62 Noida India.
  • 2011 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the netcdfgroup archives: