Problems for time series visualization

Hello dear friends,


I have been working with MOHID for some time and now with OpenFlows. I have usually worked with sigma layers. Recently, due to my domains with great depth I have been trying to set up Cartesian layers. However, when I implement Cartesian layers, it is impossible to visualize time series plots. Even, reviewing the model outputs, I observe that no velocity or property information is saved.

What keywords might be missing?

Parents
  • Helloe Sushama,

    Thank for your kind answer. I notice that in the output files, some variables are not saved, while others are.
    Attached the requested files for clarity,

    best regards,

    César.Data Files.zip

  • Hello Cesar, 

    As mentioned earlier you have set the K index of the grid cell where the values for the time series output are being obtained to 1. In the TimeSeriesLocation.dat file for all the reporting points there's the LOCALIZATION_K : 1. The reporting points are the following:

    Because the K index is 1 and the vertical coordinate system is CARTESIAN, this means that the vertical layer where the values for output are being obtained are from the bottom layer (the deepest one). The bathymetry (depth) at the North station is 733m and the vertical discretization of the model (as defined in the Geometry.dat file) is:

    As all the points are set to K index = 1, the depth of the grid cell (K index = 1) is between 1506 and 2106 meters. So it's not a active grid cell, because, all reporting points are set at grid cells where the depth is lower than 733 meters .If you want to write the results near the surface, the K index should be set to 10

    Regards,

    Sushma Choure

    Bentley Technical Suppport

Reply
  • Hello Cesar, 

    As mentioned earlier you have set the K index of the grid cell where the values for the time series output are being obtained to 1. In the TimeSeriesLocation.dat file for all the reporting points there's the LOCALIZATION_K : 1. The reporting points are the following:

    Because the K index is 1 and the vertical coordinate system is CARTESIAN, this means that the vertical layer where the values for output are being obtained are from the bottom layer (the deepest one). The bathymetry (depth) at the North station is 733m and the vertical discretization of the model (as defined in the Geometry.dat file) is:

    As all the points are set to K index = 1, the depth of the grid cell (K index = 1) is between 1506 and 2106 meters. So it's not a active grid cell, because, all reporting points are set at grid cells where the depth is lower than 733 meters .If you want to write the results near the surface, the K index should be set to 10

    Regards,

    Sushma Choure

    Bentley Technical Suppport

Children