PSM.prysm.cellulose.rows
Indicate the stateVector rows used to run the PRYSM cellulose sensor module
Syntax
Description
Indicate the state vectors row that should be used as the temperature, precipitaion, and relative humidity inputs for the cellulose sensor module when calling the “PSM.estimate” command. The input is a column vector with 5 rows. The first row is temperature, second is precipitation, third is relative humidity, fourth is d18Os, fifth is d18Ov. Uses the same state vector rows for each ensemble member and each ensemble in an evolving set.
obj = obj.rows(memberRows)
Indicate which state vector rows to use for each ensemble member. This syntax allows you to use different state vector rows for different ensemble members. The input is a matrix with 5 rows, and one column per ensemble member. The rows should refer to the temperature, precipitation, relative humidity, d18Os, and d18Ov variables (in that order).
obj = obj.rows(evolvingRows)
This syntax allows you to use different state vector rows for different ensembles in an evolving set. The input should be a 3D array of either size [5 x 1 x nEvolving] or of size [5 x nMembers x nEvolving]. If the second dimension has a size of 1, uses the same rows for all the ensemble members in a particular evolving ensemble. If the second dimension has a size of nMembers, allows you to use different rows for each ensemble member in each evolving ensemble.
rows = obj.rows
Returns the current rows for the PSM object
obj = obj.rows(‘delete’)
Deletes any currently specified rows from the object.