Git Product home page Git Product logo

Comments (8)

srcarter3 avatar srcarter3 commented on June 2, 2024

Hi there,

Can you try with either APCPN or TP like the following:

193:193:Total precipitation:m:APCPN
193:193:Total precipitation:m:TP

Can you let me know any of those fixes the problem?

Also, if you could look at the /awips2/edex/logs/edex-ingestGrib-20240209.log and see if there's any output in there when trying to manually ingest a ECMWF file, that could be helpful?

Thanks.

from awips2.

GarryLai avatar GarryLai commented on June 2, 2024

Hi there,

Can you try with either APCPN or TP like the following:

193:193:Total precipitation:m:APCPN 193:193:Total precipitation:m:TP

Can you let me know any of those fixes the problem?

Also, if you could look at the /awips2/edex/logs/edex-ingestGrib-20240209.log and see if there's any output in there when trying to manually ingest a ECMWF file, that could be helpful?

Thanks.

It seems that didn`t help.

from awips2.

srcarter3 avatar srcarter3 commented on June 2, 2024

Can you please try again today and post the /awips2/edex/logs/edex-ingestGrib-20240212.log file?

from awips2.

chungyi886 avatar chungyi886 commented on June 2, 2024

Simply replaced “193:193:Total precipitation:m:ECMWFTP” in /awips2/edex/data/utility/common_static/base/grib/tables/98/0/4.2.0.1.table and then restarted EDEX. After feeding the ecmwf grib2 files,the edex server got the new parameter ECMWFTP . Next step is adding a new derivative parameter TPA which is ECMWFTP value multiplied by 1000 and assigned its unit is mm. I hope this answers your question.

from awips2.

GarryLai avatar GarryLai commented on June 2, 2024

Simply replaced “193:193:Total precipitation:m:ECMWFTP” in /awips2/edex/data/utility/common_static/base/grib/tables/98/0/4.2.0.1.table and then restarted EDEX. After feeding the ecmwf grib2 files,the edex server got the new parameter ECMWFTP . Next step is adding a new derivative parameter TPA which is ECMWFTP value multiplied by 1000 and assigned its unit is mm. I hope this answers your question.

How can I add a derivative parameter?

from awips2.

chungyi886 avatar chungyi886 commented on June 2, 2024

Derived parameters definitions are in the directory /awips2/edex/data/utility/common_static/base/derivedParameters/definitions .

Try to add a new parameter TPA.xml :
<DerivedParameter unit="mm" name="Total precipitation Accumulation” abbreviation="TPA">
...
TPA.xml.txt

from awips2.

srcarter3 avatar srcarter3 commented on June 2, 2024

@GarryLai Are you using the same input file to test your changes?
EDEX won't process duplicate entries unless you clean out the database and hdf5/ directory. I think it's easier to use different files when testing, because of this.

from awips2.

GarryLai avatar GarryLai commented on June 2, 2024

I find the way!
What I need is add these two lines in /awips2/edex/data/utility/common_static/base/grib/tables/98/0/4.2.0.1.table

8:8:Missing
193:193:Total precipitation:m:APCP:TP

The reason is that "TP" was assigned to ID 8 in /awips2/edex/data/utility/common_static/base/grib/tables/-1/-1/4.2.0.1.table.
So we need to override this.

In the same way, add these two lines in /awips2/edex/data/utility/common_static/base/grib/tables/98/0/4.2.2.0.table

5:5:Missing
201:201:Water runoff:m:WATR

Thanks for everyone's helping!

from awips2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.