Changeset 935 for LMDZ4/branches/LMDZ4_V3_patches/libf/dyn3d/conf_gcm.F
- Timestamp:
- Mar 26, 2008, 2:06:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/branches/LMDZ4_V3_patches/libf/dyn3d/conf_gcm.F
r844 r935 593 593 offline = .FALSE. 594 594 CALL getin('offline',offline) 595 596 !Config Key = ok_dynzon 597 !Config Desc = calcul et sortie des transports 598 !Config Def = n 599 !Config Help = Permet de mettre en route le calcul des transports 600 !Config 601 ok_dynzon = .FALSE. 602 CALL getin('ok_dynzon',ok_dynzon) 595 603 596 604 … … 636 644 write(lunout,*)' tauyy = ', tauyy 637 645 write(lunout,*)' offline = ', offline 646 write(lunout,*)' ok_dynzon = ', ok_dynzon 638 647 639 648 RETURN … … 750 759 write(lunout,*)' offline = ', offline 751 760 761 !Config Key = ok_dynzon 762 !Config Desc = calcul et sortie des transports 763 !Config Def = n 764 !Config Help = Permet de mettre en route le calcul des transports 765 !Config 766 ok_dynzon = .FALSE. 767 CALL getin('ok_dynzon',ok_dynzon) 752 768 753 769 write(lunout,*)' #########################################' … … 792 808 write(lunout,*)' tauy = ', tauy 793 809 write(lunout,*)' offline = ', offline 810 write(lunout,*)' ok_dynzon = ', ok_dynzon 794 811 c 795 812 RETURN
Note: See TracChangeset
for help on using the changeset viewer.