mvertens
mvertens
### Description of changes This permits use of an unstructured mpas grid as input. ### Specific notes Contributors other than yourself, if any: CDEPS Issues Fixed: #249 also fixes CTSM...
All of the aux_cdeps tests are now failing with this PR. It seems that the aux tests were not run as part of the PR. So this needs to be...
In CISM, subroutine glad_gcm (in glad_main.F90) is set up to receive two 3D ocean fields on the CISM grid: ```F90 real(dp),dimension(:,:,:),intent(in) :: salinity ! input ocean salinity (g/kg) real(dp),dimension(:,:,:),intent(in) ::...
The problem is that if a point is over what would have been land the mask is not set to 1.
This PR represents the CAM external used for the CAM PR https://github.com/NorESMhub/CAM/pull/128 which has been merged.
This can be seen with the following test: `ERS_Ld6_Vnuopc.f10_f10_musgs.IHistClm50SpRsGs.cheyenne_intel.clm-decStart `The original values of the orbital settings are: ``` orb_eccen = 1.e36 orb_iyear = 1850 orb_iyear_align = 1850 orb_mode = variable_year...
the following scripts_regression_tests fails due to the ESMF clock not supporting a 100K year ERS.ne30_g16_rx1.A.cheyenne_intel.drv-y100k The following is the run start date: RUN_STARTDATE: 99999-12-28
If you are doing annual budgets but do the run in say 6 month intervals, you need to have budget restart info available so that the correct annual budget is...
The way that the mediator history and restarts writes are done need to be rewritten so that iodesc are reused and syncfile call is only done once all the data...