Home
last modified time | relevance | path

Searched refs:START_LON (Results 1 – 25 of 34) sorted by relevance

12

/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/examples/F77/
H A Dpres_temp_4D_rd.f75 integer START_LAT, START_LON
76 parameter (START_LAT = 25.0, START_LON = -125.0)
105 if (lons(lon) .ne. START_LON + (lon - 1) * 5.0) stop 2
H A Dsfc_pres_temp_wr.f44 real START_LAT, START_LON
45 parameter (START_LAT = 25.0, START_LON = -125.0)
81 lons(lon) = START_LON + (lon - 1) * 5.0
H A Dsfc_pres_temp_rd.f62 real START_LAT, START_LON
63 parameter (START_LAT = 25.0, START_LON = -125.0)
114 if (lons(lon) .ne. START_LON + (lon - 1) * 5.0) stop 2
H A Dpres_temp_4D_wr.f74 integer START_LAT, START_LON
75 parameter (START_LAT = 25.0, START_LON = -125.0)
89 lons(lon) = START_LON + (lon - 1) * 5.0
/dports/science/netcdf-cxx/netcdf-cxx4-4.3.1/examples/
H A Dpres_temp_4D_plugin_rd.cpp36 static const float START_LON = -125.0; variable
72 if (lons[lon] != START_LON + 5. * lon) in main()
H A Dsfc_pres_temp_wr.cpp47 #define START_LON -125.0 macro
69 lons[lon] = START_LON + 5.*lon; in main()
H A Dpres_temp_4D_rd.cpp36 static const float START_LON = -125.0; variable
72 if (lons[lon] != START_LON + 5. * lon) in main()
H A Dsfc_pres_temp_rd.cpp34 static const float START_LON = -125.0; variable
81 if (lonsIn[lon] != START_LON + 5. * lon) in main()
H A Dpres_temp_4D_wr.cpp47 #define START_LON -125.0 macro
81 lons[lon] = START_LON + 5. * lon; in main()
H A Dpres_temp_4D_plugin_wr.cpp55 #define START_LON -125.0 macro
90 lons[lon] = START_LON + 5. * lon; in main()
/dports/science/netcdf-fortran/netcdf-fortran-4.5.3/examples/F90/
H A Dpres_temp_4D_rd.f9068 real, parameter :: START_LAT = 25.0, START_LON = -125.0 variable
93 if (lons(lon) /= START_LON + (lon - 1) * 5.0) stop 2
H A Dnc4_sfc_pres_temp_wr.f9041 real, parameter :: START_LAT = 25.0, START_LON = -125.0 variable
75 lons(lon) = START_LON + (lon - 1) * 5.0
H A Dsfc_pres_temp_wr.f9041 real, parameter :: START_LAT = 25.0, START_LON = -125.0 variable
75 lons(lon) = START_LON + (lon - 1) * 5.0
H A Dsfc_pres_temp_rd.f9057 real, parameter :: START_LAT = 25.0, START_LON = -125.0 variable
100 if (lons(lon) /= START_LON + (lon - 1) * 5.0) stop 2
H A Dpres_temp_4D_wr.f9067 real, parameter :: START_LAT = 25.0, START_LON = -125.0 variable
82 lons(lon) = START_LON + (lon - 1) * 5.0
H A Dnc4_pres_temp_4D_wr.f9067 real, parameter :: START_LAT = 25.0, START_LON = -125.0 variable
82 lons(lon) = START_LON + (lon - 1) * 5.0
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/examples/C/
H A Dpres_temp_4D_rd.c48 #define START_LON -125.0 macro
108 if (lons[lon] != START_LON + 5.*lon) in main()
H A Dsfc_pres_temp_rd.c35 #define START_LON -125.0 macro
113 if (lons_in[lon] != START_LON + 5.*lon) in main()
H A Dsfc_pres_temp_wr.c39 #define START_LON -125.0 macro
81 lons[lon] = START_LON + 5.*lon; in main()
H A Dpres_temp_4D_wr.c43 #define START_LON -125.0 macro
89 lons[lon] = START_LON + 5.*lon; in main()
/dports/science/netcdf/netcdf-c-4.7.4/examples/C/
H A Dpres_temp_4D_rd.c49 #define START_LON -125.0 macro
109 if (lons[lon] != START_LON + 5.*lon) in main()
H A Dsfc_pres_temp_wr.c41 #define START_LON -125.0 macro
83 lons[lon] = START_LON + 5.*lon; in main()
H A Dsfc_pres_temp_rd.c36 #define START_LON -125.0 macro
114 if (lons_in[lon] != START_LON + 5.*lon) in main()
H A Dpres_temp_4D_wr.c46 #define START_LON -125.0 macro
92 lons[lon] = START_LON + 5.*lon; in main()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/test/C/
H A Dpres_temp_4D_rd.c56 #define START_LON -125.0 macro
140 if (lons[lon] != START_LON + 5.*lon) in main()

12