Skip to content

Require Output File Variable Description Documentation #1438

Closed Answered by LIS-navari
Lise-Li asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Lise-Li and @dmocko,

The LISF user guide should suffice for new users. However, those keen on understanding all intermediate processes and variables should refer to the subroutines for comprehensive insights into variable meanings. In your case, examining the output file (cdf_noah36.nc) will provide essential information within the NetCDF file, aiding in understanding each variable.

Here are key details from the file:

dimensions:
ngrid = 52597;
ntimes = 12;
nbins = 100;
SoilMoist_levels = 1;

variables:
float SoilMoist_xrange(nbins, SoilMoist_levels, ntimes, ngrid);
float SoilMoist_mu(SoilMoist_levels, ntimes, ngrid);
float SoilMoist_sigma(SoilMoist_levels, ntimes, ngrid);
float SoilMo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@LIS-navari
Comment options

Answer selected by dmocko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants