metno / emep-ctm

Open Source EMEP/MSC-W model
GNU General Public License v3.0
27 stars 18 forks source link

“TEST” sector definition rv.36 #93

Closed sarajutterstrom closed 2 years ago

sarajutterstrom commented 2 years ago

This question is related to an earlier question posted (#80) in the sense that it is the same setup using TEST in order to use our own sector definitions. After the help we received from you last time it ran on the previous version rv4.34. However, I have run into some problems using the 36 version. The splits work fine (which was the problem last time), but the output from sectors 12 and 13 are missing or very low. After some searching, I seem to have a problem getting the model to use the TEST_sec2hfac_map. From what I can see after adding debug code to print out sec2hfac_map in the beginning of the EmisSet subroutine, it seems like the model is using the SNAP_sec2hfac_map instead, and since I have more sectors it loops around. Could this be the problem or is this resolved later in the code?

Best regards, Sara

gitpeterwind commented 2 years ago

Hi Sara, The switch SNAP/GNFR is rather complicated. If you send me your config_emep.nml and the log output of the model (the one starting with Found 512 MPI processes available or similar) I can try to see what happens.

Best wishes, Peter

sarajutterstrom commented 2 years ago

Hi Peter,

Here is the nml file and the RunLog file (hope that’s the one you need). If you need anything else let me know. Many thanks for the help!

Best wishes, Sara

From: Peter Wind @.> Sent: den 5 oktober 2021 10:58 To: metno/emep-ctm @.> Cc: Sara Jutterström @.>; Author @.> Subject: Re: [metno/emep-ctm] “TEST” sector definition rv.36 (#93)

Hi Sara, The relation switch SNAP/GNFR is rather complicated. If you send me your config_emep.nml and the log output of the model (the one starting with Found 512 MPI processes available or similar) I can try to see what happens.

Best wishes, Peter

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmetno%2Femep-ctm%2Fissues%2F93%23issuecomment-934208414&data=04%7C01%7C%7C39903452e4dd4a756d0c08d987de4cba%7Cdf0082c6bebd421aab11b005632d0b9f%7C0%7C0%7C637690211136963063%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=1rfnkpwV9SGP218sTOrVwjxt92DPIqvevLT%2BgLGcyBs%3D&reserved=0, or unsubscribehttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAVHRW6ICQNGF72PR25LWZTDUFK43HANCNFSM5FLHRTSQ&data=04%7C01%7C%7C39903452e4dd4a756d0c08d987de4cba%7Cdf0082c6bebd421aab11b005632d0b9f%7C0%7C0%7C637690211136963063%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=T%2FInhtTFvHMkbqaafVejPLtssawbj6F05VcM2nSSuoc%3D&reserved=0. Triage notifications on the go with GitHub Mobile for iOShttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapps.apple.com%2Fapp%2Fapple-store%2Fid1477376905%3Fct%3Dnotification-email%26mt%3D8%26pt%3D524675&data=04%7C01%7C%7C39903452e4dd4a756d0c08d987de4cba%7Cdf0082c6bebd421aab11b005632d0b9f%7C0%7C0%7C637690211136973013%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=AKvULcRAZwO8EwCDwtpmpYT2NWNzY0pwmkxWvNIKHK8%3D&reserved=0 or Androidhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.github.android%26referrer%3Dutm_campaign%253Dnotification-email%2526utm_medium%253Demail%2526utm_source%253Dgithub&data=04%7C01%7C%7C39903452e4dd4a756d0c08d987de4cba%7Cdf0082c6bebd421aab11b005632d0b9f%7C0%7C0%7C637690211136982972%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=HP%2FQGOUkD%2FW%2FaI4GHaKuldueN0YziBhKef29pRA431w%3D&reserved=0.

gitpeterwind commented 2 years ago

I could not see the files. Perhaps use directly my email (peter.wind@met.no), and not github. Mvh Peter

gitpeterwind commented 2 years ago

And preferably not the runlog, but "what you see on the screen", which is more complete than runlog.

gitpeterwind commented 2 years ago

Thanks for the logs and config.

Try to add a line in the config_emep.nml:

USES%SECTORS_NAME='TEST',

Those sector definitions are confusing, and we have reorganized them in the next version, to make them more transparent and easy to modify.

sarajutterstrom commented 2 years ago

Yes it seems to be working now, the heights are the TEST-defined ones and I get output from the sectors that I was missing. Many thanks for the help, much appreciated!

/Sara

From: Peter Wind @.> Sent: den 5 oktober 2021 14:37 To: metno/emep-ctm @.> Cc: Sara Jutterström @.>; Author @.> Subject: Re: [metno/emep-ctm] “TEST” sector definition rv.36 (#93)

Thanks for the logs and config.

Try to add a line in the config_emep.nml:

USES%SECTORS_NAME='TEST',

Those sector definitions are confusing, and we have reorganized them in the next version, to make them more transparent and easy to modify.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fmetno%2Femep-ctm%2Fissues%2F93%23issuecomment-934371005&data=04%7C01%7C%7C59e3effd8b954ae4718908d987fcd88f%7Cdf0082c6bebd421aab11b005632d0b9f%7C0%7C0%7C637690342338279542%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=gEolKGtQLHxdw3tTdpwuyzFDjtDWakW%2FPS%2B2HMGjEAk%3D&reserved=0, or unsubscribehttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAVHRW6PWEYI5VZOIPR5H55TUFLWPHANCNFSM5FLHRTSQ&data=04%7C01%7C%7C59e3effd8b954ae4718908d987fcd88f%7Cdf0082c6bebd421aab11b005632d0b9f%7C0%7C0%7C637690342338289486%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=dNxLT7bvEv1i1oyKx6LhMPpjFHkfaohVeOMTRyWmrR4%3D&reserved=0. Triage notifications on the go with GitHub Mobile for iOShttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapps.apple.com%2Fapp%2Fapple-store%2Fid1477376905%3Fct%3Dnotification-email%26mt%3D8%26pt%3D524675&data=04%7C01%7C%7C59e3effd8b954ae4718908d987fcd88f%7Cdf0082c6bebd421aab11b005632d0b9f%7C0%7C0%7C637690342338289486%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=u2CJ21YGxDO282%2BsrWV%2B7LZzgN0lSRX83TB%2BqSfn2NA%3D&reserved=0 or Androidhttps://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fplay.google.com%2Fstore%2Fapps%2Fdetails%3Fid%3Dcom.github.android%26referrer%3Dutm_campaign%253Dnotification-email%2526utm_medium%253Demail%2526utm_source%253Dgithub&data=04%7C01%7C%7C59e3effd8b954ae4718908d987fcd88f%7Cdf0082c6bebd421aab11b005632d0b9f%7C0%7C0%7C637690342338299445%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=xNApmS2Ib4RFzyrrA6YCsc5UZQ2CY4giVowtgx%2FUTZ0%3D&reserved=0.

gitpeterwind commented 2 years ago

Good! then we can close this issue. (You can simply reopen it if there are additional things you want to add)