Re: pop regrid

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu Aug 04 2011 - 11:11:21 MDT

Hi Wei,

Here's some info about getting the files you need:

http://www.ncl.ucar.edu/Applications/popwgtfiles.shtml

You will have to register on the site before you can get the files.

--Mary

On Aug 4, 2011, at 10:46 AM, Wei Liu wrote:

> Hi, there
>
> I want to regrid POP ocean data from CCSM3 T31gx3v5,
> but get some error:
>
> (0)
> (0) create_rmpPopFileName: ./map_gx3v5_to_1x1d_bilin_da_060302.nc
> ls: rot_*: No such file or directory
> (0) create_rotPopFileName: file not recognized/found: rot_gx3v5.nc
> (0) create_rotPopFileName: dir searched: ./
>
>
> It seems that the file of "rot_gx3v5.nc" is needed.
> even though I have already copied the file " map_gx3v5_to_1x1d_bilin_da_060302.nc"
> under the current dictionary.
>
> So where can I get the file "rot_gx3v5.nc" if it really needed?
>
>
> Thanks~
>
>
>
> Below is my ncl scripts
>
>
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/popRemap.ncl"
> ;************************************************
> begin
> f1 = addfile("b30.00.pop.nc","r")
>
> u1 = f1->UVEL
> v1 = f1->VVEL
>
> ;************************************************
> ; convert pop to a 1x1 degree grid
> ;************************************************
> remap1 = PopLatLonV(u1,v1,"gx3v5","1x1d","bilin","da","060302")
>
>
>
> W
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Aug 4 11:11:28 2011

This archive was generated by hypermail 2.1.8 : Fri Aug 05 2011 - 14:53:55 MDT