See https://github.com/ACCESS-NRI/CMIP7-Input/issues/28#issuecomment-2749824146 [CMIP7 Solar forcing](https://input4mips-cvs.readthedocs.io/en/latest/dataset-overviews/solar/) for piControl uses a Total Solar Irradiance (solar constant) value of ``` tsi = 1361.617 ``` Therefore in the namelist file `atmosphere/input_atm.nml` change ``` SC=1365.65 ``` to ``` SC=1361.617 ```