Changeset 152 for trunk/LMDZ.VENUS/libf
- Timestamp:
- Jun 8, 2011, 4:49:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/physiq.F
r150 r152 340 340 c 341 341 INTEGER nhori, nvert, idayref 342 INTEGER itau_phy_modif 342 343 REAL zsto, zout, zsto1, zsto2, zero 343 344 parameter (zero=0.0e0) … … 446 447 . t_ancien, ancien_ok) 447 448 448 c dtime est lu dans startphy , alors que449 c dtime est lu dans startphy 449 450 c pdtphys est calcule a partir des nouvelles conditions: 450 451 c Reinitialisation du pas de temps physique quand changement … … 454 455 c abort_message='Pas physique n est pas correct ' 455 456 c call abort_gcm(modname,abort_message,1) 457 c---------------- 458 c pour initialiser convenablement le time_counter, il faut tenir compte 459 c du changement de dtime en changeant itau_phy (point de depart) 460 itau_phy = NINT(itau_phy*dtime/pdtphys) 461 c---------------- 456 462 dtime=pdtphys 457 463 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.