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
cdo
Commits
4acf382c
Commit
4acf382c
authored
Nov 30, 2008
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
0a257b1b
Changes
5
Hide whitespace changes
Inline
Side-by-side
src/Merstat.c
View file @
4acf382c
...
...
@@ -32,6 +32,7 @@
#include
"cdi.h"
#include
"cdo.h"
#include
"cdo_int.h"
#include
"grid.h"
#include
"pstream.h"
#include
"functs.h"
...
...
src/Output.c
View file @
4acf382c
...
...
@@ -2,7 +2,7 @@
This file is part of CDO. CDO is a collection of Operators to
manipulate and analyse Climate model Data.
Copyright (C) 2003-200
6
Uwe Schulzweida, Uwe.Schulzweida@zmaw.de
Copyright (C) 2003-200
8
Uwe Schulzweida, Uwe.Schulzweida@zmaw.de
See COPYING file for copying and redistribution conditions.
This program is free software; you can redistribute it and/or modify
...
...
@@ -29,6 +29,7 @@
#include
"cdi.h"
#include
"cdo.h"
#include
"cdo_int.h"
#include
"grid.h"
#include
"pstream.h"
...
...
src/Outputgmt.c
View file @
4acf382c
...
...
@@ -40,6 +40,7 @@
#include
"cdi.h"
#include
"cdo.h"
#include
"cdo_int.h"
#include
"grid.h"
#include
"pstream.h"
#include
"color.h"
...
...
src/Zonstat.c
View file @
4acf382c
...
...
@@ -32,6 +32,7 @@
#include
"cdi.h"
#include
"cdo.h"
#include
"cdo_int.h"
#include
"grid.h"
#include
"pstream.h"
#include
"functs.h"
...
...
src/remaplib.c
View file @
4acf382c
...
...
@@ -1489,7 +1489,7 @@ void grid_search(REMAPGRID *rg, int *src_add, double *src_lats, double *src_lons
ny
=
src_grid_dims
[
1
];
#ifdef REMAPTEST
printf
(
"min_add, max_add, nx, ny %d %d %d %d
\n
"
,
min_add
,
max_add
,
nx
,
ny
);
printf
(
"min_add, max_add,
diff_add,
nx, ny %d %d %d
%d
%d
\n
"
,
min_add
,
max_add
,
max_add
-
min_add
,
nx
,
ny
);
#endif
/* srch_loop */
...
...
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