-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
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
part of cam6_2_046: get pio_file format from driver #201
part of cam6_2_046: get pio_file format from driver #201
Conversation
I am going to fold this into #200. |
@jedwards4b , @jtruesdal , has anyone tried out the changes in this PR? |
I think I know what the problem is, but @gold2718 if you could provide more information about the failure it might help. |
compile issue resolved. |
I easily fixed the compile issue in my branch but since the code did not compile, I do not understand how it was tested. Has anyone verified that this PR fixes the problem? |
…est_cleanup This is from PR ESCOMP#201
Ran test SMS_D.f19_f19.F1850 with PIO_NETCDF_FORMAT='64bit_data' and verified cam file output format. |
My test of this code happened before Jim's pull request. I was using the
mods that he gave me a few months ago.
jt
…On Tue, Sep 1, 2020 at 1:36 PM jedwards4b ***@***.***> wrote:
Ran test SMS_D.f19_f19.F1850 with PIO_NETCDF_FORMAT='64bit_data' and
verified cam file output format.
ncdump -k run/
SMS_D.f19_f19.F1850.cheyenne_intel.20200901_125449_ebam4g.cam.i.0001-01-06-00000.nc
cdf5
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#201 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACG3NXYAHWRNQWUWYO3E3A3SDVELLANCNFSM4QR2ZA7Q>
.
|
Integrated into cam6_2_046 by #200 |
Description of changes Remove test systems bluewaters, hobart and edison from testlists Specific notes Contributors other than yourself, if any: Fixes: [Github issue #s] And brief description of each issue. User interface changes?: [ No/Yes ] [ If yes, describe what changed, and steps taken to ensure backward compatibility ] Testing performed (automated tests and/or manual tests):
Get the pio format from the environment variable PIO_NETCDF_FORMAT
Fixes #202.