Changeset 1849
- Timestamp:
- Dec 12, 2017, 11:28:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/dynphy_lonlat/phytitan/newstart.F
r1815 r1849 368 368 c----------------------------------------------------------------------- 369 369 370 kappa = tab_cntrl(9) 371 etot0 = tab_cntrl(12) 372 ptot0 = tab_cntrl(13) 373 ztot0 = tab_cntrl(14) 374 stot0 = tab_cntrl(15) 375 ang0 = tab_cntrl(16) 370 ! JVO 2017 : For this part it seems to need a shift of 1 in the 371 ! tab_cntrl indexes compared to dynetat0 ... I introduced it to have 372 ! correct outputs of newstart but I don't really understand why ... 373 374 kappa = tab_cntrl(10) 375 etot0 = tab_cntrl(13) 376 ptot0 = tab_cntrl(14) 377 ztot0 = tab_cntrl(15) 378 stot0 = tab_cntrl(16) 379 ang0 = tab_cntrl(17) 376 380 write(*,*) "Newstart: kappa,etot0,ptot0,ztot0,stot0,ang0" 377 381 write(*,*) kappa,etot0,ptot0,ztot0,stot0,ang0 378 382 379 383 ! for vertical coordinate 380 preff=tab_cntrl(1 8) ! reference surface pressure381 pa=tab_cntrl(1 7) ! reference pressure at which coord is purely pressure384 preff=tab_cntrl(19) ! reference surface pressure 385 pa=tab_cntrl(18) ! reference pressure at which coord is purely pressure 382 386 !NB: in start_archive files tab_cntrl(17)=tab_cntrl(18)=0 383 387 write(*,*) "Newstart: preff=",preff," pa=",pa … … 389 393 if (yes.eq.'y') then 390 394 write(*,*)"New value of reference surface pressure preff?" 391 write(*,*)" (for Mars, typically preff=610)"395 write(*,*)" (for Titan, typically preff=140000)" 392 396 read(*,*) preff 393 397 write(*,*)"New value of reference pressure pa for purely" 394 398 write(*,*)"pressure levels (for hybrid coordinates)?" 395 write(*,*)" (for Mars, typically pa=20)"399 write(*,*)" (for Titan, typically pa=10000)" 396 400 read(*,*) pa 397 401 endif
Note: See TracChangeset
for help on using the changeset viewer.