Jim Edwards

Results 248 comments of Jim Edwards

Yes you can list me as a maintainer - my github id is jedwards4b. I think that it is worth mentioning that we have a [spack package](https://github.com/spack/spack/tree/develop/var/spack/repos/builtin/packages/parallelio) for parallelio and...

Maybe a request to system support to try reinstalling or installing an update on izumi?

I am looking into this now. Seems to be a memory corruption issue.

I've found the error in the NEON test - for NEON I created reduced sized lnfm files to reduce the amount of data transfer required for NEON datasets. /glade/p/cesmdata/cseg/inputdata/atm/datm7/NASA_LIS/clmforc.Li_2016_climo1995-2013.360x720.lnfm_Total_NEONarea_c210625.nc However...

We should do better error checking here: https://github.com/ESCOMP/CDEPS/issues/164

For reasons that are not clear to me the field bundle names are associated with filename_base, in fv3cap.F90 variable fcstItemNameList is declared with length 80 and used to set these...

fcstItemNameList is not changing fieldname_base, on the contrary fieldname_base (with length 255) is used in the creation of fcstItemNameList (length 80) which presents a practical limit of 80 on the...

I opened the issue to point out a general problem - because there is no consistency in character string lengths the model is prone to errors of this nature that...

The general problem does not need to be addressed prior to the release. However it would be very helpful if the [PR ](https://github.com/NOAA-EMC/fv3atm/pull/43) that I have submitted to fv3atm were...

The PR covered one particular case of something that is a pervasive problem in the model. The issue will not be resolved anytime soon.