******************************************* * INTERPOLATION PROGRAM * ******************************************* ****************************************** * USE : * * --> Input grid : Regular * * --> Output grid : Regular or Irregular * ****************************************** I- Interpolation initialisations ================================ Field's dimension : --> 2D Interpolation of the scalar array : --> Br Type of the interpolation : --> bilinear II- Paths initialisations ========================= Data input file : /usr/work/sur/fvi/OPA/geomag//condmag.nc Output file : /usr/work/sur/fvi/OPA/geomag//Br_ORCA2.nc Target grid file : /usr/work/sur/fvi/OPA/geomag//meshmask_bab.nc III- Opening data files and reading input mask and output coordinates ===================================================================== condmag.nc opening OK meshmask_bab.nc opening OK Coordinates of output grid reading OK IV- Data mask preprocessing =========================== Re-arranging mask in latitudes : North-South --> South-North V- Interpolation ================ V-1- Writing attributes of interpolated field to file ----------------------------------------------------- Storing coordinates Storing times and mask V-2- Interpolating, correcting and writing field(s) --------------------------------------------------- **** ENTERING TEMPORAL LOOP **** ***>> TIME ITERATION NUMBER : 1 interpolating Br at t-point Data reading OK Re-arranging data in latitudes : North-South --> South-North Storing field **** END OF TEMPORAL LOOP **** Closing files ******************************************* * END OF INTERPOLATION PROGRAM * *******************************************