Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Thanks for the response, now the hourly simulations works perfectly. Now I only have a problem with the quarter-hour simulation. When I try to simulate it in the "custom file" section, when I open the file in the conversion section I set the time to every 15 minutes And this is the file I open and the data I've selected for each variable When i check the Weather data tables and graphs this error appears I check the monthly best clear days and this is the result I believe the error is that it's counting the data more accurately, but the hours aren't being added together, and therefore the time step isn't correct. I'd like to know how I can fix this error. Thank you!
  3. Today
  4. Hello, We are starting to think about the question of simulating TANDEM solar cells in PVsyst, but unfortunately for the moment it is not possible. The behaviour of the two absorbers with temperature and solar spectrum is not trivial and we need to implement a few models to describe it. Though, I believe the case of 4T (both cells connected in parallel) can be more easily approximated than the 2T case (both cells connected in series), as voltage mismatches create usually less power losses than current mismatches. I will give here an attempt to set up PVsyst to approximate a 4T Tandem behaviour in the present version of the software (8.0). But bearin mind that this is a very preliminary approach and require more testing. 1) Create two .Pan files, one to represent the top cell, one to represent the bottom cell, as if they were measured independently. This way you set up the one diode parameters for each cell. Use the same number of cells, modules dimensions etc... 2) Create a system with two subarrays, one with each .Pan files, with same number of panels connected in series and number of strings in both. Connect them to a same inverter and use the power sharing feature. You will not be able to connect the two subarrays to a single MPPT here, so at this stage we are neglecting the voltage mismatch (see next step). 3) Advanced losses / Module Quality LID Mismatch / Strings Voltage Mismatch: You can add here a general percentage to represent the loss of power due to the mismatch. To evaluate this one, you can use PVsyst specific tools > Electrical Behaviour of PV Array > Heterogeneous array. Here you can select your two .PAN files and open the I/V graphs. It will show you the percentage loss due to the mismatch between both modules for a given time of the day and date. Vary a bit those one and you will notice that this percentage is almost constant, as voltage mismatch should behave. Report this number in the Advanced losses. 4) Thermal model: We also need to tweak PVsyst regular parameters. With our setup, PVsyst will see two independent panels with low efficiency (~<15%), and therefore calculate that they are dissipating a lot of energy into heat. Which is not correct since in reality we have a single device with high efficiency (>30%), so more electricity, less heat. We need therefore to adapt the coefficients of the thermal model (https://www.pvsyst.com/help/project-design/array-and-system-losses/array-thermal-losses/index.html#thermal-model) According to the equation of the thermal model Tcell=Tamb+(Alpha⋅Ginc⋅(1−Effic))/U we could correct the model by using a different U value to compensate for the wrong (1-Effic) term. In my example (assuming single cells efficiency at ~15% and Tandem at about ~30%), the corrected value would become U_corr = U * (1-0.15) / (1-0.3) = U * 1.21. So in the case of open rack, instead of using the values of Uc = 29 W/m2/K, use something slightly larger Uc_corr = 35 W/m2/K. This will lower the losses of 1-2%. 5) Spectral correction: Unfortunately, I haven't reflected yet on how to adapt the spectral correction for the Tandem case. I think this cannot be guessed and of course the behaviour will be different than crystalline silicon. But you should keep in mind that it might be an import factor that we ignored too here! Please do not hesitate to comment on the approach. And as said above, we are reflecting on what model to implement in the future for dealing with 2T and 4T tandem devices, so any input would be useful for us : )
  5. So it means that I cannt change amount of batteries as i whish. i have o tell to my customer thas don't warry this project is with bugs ?
  6. Dear LPeterson, Thanks for reporting the issue. We managed to reproduce it and we are working on a fix to address it. In the meantime I can only advise to roll back to a previous version of PVsyst to import weather data like you mentioned doing. Best regards, Eric
  7. Hello, I have the tandem cell details, the bottom and the top. How can I simulate it as a 4T connection? can I do it separately?
  8. Yesterday
  9. This all seems like a lot more work than having the project export include a SIT file. Why can't we just have that? Normally, when passing an export file to someone else, we copy the SIT file from the data directory and send that as well. It's not a good use of time and is easy to forget.
  10. Hello all, I am working on a sensitivity analysis for a grid-connected hybrid system (PV + BESS) and I'm running into an issue with the "Batch mode" (parametric simulation). My goal is to run a simulation where I vary the Number of batteries in parallel to find the optimal storage capacity. The Problem is that I can set the N_bat_parallel as a batch variable, but when the simulation runs, it fails with a warning for each new step. The error is: The problem seems to be one of parameter co-dependency. The batch mode correctly changes the number of batteries, but it does not automatically update the associated "Charging max. power" and "Discharging max. power" parameters in the storage definition. This creates an invalid system. For example, the simulation tries to run a case with 20 batteries but still uses the original charging power that I defined for 10 batteries, leading to an impossible C-rate and the current limitation error. Is there a way to solve this within the batch simulation tool? Ideally, I would like to define the PCharge_max parameter as a function of the batch variable (e.g., PCharge_max = N_bat_parallel* P_charge_per_battery; This would be possible if charge and discharge battery parameters were simply available in the batch mode. I am aware that I can manually create multiple "variants" and adjust both the number of batteries and the charging power in each one. However, this is very time-consuming and defeats the purpose of the automated batch mode for a wide sensitivity analysis. Is there a built-in feature or a known workaround to manage these co-dependent parameters in a single batch run? Thank you for any advice you can provide. Best regards, Alberto
  11. Hello, Thanks for your message. In theory the installation of 8.0.x should not uninstall 7.4 version. Maybe it comes from the automatic process updating PVsyst, is it done with a specific software ? To validate that you can also try to install manually a 8.0.x adn check whether it uninstall your 7.4 Regards, Laurent
  12. Probably you have defined your transformer by a generic relative loss, i.e. proportional to the transformer nominal power. And this nominal power - evaluated by PVsyst on the basis of the PNomPV at STC, or the PNomac (this is your choice in the Project's settings) - has been changed in your different runs. This should not arise if you define an explicit transformer from the datasheets, the nominal power of the transformer will always remain the manufacturer's value. In this case the "generic" relative values will be updated as a function of this real Transformer nominal power.
  13. Dear, You can disable this check in Near Shadings by going to: Tools → Disable field interpenetration check See below: Regards,
  14. For most practical purposes, this is already available in the latest 8.0 version. Indeed, PVsystCLI has been made compatible with batch files. In other words, you can call a batch of simulations from PVsystCLI using a batch parameters file. You can find some more details on this page: https://www.pvsyst.com/help-cli/reference/index.html#run-simulation The command that you should look at is --batch-params-file
  15. Hi PVsyst support team, While running different scenarios (different DC/AC ratio) for the same inverter, I noticed that the hourly night consumption for each run is a different, ranging from 2.335 for one simulation down to 1.9945 for another simulation. My understanding is that the night losses are mainly related to the transformer iron losses. but my inverter quantity and all the losses I maintained constant.
  16. I’ve uploaded the 3D file, but it still shows this. What could be the cause? Even after I moved the panels as far apart as possible, it still appears. - How to fix it?
  17. Last week
  18. I am having this same issue. I'm running 8.0.17 and will revert back to 8.0.1 - thanks LPeterson.
  19. good day, In our company we run automatic updates of software. Hence everytime there is an update of pvsyst 8 we get it automatically. Now, because it goes automatically, the question to delete older versions of pvsyst is bypassed and older versions are always removed. this is ok for pvsyst 8.x but: My question: is it possible to remove the final version of pvsyst 7.4 from this list. Because for some projects we still need open 7.4. as they are not compatible with 8.0 currently now i need to instal pvsyst 7.4 after each update of pvsyst 8! love to hear if this is possible thank u
  20. The "number of elements" displayed might be misleading, as it should represent the total number of cells in your system, but it does not seem to take into account the number of blocks (or modules). This is definitively a bug, but as long as the total voltage and capacity are consistent with your design, the computation will be valid.
  21. Hello I have such question . we have project with huawei SUN2000-12K-MAP0 inverter and huawei 7 kw elements, this inverter can work wth 2 powrmodules 21kw each it means 2 racks with 3 elements each. but i cannot add rackswith such amount of elements it deafolt has 1 rach with 8 elements ... how to change it?
  22. Did you try to define the time shift as indicated in the error message? You should also check that you have input the correct time reference If the time shift information you input is not taken into account or if non of the time base work, could you please sent your csv data file, .MEF file and PVsyst version to support@pvsyst.com so we can have a closer look at your problem
  23. Hi, Currently, we can export a CSV of all the values in hourly values. is there a way to get it for every half hour?
  24. You are modeling "detailed according to module layout". You need to place these modules in the tables in the module layout menu. Select "according to module strings" and it will use the shade scene as it has been provided. The total area of the shade scene is relatively close to the pv system.
  25. Do you have an updated estimate for when this will be implemented?
  26. There may be new features in the version 8, which were not implemented in the version 7. Now for the modification of the Rshunt and Rserie values, this was a feature of the software which has been mpdified. In the version 7, when they were judged not quite correct, these values were updated to default ones. This is no more the case in the version 8.
  27. @Michele Oliosi Thanks for your reply. Ok, I will use the automatic attribution. Sometimes the automatic attribution doesn’t do what I want. So, I’ll patiently wait for the next update when it’s fixed.
  28. Thanks for your quick response Auriane! Now I have a problem inserting the .MET file, I get the following error: I've been searching for information and other people on the forum had the same problem when importing the file from "Known Format". When I try to simulate the project I get the following error that prevents me from simulating: I was checking if the data in "Monthly best clear days graph" was correct and if it seems to resemble the data in Excel. I've read that there's a problem with the known format import function in PVsyst, and with the “Convert UTC to local time” in the NSRDB viewer. I would like to know if the error continues to appear, since the forum page where I have consulted all this information is more than a year old, and where I can find how to convert from UTC to Local Time. Thank you!
  1. Load more activity
×
×
  • Create New...