Re: mpMinLonF

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Mon Mar 10 2014 - 15:33:32 MDT

Diego,

Whenever you get a "xxZZZZZZ is not a valid resource" message, this means you have either misspelled a resource name, or you are setting a resource for a gsn_xxxxx plotting function that doesn't recognize it.

You didn't include your script or a code snippet, but my guess is that you are calling gsn_csm_contour and not gsn_csm_contour_map.

--Mary

On Mar 6, 2014, at 10:34 AM, Diego Saśl Carrió Carrió <diego.carrio@uib.es> wrote:

> Dear ncl-talk,
>
> I'm trying to plot de total precipitation obtained with COSMO's model (http://www.meteoschweiz.admin.ch/web/en/weather/models/cosmo.html), but appear the next problem:
>
> >ncl test_cosmo.ncl
>
> Copyright (C) 1995-2013 - All Rights Reserved
> University Corporation for Atmospheric Research
> NCAR Command Language Version 6.1.2
> The use of this software is governed by a License Agreement.
> See http://www.ncl.ucar.edu/ for more details.
>
> Variable: prec
> Type: float
> Total Size: 960000 bytes
> 240000 values
> Number of Dimensions: 2
> Dimensions and sizes: [lat | 400] x [lon | 600]
> Coordinates:
> lat: [33.47041..42.9797]
> lon: [-11.07282..6.373052]
> Number Of Attributes: 7
> cell_methods : time: sum
> coordinates : lon lat
> grid_mapping : rotated_pole
> units : kg m-2
> long_name : total precipitation amount
> standard_name : precipitation_amount
> time : 3600
> warning:mpMinLonF is not a valid resource in test_cosmo_contour at this time
> warning:mpMaxLonF is not a valid resource in test_cosmo_contour at this time
> warning:mpMinLatF is not a valid resource in test_cosmo_contour at this time
> warning:mpMaxLatF is not a valid resource in test_cosmo_contour at this time
>
> I think the format of the time it's the problem, but I don't sure and I'm not able to resolve it. Could you help me, please?
>
> I send you some more information about the model output:
>
> dimensions:
> time = UNLIMITED ; // (1 currently)
> bnds = 2 ;
> rlon = 600 ;
> rlat = 400 ;
> srlon = 600 ;
> srlat = 400 ;
> level = 50 ;
> level1 = 51 ;
> soil = 7 ;
> soil1 = 8 ;
> variables:
> double time(time) ;
> time:standard_name = "time" ;
> time:long_name = "time" ;
> time:units = "seconds since 2012-09-28 06:00:00" ;
> time:calendar = "proleptic_gregorian" ;
> time:bounds = "time_bnds" ;
> double time_bnds(time, bnds) ;
> time_bnds:long_name = "time bounds" ;
> time_bnds:units = "seconds since 2012-09-28 06:00:00" ;
> char rotated_pole ;
> rotated_pole:long_name = "coordinates of the rotated North Pole" ;
> rotated_pole:grid_mapping_name = "rotated_latitude_longitude" ;
> rotated_pole:grid_north_pole_latitude = 40.f ;
> rotated_pole:grid_north_pole_longitude = -170.f ;
> float rlon(rlon) ;
> rlon:standard_name = "grid_longitude" ;
> rlon:long_name = "rotated longitude" ;
> rlon:units = "degrees" ;
> float rlat(rlat) ;
> rlat:standard_name = "grid_latitude" ;
> rlat:long_name = "rotated latitude" ;
> rlat:units = "degrees" ;
> float srlon(srlon) ;
> srlon:standard_name = "grid_longitude" ;
> srlon:long_name = "staggered rotated longitude" ;
> srlon:units = "degrees" ;
> ...
>
>
> Best Regards,
>
> Diego
>
>
>
> _______________________________________________
> 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 Mon Mar 10 15:33:43 2014

This archive was generated by hypermail 2.1.8 : Fri Mar 14 2014 - 15:08:51 MDT