source: trunk/interp_output @ 6

Last change on this file since 6 was 2, checked in by pinsard, 18 years ago

initial import from /usr/work/fvi/OPA/geomag/

File size: 1.8 KB
Line 
1*******************************************
2*         INTERPOLATION PROGRAM           *
3*******************************************
4
5******************************************
6* USE :                                  *
7* --> Input  grid : Regular              *
8* --> Output grid : Regular or Irregular *
9******************************************
10
11I- Interpolation initialisations
12================================
13
14Field's dimension :
15 --> 2D
16Interpolation of the scalar array :
17 --> Br
18Type of the interpolation :
19 --> bilinear
20
21II- Paths initialisations
22=========================
23
24Data input file  : /usr/work/sur/fvi/OPA/geomag//condmag.nc
25Output file      : /usr/work/sur/fvi/OPA/geomag//Br_ORCA2.nc
26Target grid file : /usr/work/sur/fvi/OPA/geomag//meshmask_bab.nc
27
28III- Opening data files and reading input mask and output coordinates
29=====================================================================
30
31condmag.nc opening OK
32meshmask_bab.nc opening OK
33
34Coordinates of output grid reading OK
35
36IV- Data mask preprocessing
37===========================
38Re-arranging mask in latitudes : North-South --> South-North
39
40V- Interpolation
41================
42
43 V-1- Writing attributes of interpolated field to file
44 -----------------------------------------------------
45
46Storing coordinates
47
48Storing times and mask
49
50 V-2- Interpolating, correcting and writing field(s)
51 ---------------------------------------------------
52
53 **** ENTERING TEMPORAL LOOP ****
54
55  ***>> TIME ITERATION NUMBER :       1
56
57interpolating Br at t-point
58
59Data reading OK
60Re-arranging data in latitudes : North-South --> South-North
61
62Storing field
63
64**** END OF TEMPORAL LOOP ****
65
66Closing files
67
68*******************************************
69*      END OF INTERPOLATION PROGRAM       *
70*******************************************
Note: See TracBrowser for help on using the repository browser.