-
Notifications
You must be signed in to change notification settings - Fork 317
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
change from more_vertlayers to equivalent soil_layerstruct causes test failures #123
Labels
bug
something is working incorrectly
Comments
Ben Andre < andre > - 2015-10-10 21:53:01 -0600 Marking these tests as expected failures for now. |
This must be working now, as it's no longer in the expected fails. |
samsrabin
pushed a commit
to samsrabin/CTSM
that referenced
this issue
Apr 19, 2024
…ngle_correction
samsrabin
pushed a commit
to samsrabin/CTSM
that referenced
this issue
Apr 19, 2024
Revert PR ESCOMP#123 ### Description of changes PR ESCOMP#123 (solar zenith angle correction) led to exact restart failures in some situations: see ESCOMP#144. This PR backs out the changes from ESCOMP#123 . ### Specific notes Contributors other than yourself, if any: CDEPS Issues Fixed (include github issue #): Temporarily deals with ESCOMP#144. Are there dependencies on other component PRs (if so list): no Are changes expected to change answers (bfb, different to roundoff, more substantial): more substantial. I have verified that this brings answers back to being bfb with those in cdeps0.12.35 (i.e., prior to ESCOMP#123) via a run of the aux_clm test suite. Any User Interface Changes (namelist or namelist defaults changes): no Testing performed (e.g. aux_cdeps, CESM prealpha, etc): aux_clm Hashes used for testing: billsacks/ctsm@3fd7f6fbf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ben Andre < andre > - 2015-10-10 21:52:09 -0600
Bugzilla Id: 2232
Bugzilla CC: rfisher,
clm4_5_3_r138 removes the namelist option more_vertlayers. It is replaced by the equivalent:
soil_layerstruct = '23SL_3.5m'
I updated the vrtlay testmod and most of the tests using it passed bit for bit with the baseline. The following tests continued to fail:
ERP_Ld5.f09_g16.ICLM45VIC.yellowstone_pgi.clm-vrtlay
ERP_D_Ld5.f09_g16.ICLM45VIC.yellowstone_intel.clm-vrtlay
The land log reports:
Reading initial conditions from
/glade/p/cesmdata/cseg/inputdata/lnd/clm2/initdata_map/clmi.ICRUCLM45SP.2000-01-01.0.9x1.25_g1v6_simyr2000_c141226.nc
(GETFIL): attempting to find local file
clmi.ICRUCLM45SP.2000-01-01.0.9x1.25_g1v6_simyr2000_c141226.nc (GETFIL): using
/glade/p/cesmdata/cseg/inputdata/lnd/clm2/initdata_map/clmi.ICRUCLM45SP.2000-01-01.0.9x1.25_g1v6_simyr2000_c141226.nc
Reading restart dataset
check_dim ERROR: mismatch of input dimension 15
with expected value 30 for variable levgrnd
ERROR:
ERROR in /glade/p/work/andre/dlawren_accel_spinup/accel_spinup_dr/components/clm/src/main/ncdio_pio.F90.in at line 358
It seems that there is a conflict between the new soil layer structure and the initial conditions file. This should be the same as the original more_vertlayers, I'm not sure at the moment why the original test ran.
These are both VIC tests, so the error may have something to do with that instead?
Maybe these would be a good test for the interp of vertical soil structure?
The text was updated successfully, but these errors were encountered: