Skip to content

Extend historical volcanic forcing to 2300 #92

@penguian

Description

@penguian

In https://github.com/ACCESS-NRI/UM7/blob/dev-access-esm1.6/umbase_hg3/src/control/top_level/setcona.F90 there occur the following lines:

      if (L_VOLCTS) then
      write(6,*) 'SETCONA: Reading in volcanic forcing from file: ',    &
     &            FILE_VOLCTS
      OPEN(UNIT=56,file=FILE_VOLCTS,status='old') 
      do i=1850,2300 
        do j=1,12 
          read(56,*) yvolc,mvolc,volcts(:,j,i) 
        enddo 
      enddo 
      CLOSE(56)
      endif

Therefore the historical volcanic forcing file needs to contain values representing each month of the years 1850 to 2300. For the historical experiment, the values after CMIP7_HI_VOLCANIC_END_YEAR (2023) can be dummy values. The dummy values could just be a repeat of the 1850 values.

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