You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (status == nf90_noerr) then! tmin is present, we will read it from the file
If I'm following it right, because cld is mandatory, it will always be present at this point and then is read in as if it were tmin.
I have made this change in the adding_cli branch to see the effects - but I also realise that branch is suffering from mission creep. What would you like to happen with this - do you want the CLI version as the main line, in which case I can do a pull request or do you want the original interface on a parallel branch?
The text was updated successfully, but these errors were encountered:
I think
nf90_inq_varid(ncid,'cld',varid)
is a typo fornf90_inq_varid(ncid,'tmin',varid)
:BIOME4/biome4driver.f90
Lines 249 to 255 in ff3d4ff
If I'm following it right, because
cld
is mandatory, it will always be present at this point and then is read in as if it weretmin
.I have made this change in the
adding_cli
branch to see the effects - but I also realise that branch is suffering from mission creep. What would you like to happen with this - do you want the CLI version as the main line, in which case I can do a pull request or do you want the original interface on a parallel branch?The text was updated successfully, but these errors were encountered: