Migration to plugin template and add climpact functionality
In this merge request, w migrated the plugin to the plugin template and added Climpact functionality with the specified configuration. Please check the README for instructions on plug and testing the plugin. Let me know if you face any issues. Also, we should schedule a meeting to discuss the next steps on the statistical methods together.
But still there is a big room for developing here. Files organization don't look good to me which we need to take care of that.
One production test is located here. So it mean every time you push into the repository, you test the plugin on production as I did in the following link. But no worries, in the meeting I explain it in detail
Closes #1 (closed)
Merge request reports
Activity
changed milestone to %NUKLEUS Emergency Patch 2024-11
requested review from @g300050
assigned to @k202187
added Priority | High 👁️🗨️ Review Needed 👥 User Story 👨🔬 Ready for Test labels
added 7 commits
-
936f93ce...8ee7d1fb - 6 commits from branch
main
- 6033350b - Merge branch 'main' into 'migration'
-
936f93ce...8ee7d1fb - 6 commits from branch
@g300050, could you please let me know your time availability to throw a meeting together to talk about the next steps and I will show you a playground that you can continue working on developing the statistical method from there. There is no rush, take your time. Thanks
Or before having meeting with Astrid, let's have a meeting together, I will show you the playground and start point of developing, then you can share it with Astrid as well. what do you think?
I wanna only demonstrate you a designed environment for development. The main goal that I started with you, because I want to get your feedbacks on this development environment and then officially in the next plugin meeting I will demonstrate to all.
Good morning @g300050, since Levante is down until Thursday, let's figure a datetime out after Friday to throw the meeting for this plugin. yes?
Monday, 11 Nov 8:00 - approx. Thursday, 14 Nov 18:00
@g300050 Since configuration and installation of packages takes a bit of time, I think let's first get the configuration of the plugin done on Levante and then take other steps in the meeting together, yes?
Instruction to plug the plugin:
- First login to the levant and enter the following commands:
cd /work/ch1187/regiklim-work/g300050/regiklim-ces/ mkdir plugins && cd plugins git clone -b migration https://gitlab.dkrz.de/ch1187/plugins4freva/heat2urbanimpact.git cd heat2urbanimpact module load clint regiklim-ces make mamba-dep-install conda activate plugin_env make cartopy
- login to the www-regiklim.dkrz.de -> plugins -> press Plug-my-Plugin -> find the heat2urbanimpac directory and then click on the
wrapper.py
-> pressImport Plugin
- On the Plugin list Heat2UrbanImpact under Time Series directory can be visible
- Done
Then I will show you how to proceed with developing the statistical approach in the next steps ...
Edited by Mostafa HadizadehI am running into error reports...
Edited by Bente TiedjeIt just took some time, but it is finished now!
After
conda activate plugin_env
this message showed up:CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'. To initialize your shell, run $ conda init <SHELL_NAME>
.So I entered
conda init bash
. As advised I closed and restarted the shell.And then typed again
conda activate plugin_env
and it says-bash: conda: Kommando nicht gefunden.
requested review from @g300050
added 2 commits