We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As discovered by @wmputman, if you change the klid (aka pressure_lid_in_hPa) in GOCART, the model locks up.
klid
pressure_lid_in_hPa
It works if pressure_lid_in_hPa: 0.01 but pressure_lid_in_hPa: 0.40 causes it to not work.
pressure_lid_in_hPa: 0.01
pressure_lid_in_hPa: 0.40
I have a hotfix for this incoming.
The text was updated successfully, but these errors were encountered:
Fixes #130. Initialize allocatable variables in Process Library
8ca2da2
Merge branch 'hotfix/mathomp4/#130-fix-klid-issue' into bugfix/wjiang…
c0048ab
…/rewind_and_bugfix
Merge pull request #131 from GEOS-ESM/hotfix/mathomp4/#130-fix-klid-i…
9077e85
…ssue Fixes #130. Initialize allocatable variables in Process Library
mathomp4
Successfully merging a pull request may close this issue.
As discovered by @wmputman, if you change the
klid
(akapressure_lid_in_hPa
) in GOCART, the model locks up.It works if
pressure_lid_in_hPa: 0.01
butpressure_lid_in_hPa: 0.40
causes it to not work.I have a hotfix for this incoming.
The text was updated successfully, but these errors were encountered: