-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarify zisno levels in the variable long name #838
Labels
bfb
bit-for-bit
documentation
additions or edits to user-facing documentation
good first issue
simple; good for first-time contributors
Comments
negin513
added a commit
to negin513/ctsm
that referenced
this issue
Jan 23, 2020
negin513
added a commit
to negin513/ctsm
that referenced
this issue
Jan 23, 2020
negin513
added a commit
to negin513/ctsm
that referenced
this issue
Jan 29, 2020
negin513
added a commit
to negin513/ctsm
that referenced
this issue
Jan 29, 2020
negin513
added a commit
to negin513/ctsm
that referenced
this issue
Feb 6, 2020
negin513
added a commit
to negin513/ctsm
that referenced
this issue
Feb 6, 2020
billsacks
added a commit
that referenced
this issue
Feb 6, 2020
Some BFB Fixes: Resolve issues #683, # 874, #878, # 885, # 745, #838 Resolved issues: #683 : Writing out FATES parameters only on masterproc. #874 : Changing the number of timesteps to run for SMS_P720x1_Ln3.hcru_hcru.I2000Clm50BgcCruGs.cheyenne_intel.clm-coldStart to prevent failing with CMEPS. #878 : Removing the unused atm2lnd field. #885 : Changing the defaults for br_root in namelist_defaults to enable FUN with CLM4.5. #745 : Removing ReadNL private subroutine from initVerticalMod.F90. #838 : Clarifying ZISNO in the variable long name.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bfb
bit-for-bit
documentation
additions or edits to user-facing documentation
good first issue
simple; good for first-time contributors
At least on the restart file, zisno only contains levsno levels, even though it applies at interfaces rather than centers. We should clarify in the variable long name: zisno(c,j) gives the interface depth at the TOP of layer j. (I guess that the interface depth at the bottom of the snow pack isn't given explicitly because it is always 0 – i.e., at the snow-soil interface.)
Thanks to @timhoar for pointing this out.
The text was updated successfully, but these errors were encountered: