Ignore:
Timestamp:
Mar 19, 2025, 2:27:25 PM (4 months ago)
Author:
debatzbr
Message:

Calculate the visible opacity everywhere
BBT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90

    r3694 r3695  
    22012201      !   call write_output('dtaui'//str2,'Layer optical thickness attenuation in IR band '//str2,'',int_dtaui(:,nlayer:1:-1,nw))
    22022202      !enddo
    2203 
     2203      call write_output('dtauv_01','Layer optical thickness attenuation in VI band','',int_dtauv(:,nlayer:1:-1,1))
     2204      call write_output('dtauv_23','Layer optical thickness attenuation in VI band','',int_dtauv(:,nlayer:1:-1,23))
     2205      call write_output('dtaui_01','Layer optical thickness attenuation in IR band','',int_dtaui(:,nlayer:1:-1,1))
     2206      call write_output('dtaui_17','Layer optical thickness attenuation in IR band','',int_dtaui(:,nlayer:1:-1,17))
     2207     
    22042208      ! Temporary inclusions for heating diagnostics.
    22052209      if (.not.fast) then
Note: See TracChangeset for help on using the changeset viewer.