noel
noel
As Gautam already noted, this is same issue as https://github.com/E3SM-Project/E3SM/issues/5221 and you found/fixed it first. I can close that one or maybe you could add "fixes #" to your PR.
One reason for this change is that the new test (like `ERS.ne30pg2_r05_EC30to60E2r2.GPMPAS-JRA.gcp_gnu.mosart-rof_ocn_2way`) was downloading many years of data into `inputdata/ocn/jra55/v1.3_noleap/`. While this may be needed for machines that will be...
Update: the branch I was testing did not have the changes in this PR, so can ignore the following. Tests on GCP seem to be working as expected with todays...
There were no xmlchanges: ``` gcp-e3sm10-login0% cat CaseStatus 2022-10-21 18:25:37: case.setup starting --------------------------------------------------- 2022-10-21 18:26:25: case.setup success --------------------------------------------------- 2022-10-21 18:26:27: case.build (SHAREDLIB_BUILD) starting --------------------------------------------------- 2022-10-21 18:32:47: case.build (SHAREDLIB_BUILD) success ---------------------------------------------------...
Ah, you know what -- i'm actually testing with `sarich/machinefiles/gcp-update-gcc-12.2` which I assumed was recent enough master to include that change. But maybe not! Trying again with todays master OK...
Just to conclude, false alarm. The branch I was testing did not have the changes in this PR. With todays master it seems to work as expected. Only 8 files...
I knew issue looked familiar. Same as https://github.com/E3SM-Project/E3SM/issues/3786 and will close
Reopening this issue and will close the others that are older and perhaps more confusing.
Other tests known to hit same error: ``` SMS_D_PMx1.f19_g16.I1850CNECACNTBC.cori-knl_intel SMS_D.f19_g16.I1850CNECACNTBC.cori-knl_intel ```
Still same issue in master os March 2020. It's this file, which presumably requires change in cime? `cime/src/drivers/mct/main/cplcomp_exchange_mod.F90` ``` if (mranko == 0) then write(logunit,102) trim(subname),' created new gsmap decomp_type...