Changeset 2851 for trunk/LMDZ.VENUS/libf/phyvenus/dyn1d
- Timestamp:
- Dec 21, 2022, 10:55:05 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.VENUS/libf/phyvenus/dyn1d/rcm1d.F
r2684 r2851 89 89 real :: dummy 90 90 91 character*8 specname( 36)92 real mmol( 36)91 character*8 specname(40) 92 real mmol(40) 93 93 94 94 c======================================================================= … … 103 103 & 99., 32., 48., 64., 80., 104 104 & 96., 60., 81., 98., 64., 105 & 99., 83., 28., 4., 18.,106 & 98./)105 & 99., 83., 28., 4., 46., 106 & 30., 14., 14., 18., 98./) 107 107 108 108 specname = (/"co2", "co", "h2", "h2o", "o1d", … … 112 112 & "cocl2", "s", "so", "so2", "so3", 113 113 & "s2o2", "ocs", "hso3", "h2so4", "s2", 114 & "clso2", "oscl", "n2", "he", " h2oliq",115 & " h2so4liq"/)114 & "clso2", "oscl", "n2", "he", "no2", "no", 115 & "n", "n2d", "h2oliq", "h2so4liq"/) 116 116 117 117 c ------------------------------------------------------ … … 514 514 c ------------------------------------------------------------ 515 515 516 if ((idt==1) .OR. (idt==9600) .OR. (idt==19200) .OR. 517 $ (idt==28800) .OR. (idt==38400) .OR. (idt==48000)) then 516 if (mod(idt,9600)==0) then 518 517 DO ilayer=1,nlayer 519 518 write (5,'(100e12.4)')play(ilayer)/100., q(ilayer,:) … … 523 522 ENDDO ! fin de la boucle temporelle 524 523 525 cclose(5)524 close(5) 526 525 c ======================================================== 527 526 c GESTION DES SORTIE
Note: See TracChangeset
for help on using the changeset viewer.