Skip to content

Extend historical solar forcing from 1700 to 2300 #97

@penguian

Description

@penguian

See

gadi:/g/data/vk83/configurations/inputs/access-esm1p5/modern/historical/atmosphere/forcing/resolution_independent/2021.06.22/TSI_CMIP6_ESM_v2

https://github.com/ACCESS-NRI/UM7/blob/dev-access-esm1.6/umbase_hg3/src/atmosphere/short_wave_radiation/scvary_Mod.F90 line 38:

! 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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions