Ignore:
Timestamp:
05/26/22 20:21:20 (2 years ago)
Author:
oboucher
Message:

Correct some errors in the writing of ss_w and ss_g

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/CMIP6_FORCING/AER_OPTICS/mie_6bands_seasalt_v4.f

    r3385 r6150  
    149149c 
    150150       OPEN (unit=14, file='SEXT_seasalt_6bands.txt') 
    151        OPEN (unit=15, file='G_seasalt_6bands.txt') 
    152        OPEN (unit=16, file='SSA_seasalt_6bands.txt') 
     151       OPEN (unit=15, file='SSA_seasalt_6bands.txt') 
     152       OPEN (unit=16, file='G_seasalt_6bands.txt') 
    153153       OPEN (unit=24, file='SEXT_seasalt_5wave.txt') 
    154154       OPEN (unit=25, file='SABS_seasalt_5wave.txt') 
     
    408408        WRITE(15,*) '  ! '//chmode(mode) 
    409409        DO k=1, NbandSW 
    410         WRITE(15,951) (ss_g(k,IRH),IRH=1,rh_int) 
     410        WRITE(15,951) (ss_w(k,IRH),IRH=1,rh_int) 
    411411        ENDDO 
    412412        WRITE(16,*) '  ! '//chmode(mode) 
    413413        DO k=1, NbandSW 
    414         WRITE(16,951) (ss_w(k,IRH),IRH=1,rh_int) 
     414        WRITE(16,951) (ss_g(k,IRH),IRH=1,rh_int) 
    415415        ENDDO 
    416416c 
Note: See TracChangeset for help on using the changeset viewer.