Changeset 119 for trunk/libf/dyn3d
- Timestamp:
- May 17, 2011, 10:56:57 AM (14 years ago)
- Location:
- trunk/libf/dyn3d
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libf/dyn3d/conf_gcm.F
r108 r119 376 376 iphysiq = 5 377 377 CALL getin('iphysiq', iphysiq) 378 379 !Config Key = iflag_trac 380 !Config Desc = traceurs presents ou non 381 !Config Def = 1 382 !Config Help = Permet de faire tourner le modele sans traceurs 383 !Config 384 iflag_trac = 1 385 CALL getin('iflag_trac',iflag_trac) 378 386 379 387 !Config Key = ip_ebil_dyn … … 657 665 write(lunout,*)' iflag_phys = ', iflag_phys 658 666 write(lunout,*)' iphysiq = ', iphysiq 667 write(lunout,*)' iflag_trac = ', iflag_trac 659 668 write(lunout,*)' clonn = ', clonn 660 669 write(lunout,*)' clatt = ', clatt … … 894 903 write(lunout,*)' iflag_phys = ', iflag_phys 895 904 write(lunout,*)' iphysiq = ', iphysiq 905 write(lunout,*)' iflag_trac = ', iflag_trac 896 906 write(lunout,*)' clon = ', clon 897 907 write(lunout,*)' clat = ', clat -
trunk/libf/dyn3d/leapfrog.F
r110 r119 448 448 IF (first) THEN 449 449 #include "ini_paramLMDZ_dyn.h" 450 first=.false. 450 451 ENDIF 451 452 c … … 863 864 END IF ! of IF(.not.purmats) 864 865 865 first=.false.866 867 866 STOP 868 867 END -
trunk/libf/dyn3d/logic.h
r101 r119 15 15 & apdiss,apdelq,saison,ecripar,fxyhypb,ysinus & 16 16 & ,read_start,ok_guide,ok_strato,ok_gradsfile & 17 & ,ok_limit,ok_etat0 ,iflag_trac17 & ,ok_limit,ok_etat0 18 18 19 INTEGER iflag_phys 19 INTEGER iflag_phys,iflag_trac 20 20 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.