Changeset 3725 for trunk/LMDZ.GENERIC/libf/phystd/dyn1d
- Timestamp:
- Apr 15, 2025, 9:34:31 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/dyn1d/rcm1d.F
r3716 r3725 21 21 use comcstfi_mod, only: pi, cpp, rad, g, r, 22 22 & mugaz, rcp, omeg 23 use time_phylmdz_mod, only: daysec, dtphys, day_step, ecritphy,24 & nday, iphysiq23 use time_phylmdz_mod, only: daysec, dtphys, nday, 24 & diagfi_output_rate 25 25 use callkeys_mod, only: tracer,rings_shadow, 26 26 & specOLR,water,pceil,ok_slab_ocean,photochem … … 71 71 !================================================================== 72 72 73 #include "dimensions.h" 74 #include "paramet.h" 75 !include "dimphys.h" 76 #include "netcdf.inc" 77 #include "comgeom.h" 73 include "dimensions.h" 74 include "paramet.h" 75 include "comgeom.h" 78 76 79 77 c -------------------------------------------------------------- … … 91 89 c 92 90 INTEGER day0 ! date initial (sol ; =0 a Ls=0) 93 REAL day ! date durant le run 91 REAL day ! date during the run 92 INTEGER day_step ! number of time steps per day 94 93 REAL time ! time (0<time<1 ; time=0.5 a midi) 95 94 REAL play(llm) ! Pressure at the middle of the layers (Pa) … … 596 595 write(*,*) " day_step = ",day_step 597 596 598 iphysiq=1 ! in 1D model physics are called evry time step 599 ecritphy=day_step ! default value for ecritphy 597 diagfi_output_rate=day_step ! default value for diagfi_output_rate 600 598 PRINT *,'Nunber of steps between writediagfi ?' 601 call getin(" ecritphy",ecritphy)602 write(*,*) " ecritphy = ",ecritphy599 call getin("diagfi_output_rate",diagfi_output_rate) 600 write(*,*) " diagfi_output_rate = ",diagfi_output_rate 603 601 604 602 ndt=10 ! default value for ndt
Note: See TracChangeset
for help on using the changeset viewer.
