Changeset 3749 for trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
- Timestamp:
- Apr 30, 2025, 5:54:41 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90
r3698 r3749 35 35 alpha_lift, alpha_devil, qextrhor, & 36 36 nesp, is_chim 37 use time_phylmdz_mod, only: ecritphy, iphysiq, nday37 use time_phylmdz_mod, only: diagfi_output_rate, nday 38 38 use phyetat0_mod, only: phyetat0,tab_cntrl_mod 39 39 use wstats_mod, only: callstats, wstats, mkstats … … 1858 1858 1859 1859 if(meanOLR .and. is_master)then 1860 if((ngrid.gt.1) .or. (mod(icount-1, ecritphy).eq.0))then1860 if((ngrid.gt.1) .or. (mod(icount-1,diagfi_output_rate).eq.0))then 1861 1861 ! to record global radiative balance 1862 1862 open(92,file="rad_bal.out",form='formatted',position='append') … … 2110 2110 ! containing any variable for diagnostic 2111 2111 ! 2112 ! Note 1 : output with period " ecritphy", set in "run.def"2112 ! Note 1 : output with period "diagfi_output_rate", set in "run.def" 2113 2113 ! Note 2 : writediagfi can also be called from any other subroutine 2114 2114 ! for any variable, but its preferable to keep all the … … 2208 2208 call write_output('dtaui_01','Layer optical thickness attenuation in IR band','',int_dtaui(:,nlayer:1:-1,1)) 2209 2209 call write_output('dtaui_17','Layer optical thickness attenuation in IR band','',int_dtaui(:,nlayer:1:-1,17)) 2210 2210 2211 2211 ! Temporary inclusions for heating diagnostics. 2212 2212 if (.not.fast) then
Note: See TracChangeset
for help on using the changeset viewer.