-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PODs calculation with ad-hoc SGS and EGS #114
Comments
Hi Massimo, Also, the printout says lat = 67 degN. That is far north for a UK site and wheat growing, and is I suspect the source of your problem ;-) /Dave |
Hi Dave, The issue in EMEPrv4.45 is that if the SGS50 and EGS50 are not distant enough the calculated SGS and EGS that are adjusted for the latitude and elevation are less than 20 days apart. If not a long list of locations (across Europe) violate the 20 days. SGS=187 and EGS=183 have been after the calculation. As an example, I used the follow setup for POTATO: With this (or similar) in some places the calculated SGS and EGS stops the model. |
With those potato settings the GS should always be 71 days (216-146+1), since the DSGS and DEGS are zero. For wheat the GS should also stay constant, since we be default set DSGS = DEGS = 2.57. Thus SGS gets later as one progresses away from 50 deg N, but so does EGS. (This is different for e.g. forests, where the GS gets shorter with latitude.) |
.....mmmmm... Do the Input_LandDefs and Input_DO3SE file need to have the same structure? maybe that's my problem...the location of POTATO is different. I'll do more tests before using more of your time :) |
The land-cover need to be in the same order. |
Hi Massimo, is this sorted out now? If so, we can close the issue. |
Hi Dave, in short yes. I managed to output the PODs in rv4.45 if I append my PODs to the one already included in the config. This was superseded by the release of rv5.0 where I managed to output all the PODs following your suggestion to re-name my additional land types with the prefix "IAM_". |
I guess the "IAM_" prefix is checked here: ... this is how my additional entry in the Input_LandDefs.csv looks like: I suppose only the name need to have the prefix "IAM_"? |
Hi,
I am using the latest rv4.45 to calculate some PODs over the UK. I have an issue when I want to use a later SGS (let say for WHEAT) SGS=141 and earlier end of growing season EGS= 180. These options do trigger the 20 days check (the comment in the cods says 30 days) for the minimum growing season at specific altitude and latitude combination.
EMEP error and stop:
LUtopo:iTopo problem too short GS: 33.9057426452637 187
183 67.8665699207478 46.4848414259221
My workaround (not fully tested) is as follow:
Workaround: new SGS and EGS :
LUtopo: Assumed GS of 20 days centred on the new SGS 33.9057426452637
177 197 67.8665699207478 46.4848414259221
Massimo
The text was updated successfully, but these errors were encountered: