Core sources tcv2ids2database
- Forgot to put the time field in
profiles_1d
for NBI (since I don't have them), but since we are having a non-homogeneous time it needs to be filled - For the same reason (or different, not sure) it also does not like the empty sources. I modified to not have them and then it worked. I think its also fine to not have the empty ones, since the identifier has the index for EC and we put in the description e.g. L1/G1.
- Added rho_tor_norm to all time points (was zero array for first time) of 1d_profiles in EC, NBI, DNBI
Edited by Antonia Frank
Merge request reports
Activity
requested review from @mmarin
assigned to @afrank
Hi @osauter, again a MR on the
core_sources
;) @mmarin tried to runtcv2ids2db
command with the core sources and we found that there were a few things missing/not working well- I forgot to put the time field in
profiles_1d
for NBI (since I don't have them), but since we are having a non-homogeneous time it needs to be filled - For the same reason (or different, not sure) it also does not like the empty sources. I modified to not have them and then it worked. I think its also fine to not have the empty ones, since the identifier has the index for EC and we put in the description e.g. L1/G1.
- I forgot to put the time field in
added 1 commit
- da940c4a - Add mask for nans to interpos call in ids_summary since it made the interpolation fail
Another thing I noticed within the last commits added to master; The change to
interpos
intcv_get_ids_summary
made my data loading in co-MRE fail since the data fortau_tot
fromgdat
had someNaN
values. (it was complaining for #56044)Edited by Antonia Frankadded 1 commit
- 11b6c23f - Remove space from hostname when checking if user is on lac8
enabled an automatic merge when the pipeline for 58b8e522 succeeds
added 1 commit
- 3d216872 - add rhotor to all time slices and fix nbi rhotor
Please register or sign in to reply