Giter VIP home page Giter VIP logo

Comments (4)

avaldebe avatar avaldebe commented on September 14, 2024
  1. The Monthly time factors are in a folder ‘MonthlyFacs_eclipse_V6b_snap_xJun2012’. Two questions.
    a. Are the data correct? The folder says ‘xJun2012’ and the files themselves are from February 2021. The input data downloaded with 4.45 says ‘MonthlyFacs_eclipse_V6b_snap_may2021’ and has data from may 2021. In the msc report (p.164), it is said that the Monthly time profiles are updated. Do I have the right version?

Yes, the files are correct. I created the input tar file from the files we regularly use.
Since the rv4.45 release we found that the older MonthlyFacs dataset produced better results.

We have had good results with v5.0 and the CAMS TEMPO v3.2/v4.1 simplified climatological temporal profiles. Alas, we are not able to re-distribute them at the moment.

b. Secondly, the emissions are in GNFR sectors, 13 in total. I think the monthly time factors are in SNAP, 11 sectors in total. How does this work? Are the GNFR sectors coupled to SNAP sectors?

The SNAP to GNFR sectors are mapped internally, but I do not know the dertails.
@gitpeterwind do you know how this is done on the model?

In any case, the following lines on the configuration are necessary to read the ‘MonthlyFacs_eclipse_V6b_snap_xJun2012’ temporal profiles:

emep-ctm/config_emep.nml

Lines 13 to 14 in 78abe58

MonthlyFacFile = 'DataDir/MonthlyFacs_eclipse_V6b_snap_xJun2012/MonthlyFacs.POLL',
MonthlyFacBasis = 'GENEMIS',

The model checks for the xJun2012 on the path name

case("GENEMIS") ! check eclipse not in FacFile
call CheckStop(index(MonthlyFacFile,'xJun2012')<1, & !CRUDE and TMP!
dtxt//'Incostistent:'//trim(MonthlyFacBasis)//' vs '//MonthlyFacFile)

2. In the report, it is said that a mask is added for Desert areas. Could you elaborate on how this works and how it affects PM emissions? Does it only affect emissions in Desert areas, or also in the Netherlands (we have some dune areas which I recall are also classified as desert in EMEP)

I do not know the details. @mifads can you answer this part?

from emep-ctm.

gitpeterwind avatar gitpeterwind commented on September 14, 2024
   b.	Secondly, the emissions are in GNFR sectors, 13 in total. I think the monthly time factors are in SNAP, 11 sectors in total. How does this work? Are the GNFR sectors coupled to SNAP sectors?

Yes, the time factors are mapped: 11 time factors are defined (they are still the one from SNAP, until we will get new ones). The 13 GNFR sectors are then using the 11 time factors defined.

from emep-ctm.

mifads avatar mifads commented on September 14, 2024

Yes, these MonthylFacs are confusing. I hope we will have a cleaner system for the next release, but for now xJune2012 is fine.

Peter and Alvaro have answered about the factors, so I just comment on the deserts here. First, here's the quick-n-dirty ncview of the raw polar-stereographic landcover of areas classified as "desert" (EMEP code DE):
desertsfromPS

You can see that there are small patches of DE along coastlines, but also in some odd places - e.g. Scottish highlands or the Alps. These likely stem from "bare-soil" or "barren" being counted as DE at some stage. The patch here near Almeria in Spain was causing big problems with PM predictions - being far too high as the model produced dust from this area. As an interim fix for this issue we implemented the "Olson" desert mask. If you run the model with DEBUG%DUST = T you will get a netcdf file PRINTCDF_Deserts_Olson.nc which shows the areas which are retained as desert (red below) and those which are reclassified as "bare" in green. Sadly, this has removed e.g. the Dutch sand-dunes, but it has also removed the problematic Alermia deserts. In future I would hope to use much more modern land-cover maps, with more unity between the European and global land-cover, but this also needs a reconsideration of biogenic VOC emssions, and will not be done in the next months.

Users can of course create their own land-cover maps to use in place of the default ones, or one could omit the Olson mask entirely if interested in the NL.

deserts4emep
e.

from emep-ctm.

SebastiaanHazelhorst avatar SebastiaanHazelhorst commented on September 14, 2024

Thank you all for the fast and clear response! It is good to know that the monthly factors are as intended and that the dune area's in the Netherlands are regarded as Bare soil, probably resulting in smallerParticulate matter concentrations. We will test some of the changes as well in order to see what the effects are on the results with the EMEP4NL configuration.
Kind regards
Sebastiaan

from emep-ctm.

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.