atmtools / konrad

Implementation of a radiative-convective equilibrium model.
MIT License
19 stars 18 forks source link

Atmosphere method `from_netcdf`: Added conversion to double precision also for pressure levels #139

Closed diegojco closed 4 years ago

diegojco commented 4 years ago

When creating an atmosphere from a netCDF file, data should be converted to double precision. It is implemented for all variables except for pressure levels.

With this modification, restarts from past experiments now work as expected.

lkluft commented 4 years ago

Good catch! Thanks for your contribution 👍