[RegCNET] Re: ERSST

Gil Lizcano glizcano at geog.ucl.ac.uk
Tue Aug 2 13:37:35 CEST 2005


Hello again,

I forgot to change the loop to setup lat/lon in SST_1DEG.f:

    DO I=0,MLON-1
          LONI(I+1) =   2.*FLOAT(I)
    ENDDO
    DO J=1,NLAT
          LATI(J) = -88.0 + 2.* FLOAT(J-1)
    ENDDO

Now it works.

Gil

|| glizcano_at_geog.ucl.ac.uk
|| Geography UCL London UK

---------- Forwarded message ----------
Date: Mon, 1 Aug 2005 12:54:58 +0100 (BST)
From: Gil Lizcano <glizcano at geog.ucl.ac.uk>
To: regcnet at lists.ictp.it
Subject: ERSST


Hello,

I would like to use NOAA Extended Reconstructed Sea Surface Temperature
(ftp://ftp.cdc.noaa.gov/pub/Datasets/noaa.ersst) instead of the OI SST.
These two dataset have the same netcdf format apart the dimension 
(ilon=180,ilat=89,starting_time=1854). A ncdump -h gives the same information.

I changed ilat, ilon parametres and set it=(NYEAR-1854)*12+MONTH in sst_mn.f. I 
also have modified SST_1DEG.f lat/lon dimension.

The output RCM_SST does not correspond to my domain area and missing values are 
read wrong.

Any idea what other changes I have to make?

Many many thanks

Gil

|| glizcano_at_geog.ucl.ac.uk
|| Geography UCL London UK



More information about the RegCNET mailing list