pop regrid

From: Wei Liu <wliu5ster_at_nyahnyahspammersnyahnyah>
Date: Thu Aug 04 2011 - 10:46:29 MDT

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
Received on Thu Aug 4 10:46:37 2011

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