generated from ACCESS-NRI/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
See
gadi:/g/data/vk83/configurations/inputs/access-esm1p5/modern/historical/atmosphere/forcing/resolution_independent/2021.06.22/TSI_CMIP6_ESM_v2
! SCVARY: Array of variable solar constant, from 1700 to 2300.
and https://github.com/ACCESS-NRI/UM7/blob/dev-access-esm1.6/umbase_hg3/src/control/top_level/setcona.F90 lines 2033 to 2041:
if (L_SCVARY) then
write(6,*) 'SETCONA: Reading in solar forcing from file: ', &
& FILE_SCVARY
OPEN(UNIT=56,file=FILE_SCVARY,status='old')
do i=1,601
read(56,*) ysol,scvary(i)
enddo
CLOSE(56)
endif
The ACCESS-ESM1.6 code therefore expects the file accessed via FILE_SCVARY (currently TSI_CMIP7_ESM) to contain 601 lines of the form
1700 1365.444521
...
2300 1365.759766
representing total solar irradiance values from 1700 to 2300.
Metadata
Metadata
Assignees
Labels
No labels