Ignore:
Timestamp:
Apr 30, 2025, 5:54:41 PM (3 months ago)
Author:
afalco
Message:

Pluto: ecritphy changed into diagfi_output_rate (followup of generic model), which defines the output rate of the diagfi in physical timesteps rather than dynamical ones.
AF

File:
1 edited

Legend:

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

    r3698 r3749  
    3535                          alpha_lift, alpha_devil, qextrhor, &
    3636                          nesp, is_chim
    37       use time_phylmdz_mod, only: ecritphy, iphysiq, nday
     37      use time_phylmdz_mod, only: diagfi_output_rate, nday
    3838      use phyetat0_mod, only: phyetat0,tab_cntrl_mod
    3939      use wstats_mod, only: callstats, wstats, mkstats
     
    18581858
    18591859         if(meanOLR .and. is_master)then
    1860             if((ngrid.gt.1) .or. (mod(icount-1,ecritphy).eq.0))then
     1860            if((ngrid.gt.1) .or. (mod(icount-1,diagfi_output_rate).eq.0))then
    18611861               ! to record global radiative balance
    18621862               open(92,file="rad_bal.out",form='formatted',position='append')
     
    21102110!           containing any variable for diagnostic
    21112111!
    2112 !             Note 1 : output with  period "ecritphy", set in "run.def"
     2112!             Note 1 : output with  period "diagfi_output_rate", set in "run.def"
    21132113!             Note 2 : writediagfi can also be called from any other subroutine
    21142114!                      for any variable, but its preferable to keep all the
     
    22082208      call write_output('dtaui_01','Layer optical thickness attenuation in IR band','',int_dtaui(:,nlayer:1:-1,1))
    22092209      call write_output('dtaui_17','Layer optical thickness attenuation in IR band','',int_dtaui(:,nlayer:1:-1,17))
    2210      
     2210
    22112211      ! Temporary inclusions for heating diagnostics.
    22122212      if (.not.fast) then
Note: See TracChangeset for help on using the changeset viewer.