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_bc_v4.f

    r3385 r6150  
    145145c 
    146146       OPEN (unit=14, file='SEXT_bc_soluble_6bands.txt') 
    147        OPEN (unit=15, file='G_bc_soluble_6bands.txt') 
    148        OPEN (unit=16, file='SSA_bc_soluble_6bands.txt') 
     147       OPEN (unit=15, file='SSA_bc_soluble_6bands.txt') 
     148       OPEN (unit=16, file='G_bc_soluble_6bands.txt') 
    149149c 
    150150       OPEN (unit=24, file='SEXT_bc_insoluble_6bands.txt') 
    151        OPEN (unit=25, file='G_bc_insoluble_6bands.txt') 
    152        OPEN (unit=26, file='SSA_bc_insoluble_6bands.txt') 
     151       OPEN (unit=25, file='SSA_bc_insoluble_6bands.txt') 
     152       OPEN (unit=26, file='G_bc_insoluble_6bands.txt') 
    153153c 
    154154       OPEN (unit=34, file='SEXT_bc_soluble_5wave.txt') 
     
    409409        WRITE(15,*) '  ! '//chmode(mode) 
    410410        DO k=1, NbandSW 
    411           WRITE(15,951) (ss_g(k,IRH),IRH=1,rh_int) 
     411          WRITE(15,951) (ss_w(k,IRH),IRH=1,rh_int) 
    412412        ENDDO 
    413413        WRITE(16,*) '  ! '//chmode(mode) 
    414414        DO k=1, NbandSW 
    415           WRITE(16,951) (ss_w(k,IRH),IRH=1,rh_int) 
     415          WRITE(16,951) (ss_g(k,IRH),IRH=1,rh_int) 
    416416        ENDDO 
    417417c 
Note: See TracChangeset for help on using the changeset viewer.