- Timestamp:
- May 15, 2024, 10:05:02 AM (6 months ago)
- Location:
- trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/defrun_new.F
r2366 r3326 40 40 use sponge_mod,only: callsponge,nsponge,mode_sponge,tetasponge 41 41 use control_mod,only: nday, day_step, iperiod, anneeref, 42 & iconser, dissip_period, iphysiq 42 & iconser, dissip_period, iphysiq, timestart 43 43 USE logic_mod, ONLY: hybrid,purmats,fxyhypb,ysinus,iflag_phys 44 44 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, … … 104 104 WRITE(lunout,*) "DEFRUN_NEW: reading file run.def" 105 105 106 timestart=-9999 ! default value; if <0, use last stored time 107 call getin("timestart",timestart) 108 106 109 WRITE(lunout,*) "" 107 110 WRITE(lunout,*) "Number of days to run:" -
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
r3314 r3326 33 33 . rad,omeg,g,r,pi 34 34 USE serre_mod, ONLY: alphax 35 USE temps_mod, ONLY: day_ini 35 USE temps_mod, ONLY: day_ini,start_time 36 36 USE ener_mod, ONLY: etot0,ptot0,ztot0,stot0,ang0 37 37 use tabfi_mod, only: tabfi … … 372 372 ! with Earth-like Titan start files ( cf dynetat0 from common ) 373 373 374 kappa = tab_cntrl(10) 374 kappa = tab_cntrl(10) 375 daysec = tab_cntrl(11) 376 dtvr = tab_cntrl(12) 375 377 etot0 = tab_cntrl(13) 376 378 ptot0 = tab_cntrl(14) … … 400 402 read(*,*) pa 401 403 endif 404 405 ! start_time needs to be initialized 406 start_time = tab_cntrl(32) 407 402 408 c----------------------------------------------------------------------- 403 409 c Lecture du tab_cntrl et initialisation des constantes physiques
Note: See TracChangeset
for help on using the changeset viewer.