Hello!
Thank you for your prompt reply. It seems, that I have all data, you have mentioned. Here is an output of ncdump for variables:
num_st_layers = 4 ;
float SOIL_LAYERS(Time, num_st_layers, south_north, west_east) ;
float ST(Time, num_st_layers, south_north, west_east) ;
num_sm_layers = 4 ;
float SM(Time, num_sm_layers, south_north, west_east) ;
float ST(Time, num_st_layers, south_north, west_east) ;
ST:FieldType = 104 ;
ST:MemoryOrder = "XYZ" ;
ST:units = "" ;
ST:description = "" ;
ST:stagger = "M" ;
ST:sr_x = 1 ;
ST:sr_y = 1 ;
float ST100200(Time, south_north, west_east) ;
ST100200:FieldType = 104 ;
ST100200:MemoryOrder = "XY " ;
ST100200:units = "K" ;
ST100200:description = "T 100-200 cm below ground layer (Bottom)" ;
ST100200:stagger = "M" ;
ST100200:sr_x = 1 ;
ST100200:sr_y = 1 ;
float ST040100(Time, south_north, west_east) ;
ST040100:FieldType = 104 ;
ST040100:MemoryOrder = "XY " ;
ST040100:units = "K" ;
ST040100:description = "T 40-100 cm below ground layer (Upper)" ;
ST040100:stagger = "M" ;
ST040100:sr_x = 1 ;
ST040100:sr_y = 1 ;
float ST010040(Time, south_north, west_east) ;
ST010040:FieldType = 104 ;
ST010040:MemoryOrder = "XY " ;
ST010040:units = "K" ;
ST010040:description = "T 10-40 cm below ground layer (Upper)" ;
ST010040:stagger = "M" ;
ST010040:sr_x = 1 ;
ST010040:sr_y = 1 ;
float ST000010(Time, south_north, west_east) ;
ST000010:FieldType = 104 ;
ST000010:MemoryOrder = "XY " ;
ST000010:units = "K" ;
ST000010:description = "T 0-10 cm below ground layer (Upper)" ;
ST000010:stagger = "M" ;
ST000010:sr_x = 1 ;
ST000010:sr_y = 1 ;
:SIMULATION_START_DATE = "2018-11-10_00:00:00" ;
:WEST-EAST_GRID_DIMENSION = 40 ;
:WEST-EAST_PATCH_START_UNSTAG = 1 ;
:WEST-EAST_PATCH_END_UNSTAG = 39 ;
:WEST-EAST_PATCH_START_STAG = 1 ;
:WEST-EAST_PATCH_END_STAG = 40 ;
:SOUTH-NORTH_PATCH_START_UNSTAG = 1 ;
:SOUTH-NORTH_PATCH_END_UNSTAG = 68 ;
:SOUTH-NORTH_PATCH_START_STAG = 1 ;
:SOUTH-NORTH_PATCH_END_STAG = 69 ;
:STAND_LON = 35.f ;
:FLAG_ST000010 = 1 ;
:FLAG_ST010040 = 1 ;
:FLAG_ST040100 = 1 ;
:FLAG_ST100200 = 1 ;
float SM(Time, num_sm_layers, south_north, west_east) ;
SM:FieldType = 104 ;
SM:MemoryOrder = "XYZ" ;
SM:units = "" ;
SM:description = "" ;
SM:stagger = "M" ;
SM:sr_x = 1 ;
SM:sr_y = 1 ;
float SM100200(Time, south_north, west_east) ;
SM100200:FieldType = 104 ;
SM100200:MemoryOrder = "XY " ;
SM100200:units = "fraction" ;
SM100200:description = "Soil Moist 100-200 cm below gr layer" ;
SM100200:stagger = "M" ;
SM100200:sr_x = 1 ;
SM100200:sr_y = 1 ;
float SM040100(Time, south_north, west_east) ;
SM040100:FieldType = 104 ;
SM040100:MemoryOrder = "XY " ;
SM040100:units = "fraction" ;
SM040100:description = "Soil Moist 40-100 cm below grn layer" ;
SM040100:stagger = "M" ;
SM040100:sr_x = 1 ;
SM040100:sr_y = 1 ;
float SM010040(Time, south_north, west_east) ;
SM010040:FieldType = 104 ;
SM010040:MemoryOrder = "XY " ;
SM010040:units = "fraction" ;
SM010040:description = "Soil Moist 10-40 cm below grn layer" ;
SM010040:stagger = "M" ;
SM010040:sr_x = 1 ;
SM010040:sr_y = 1 ;
float SM000010(Time, south_north, west_east) ;
SM000010:FieldType = 104 ;
SM000010:MemoryOrder = "XY " ;
SM000010:units = "fraction" ;
SM000010:description = "Soil Moist 0-10 cm below grn layer (Up)" ;
SM000010:stagger = "M" ;
SM000010:sr_x = 1 ;
SM000010:sr_y = 1 ;
:FLAG_SM000010 = 1 ;
:FLAG_SM010040 = 1 ;
:FLAG_SM040100 = 1 ;
:FLAG_SM100200 = 1 ;
Anyway, I will try to use WPS4 due to your advice. I will get back to you shortly with the update.
Thank you!