-
Notifications
You must be signed in to change notification settings - Fork 53
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
Some fixes so can run on izumi #391
Conversation
…hat has already been deallocated in the previous statement 'deallocate(previous)'
…rom CTSM rather than mizuroute, add dataset files so that mizroute.input_data_list is set
…ons and pgi not on the machine, remove izumi_nag non-DEBUG tests as they don't build in CTSM
…de to run fixing ESCOMP#399, also make sure FileStatus is explicitly initialized to FALSE, and use fileOpen method explicitly in historyFile.f90
…t might have a memory leak
…zumi Conflicts: route/build/cpl/RtmTimeManager.F90 route/build/src/mpi_utils.f90
…zumi Conflicts: route/build/cpl/RtmTimeManager.F90
…zumi Conflicts: route/build/src/mpi_utils.f90
…zumi Conflicts: route/build/src/kwt_route.f90
… this allows it to compile on izumi with nag compiler
…mment the PIO free decomp calls
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One comment is about pio_freedecomp input argument
… history file is updated, this should only happen when the restart files are updated
I don't think i have any other comments so if this works as expected. I could merge it. |
I'm not quite ready yet. I'm having trouble with ERI tests which currently fail, so I'm trying to figure out why and see if I can fix it. The files it expects to compare just aren't there for mizuRoute. I'll let you know when I have that working and have replicated running the test suite on cheyenne and izumi. |
…startup start and current time will be the same, for branch and hybrid you need current time rather than start, and for continue you always need current time
OK, this is ready to be merged. |
The tests on cheyenne and izumi are all working as expected.
|
Some fixes so will compile and run on izumi, with nag compiler. Fix several small issues. Get the list of input files working. Have the PIO decomp free only done after the file is freed. Get ERP and ERI tests to work.
Fixes #277
Fixes #275
Fixes #266
Fixes #270
Fixes #276
Fixes #397
Fixes #399
Fixes #259
Fixes #406
Fixes #411