Ignore:
Timestamp:
Apr 30, 2025, 5:54:41 PM (8 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/dyn1d/rcm1d.F

    r3718 r3749  
    2020      use comcstfi_mod, only: pi, cpp, rad, g, r,
    2121     &                        mugaz, rcp, omeg
    22       use time_phylmdz_mod, only: daysec, dtphys, day_step, ecritphy,
     22      use time_phylmdz_mod, only: daysec, dtphys, diagfi_output_rate,
    2323     &                            nday, iphysiq
    2424      use callkeys_mod, only: tracer, specOLR,pceil,haze
     
    8080      INTEGER lecttsoil     ! lecture of tsoil from proftsoil
    8181      INTEGER lecthaze      ! lecture of haze from profhaze
    82       REAL day              ! date durant le run
     82      REAL day              ! date during the run
     83      INTEGER day_step      ! number of time steps per day
    8384      REAL time             ! time (0<time<1 ; time=0.5 a midi)
    8485      REAL play(llm)        ! Pressure at the middle of the layers (Pa)
     
    528529      write(*,*) " day_step = ",day_step
    529530
    530       iphysiq=1 ! in 1D model physics are called evry time step
    531       ecritphy=day_step ! default value for ecritphy
     531      diagfi_output_rate=24 ! default value for diagfi_output_rate
    532532      PRINT *,'Nunber of steps between writediagfi ?'
    533       call getin("ecritphy",ecritphy)
    534       write(*,*) " ecritphy = ",ecritphy
     533      call getin("diagfi_output_rate",diagfi_output_rate)
     534      write(*,*) " diagfi_output_rate = ",diagfi_output_rate
    535535
    536536      ndt=10 ! default value for ndt
Note: See TracChangeset for help on using the changeset viewer.