Changeset 1664 for LMDZ5/branches/testing/libf/dyn3dpar/conf_gcm.F
- Timestamp:
- Oct 9, 2012, 3:29:15 PM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk (added) merged: 1555-1557,1559-1566,1568-1575
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dpar/conf_gcm.F
r1502 r1664 17 17 use parallel, ONLY : omp_chunk 18 18 USE control_mod 19 USE infotrac, ONLY : type_trac 19 20 IMPLICIT NONE 20 21 c----------------------------------------------------------------------- … … 102 103 CALL getin('lunout', lunout) 103 104 IF (lunout /= 5 .and. lunout /= 6) THEN 104 OPEN(lunout,FILE='lmdz.out') 105 OPEN(UNIT=lunout,FILE='lmdz.out_0000',ACTION='write', 106 & STATUS='unknown',FORM='formatted') 107 105 108 ENDIF 106 109 … … 588 591 END IF 589 592 593 !Config Key = type_trac 594 !Config Desc = Choix de couplage avec model de chimie INCA ou REPROBUS 595 !Config Def = lmdz 596 !Config Help = 597 !Config 'lmdz' = pas de couplage, pur LMDZ 598 !Config 'inca' = model de chime INCA 599 !Config 'repr' = model de chime REPROBUS 600 type_trac = 'lmdz' 601 CALL getin('type_trac',type_trac) 602 603 590 604 !Config Key = config_inca 591 605 !Config Desc = Choix de configuration de INCA … … 659 673 write(lunout,*)' tauyy = ', tauyy 660 674 write(lunout,*)' offline = ', offline 675 write(lunout,*)' type_trac = ', type_trac 661 676 write(lunout,*)' config_inca = ', config_inca 662 677 write(lunout,*)' ok_dynzon = ', ok_dynzon … … 785 800 & 'only the file phystoke.nc will still be created ' 786 801 END IF 802 803 !Config Key = type_trac 804 !Config Desc = Choix de couplage avec model de chimie INCA ou REPROBUS 805 !Config Def = lmdz 806 !Config Help = 807 !Config 'lmdz' = pas de couplage, pur LMDZ 808 !Config 'inca' = model de chime INCA 809 !Config 'repr' = model de chime REPROBUS 810 type_trac = 'lmdz' 811 CALL getin('type_trac',type_trac) 787 812 788 813 !Config Key = config_inca … … 933 958 write(lunout,*)' tauy = ', tauy 934 959 write(lunout,*)' offline = ', offline 960 write(lunout,*)' type_trac = ', type_trac 935 961 write(lunout,*)' config_inca = ', config_inca 936 962 write(lunout,*)' ok_dynzon = ', ok_dynzon
Note: See TracChangeset
for help on using the changeset viewer.