[Met_help] [rt.rap.ucar.edu #92396] History for About running MODE

George McCabe via RT met_help at ucar.edu
Mon Mar 2 09:34:08 MST 2020


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Dear All,
I have successfully installed met and run it previously . This time, I am trying to run MODE  again,
I got the following error:
gopi at gopi:~/MET/met-8.0/work/13_aug_sim$ ./mode_run.sh 

*** Running MODE on APCP using netCDF input for both forecast and observation ***
DEBUG 1: Default Config File: /home/gopi/MET/met-8.0/share/met/config/MODEConfig_default
DEBUG 1: Match Config File: /home/gopi/MET/met-8.0/work/13_aug_sim/MODEConfig_APCP
DEBUG 1: Merge Config File: /home/gopi/MET/met-8.0/work/13_aug_sim/MODEConfig_APCP
WARNING: 
WARNING: NcCfFile::open() -> could not determine the valid time, using 0.
WARNING: 
WARNING: 
WARNING: NcCfFile::open() -> could not determine the valid time, using 0.
WARNING: 
ERROR  : 
ERROR  : NcCfFile::get_grid_from_grid_mapping() -> Cannot extract grid mapping variable (crs) from netCDF file.
ERROR  : 

I am too much worried about it. Also, I have attached the observation and forecast file and mode run script.

Any help and suggestions would be highly appreciated.



With Regards     ...........................................Govind Kumar Jha    
............................................ Assistant Meteorologist 
Department of Hydrology and Meteorology (DHM)
Office of Hydrology and MeteorologyGautam Buddha Airport,BhairahawaSidharthanagar-4,Rupandehi, Nepal

Tel: +977 071 504262, 
www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
................................................ Mobile Number: 9779846265433 email id: govind_jha65 at yahoo.com................................................                    

----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: About running MODE
From: George McCabe
Time: Tue Oct 01 11:26:27 2019

Hi Govind,

I see you are having issues running MODE. I am currently looking into
this
issue and will report back to you soon. The warning and error messages
suggest that the input NetCDF files do not have the correct format for
time
and grid information, but if you were able to process these files
previously then this may not be the case. Do you recall which version
of
MET you were using to get a successful run?

Thanks,
George

On Tue, Oct 1, 2019 at 7:55 AM Govind Jha via RT <met_help at ucar.edu>
wrote:

>
> Tue Oct 01 01:54:39 2019: Request 92396 was acted upon.
> Transaction: Ticket created by govind_jha65 at yahoo.com
>        Queue: met_help
>      Subject: About running MODE
>        Owner: Nobody
>   Requestors: govind_jha65 at yahoo.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92396 >
>
>
> Dear All,
> I have successfully installed met and run it previously . This time,
I am
> trying to run MODE  again,
> I got the following error:
> gopi at gopi:~/MET/met-8.0/work/13_aug_sim$ ./mode_run.sh
>
> *** Running MODE on APCP using netCDF input for both forecast and
> observation ***
> DEBUG 1: Default Config File:
> /home/gopi/MET/met-8.0/share/met/config/MODEConfig_default
> DEBUG 1: Match Config File:
> /home/gopi/MET/met-8.0/work/13_aug_sim/MODEConfig_APCP
> DEBUG 1: Merge Config File:
> /home/gopi/MET/met-8.0/work/13_aug_sim/MODEConfig_APCP
> WARNING:
> WARNING: NcCfFile::open() -> could not determine the valid time,
using 0.
> WARNING:
> WARNING:
> WARNING: NcCfFile::open() -> could not determine the valid time,
using 0.
> WARNING:
> ERROR  :
> ERROR  : NcCfFile::get_grid_from_grid_mapping() -> Cannot extract
grid
> mapping variable (crs) from netCDF file.
> ERROR  :
>
> I am too much worried about it. Also, I have attached the
observation and
> forecast file and mode run script.
>
> Any help and suggestions would be highly appreciated.
>
>
>
> With Regards     ...........................................Govind
Kumar
> Jha
> ............................................ Assistant Meteorologist
> Department of Hydrology and Meteorology (DHM)
> Office of Hydrology and MeteorologyGautam Buddha
> Airport,BhairahawaSidharthanagar-4,Rupandehi, Nepal
>
> Tel: +977 071 504262,
> www.dhm.gov.np, www.hydrology.gov.np, www.mfd.gov.np
> ................................................ Mobile Number:
> 9779846265433 email id:
govind_jha65 at yahoo.com................................................
>
>

------------------------------------------------
Subject: About running MODE
From: George McCabe
Time: Tue Oct 01 19:52:48 2019

Hi Govind,

It looks like the APCP field in the file govinda_precipitation_13_aug2
has
its grid_mapping attribute set to 'crs,' but that field is not found
in the
file.

        float APCP(lat, lon) ;
                APCP:missing_value = -3.4e+38f ;
                APCP:remap = "remapped via ESMF_regrid_with_weights:
First-order Conservative" ;
                APCP:max = 392.617990576069 ;
                APCP:min = 0. ;
                APCP:proj4 = "+proj=longlat +ellps=WGS84 +datum=WGS84
+towgs84=0,0,0" ;
*                APCP:grid_mapping = "crs" ;*
                APCP:_FillValue = -3.4e+38f ;

Because the value is set to 'crs,' MET is looking for a field with
that
same name to define grid information. You can either add the crs field
back
into the file so it can read the grid information from it, or you can
remove the 'grid_mapping' attribute from APCP and let it determine
grid
information another way. Here is the command to remove the attribute:

/usr/local/nco/bin/ncatted -a grid_mapping,APCP,d,,
govinda_precipitation_13_aug2.nc out.nc

For more information on CF-compliant grid information, see
http://cfconventions.org/Data/cf-conventions/cf-conventions-1.7/cf-
conventions.html#grid-mappings-and-projections
.

Please let me know if you need any more help.

Thanks,
George



On Tue, Oct 1, 2019 at 11:26 AM The RT System itself via RT <
met_help at ucar.edu> wrote:

>
> Tue Oct 01 11:26:27 2019: Request 92396 was acted upon.
> Transaction: Given to mccabe (George McCabe) by RT_System
>        Queue: met_help
>      Subject: About running MODE
>        Owner: mccabe
>   Requestors: govind_jha65 at yahoo.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92396 >
>
>
> This transaction appears to have no content
>

------------------------------------------------


More information about the Met_help mailing list