Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
a637468a
Commit
a637468a
authored
Aug 07, 2008
by
Uwe Schulzweida
Browse files
rename grid_lambert.c to grid_lcc.c
parent
41893245
Changes
7
Hide whitespace changes
Inline
Side-by-side
.gitattributes
View file @
a637468a
...
...
@@ -113,7 +113,7 @@ src/griblib.c -text
src/grid.c -text
src/grid.h -text
src/grid_gme.c -text
src/grid_l
ambert
.c -text
src/grid_l
cc
.c -text
src/grid_rot.c -text
src/ieg.h -text
src/ieglib.c -text
...
...
config/default
View file @
a637468a
...
...
@@ -43,7 +43,7 @@ case "${HOSTNAME}" in
./configure
--prefix
=
$HOME
/local/SUN64
\
--with-netcdf
=
/scratch/small/m214/m214089/local/SunOS64
\
--with-szlib
=
$HOME
/local/solaris10
\
CC
=
cc
CFLAGS
=
"-g -mt -
fast
-xtarget=native -m64"
CC
=
cc
CFLAGS
=
"-g -mt -
xO3
-xtarget=native -m64"
;;
# sx6-nec-superux12.2
cs
*
)
...
...
src/Makefile.am
View file @
a637468a
...
...
@@ -31,7 +31,7 @@ libcdi_a_SOURCES = \
grid.c
\
grid_rot.c
\
grid_gme.c
\
grid_l
ambert.c
\
grid_l
cc.c
\
zaxis.c
\
stream.c
\
stream_var.c
\
...
...
src/Makefile.in
View file @
a637468a
...
...
@@ -66,7 +66,7 @@ am_libcdi_a_OBJECTS = cdiFortran.$(OBJEXT) cdi_error.$(OBJEXT) \
stream_history.
$(OBJEXT)
stream_grb.
$(OBJEXT)
\
stream_cdf.
$(OBJEXT)
stream_srv.
$(OBJEXT)
stream_ext.
$(OBJEXT)
\
stream_ieg.
$(OBJEXT)
grid.
$(OBJEXT)
grid_rot.
$(OBJEXT)
\
grid_gme.
$(OBJEXT)
grid_l
ambert
.
$(OBJEXT)
zaxis.
$(OBJEXT)
\
grid_gme.
$(OBJEXT)
grid_l
cc
.
$(OBJEXT)
zaxis.
$(OBJEXT)
\
stream.
$(OBJEXT)
stream_var.
$(OBJEXT)
stream_record.
$(OBJEXT)
\
tsteps.
$(OBJEXT)
stream_int.
$(OBJEXT)
servicelib.
$(OBJEXT)
\
extralib.
$(OBJEXT)
ieglib.
$(OBJEXT)
cdf.
$(OBJEXT)
\
...
...
@@ -224,7 +224,7 @@ libcdi_a_SOURCES = \
grid.c
\
grid_rot.c
\
grid_gme.c
\
grid_l
ambert.c
\
grid_l
cc.c
\
zaxis.c
\
stream.c
\
stream_var.c
\
...
...
@@ -380,7 +380,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/griblib.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/grid.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/grid_gme.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/grid_l
ambert
.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/grid_l
cc
.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/grid_rot.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/ieglib.Po@am__quote@
@AMDEP_TRUE@@am__include@
@am__quote@./$(DEPDIR)/institution.Po@am__quote@
...
...
src/grid_l
ambert
.c
→
src/grid_l
cc
.c
View file @
a637468a
File moved
src/make_cdilib
View file @
a637468a
...
...
@@ -72,7 +72,7 @@ c="dmemory.c \
ieglib.c
\
grid_rot.c
\
grid_gme.c
\
grid_l
ambert.c
\
grid_l
cc.c
\
grid.c
\
zaxis.c
\
cdf_int.c
\
...
...
src/stream_cdf.c
View file @
a637468a
...
...
@@ -2151,6 +2151,12 @@ void cdfDefGrid(int streamID, int gridID)
{
cdfDefCell
(
streamID
,
gridID
);
}
/*
else if ( gridtype == GRID_LCC )
{
cdfDefLcc(streamID, gridID);
}
*/
else
{
Error
(
func
,
"%s grid unsupported!"
,
gridNamePtr
(
gridtype
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment