jswhit / gfstonc

convert gfs spectral, sfc and nemsio files to netcdf format
4 stars 3 forks source link

Handle ln(ps) specially in read_sigma_spec.f90 #3

Closed aerorahul closed 8 years ago

aerorahul commented 8 years ago

Hi Jeff,

If the spectral coefficients of surface pressure are stored in the sigma files, the exp(ps) is incorrect. This fork addresses that issue.

I also added an option to write out to a user-specified output file.

Please consider merging into the master.

Thanks, Rahul

jswhit commented 8 years ago

Thanks Rahul!