c3aidti / smoke

Gordon Group space
MIT License
0 stars 0 forks source link

Upsert Outgoing Short Wave Flux to a table #47

Open vasanchez16 opened 4 months ago

vasanchez16 commented 4 months ago

Outgoing shortwave flux is the variable this project focuses on constraining. This variable is currently on the azure container and I am inclined to upsert it to its own data table as this will make it easier to perform analysis on all the ensemble members rather than opening each .nc file on azure and then analyzing. It will also make it easier to retrieve simulation outputs for specific spatial and temporal regions.

As of now, there are no plans to use this data for any training/machine learning.

vasanchez16 commented 4 months ago

@dadamsncsa ,

What do you think about this?

I think I will start working on it right now, as I expect to follow the same steps as the other variables we upserted (ie AOD). But I can scrap the idea if you think it's unnecessary. I just believe it may be nice to keep it separate from the other variables since no training will be done with this one.

vasanchez16 commented 4 months ago

After some efforts, this data will simply be added to the existing output table. Problems arose after the necessary files were uploaded to the data table and I was unable to perform a fetch on this new file table due to this error:

TypeError: Error setting field "objs" on instance of class "FetchResult": SppeSimulationEnsembleSwrfFile.init() got an unexpected keyword argument 'simulationRun'