-
Notifications
You must be signed in to change notification settings - Fork 360
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
Provides a fix for a land IC file and a minor fix for an IBM compiler. #1612
Conversation
Removing a land IC file that won't work with conus grid.
As was suggested by @amametjanov I tried to configure a compset with the 1850 year land IC file. After doing
I found that finidat was still pointing to the old file. It was picked from file So I removed finidat line for 1850 year compset and now in lnd_in |
With ACME master:
With oksanaguba/homme/fix1609-and-ibm,
In both branches, the values in |
@bishtgautam 's message appears to document that the branch has the correct behavior. But he does imply that the defaults should be set in namelist_definition_clm4_5.xml, and not in namelist_definition_cam.xml. @bishtgautam - should we remove all the clm finidat defaults from namelist_definition_cam.xml? Those seem like they were added in error, since why are clm settings in a cam xml file? |
It appears that
At this stage, it is not clear to me why |
If you can get the right file picked up, go ahead with this PR. Cleaning up the logic behind finidat should wait for a different PR. |
@oksanaguba , you need to fix the PR title and add a description. See https://acme-climate.atlassian.net/wiki/display/Docs/Development+Reference#DevelopmentReference-Submittingapullrequest(PR) |
@rljacob done. The title is 70 characters exactly. |
Test suite: Ran the following smoke tests from the latest cesm alpha06 branch: SMS_D.f09_g16_gl20.TG1.yellowstone_gnu SMS_D.f09_g16_gl20.TG.yellowstone_gnu SMS.f09_g16_gl20.TG1.yellowstone_gnu SMS.f09_g16_gl20.TG.yellowstone_gnu Test baseline: N/A Test namelist changes: none Test status: bit for bit Fixes #1612 User interface changes?: none Code review:
FYI (From Mariana): Any CLM or river namelists in CAM are a holdover from CAM's separate driver/build/test system. ACME is not supporting that so they can all be removed. |
They should be removed in this PR or in a separate PR? |
Separate one. |
Provides a fix for a land IC file and a minor fix for an IBM compiler PR #1581 changed how area of columns is computed for RRM atmospheric meshes. For an existing compset for 2000 year land IC file was remapped, but 1850 year the IC file was not remapped (issue 1609). This PR removes the 1850 land file from the setup. This PR also fixes a minor print statement issue with an IBM compiler from a commit in PR #1581. Fixes #1609 [BFB]
Provides a fix for a land IC file and a minor fix for an IBM compiler. PR #1581 changed how area of columns is computed for RRM atmospheric meshes. For an existing compset for 2000 year land IC file was remapped, but 1850 year the IC file was not remapped (issue 1609). This PR removes the 1850 land file from the setup. This PR also fixes a minor print statement issue with an IBM compiler from a commit in PR #1581. Fixes #1609 [BFB]
PR #1581 changed how area of columns is computed for RRM atmospheric meshes. For an existing compset for 2000 year land IC file was remapped, but 1850 year the IC file was not remapped (issue 1609). This PR removes the 1850 land file from the setup. Below, there is also a discussion about finidat values and where they are/should be defined. This PR also fixes a minor print statement issue with an IBM compiler from a commit in PR1581.
Fixes #1609