Skip to content

Commit

Permalink
corrected reading 'rhod'
Browse files Browse the repository at this point in the history
  • Loading branch information
weiyuan-jiang committed Nov 28, 2023
1 parent 0414229 commit a28b1b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- corrected reading variable 'rhod' from files ( it was mispelled as 'rhop')
- Add explicit `find_package()` calls for missing dependencies for MAPL for builds with spack-stack. Will eventually be fixed in MAPL in later versions
- Corrected the units of the gravimetric soil moisture to percent instead of fractional in the FENGSHA dust scheme.

Expand Down
2 changes: 1 addition & 1 deletion Process_Library/GOCART2G_MieMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ type(GOCART2G_Mie) function GOCART2G_MieCreate ( MieFile, wavelengths, nmom, rc
endif

! Dry particle density (will be pulled from wet particle radius)
rc = nf90_inq_varid(ncid,'rhop',ivarid)
rc = nf90_inq_varid(ncid,'rhod',ivarid)
if(rc .ne. NF90_NOERR) then ! not in table, fill in dummy variable
rhod_table = -999.
else
Expand Down

0 comments on commit a28b1b9

Please sign in to comment.