Changeset 1359 for trunk/LMDZ.GENERIC
- Timestamp:
- Nov 5, 2014, 1:19:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/newstart.F
r1330 r1359 578 578 write(*,*) 579 579 write(*,*) 'flat : no topography ("aquaplanet")' 580 write(*,*) 'set_ps_to_preff : used if changing preff with topo' 580 581 write(*,*) 'nuketharsis : no Tharsis bulge' 581 582 write(*,*) 'bilball : uniform albedo and thermal inertia' … … 663 664 enddo 664 665 end if 666 667 c 'set_ps_to_preff' : used if changing preff with topo 668 c ---------------------------------------------------- 669 else if (trim(modif) .eq. 'set_ps_to_preff') then 670 do j=1,jjp1 671 do i=1,iip1 672 ps(i,j)=preff 673 enddo 674 enddo 665 675 666 676 c 'nuketharsis : no tharsis bulge for Early Mars' … … 1311 1321 Tset(1:iip1,1:jjp1,1:llm)=Tiso 1312 1322 flagtset=.true. 1313 1323 1324 t(1:iip1,1:jjp1,1:llm)=Tiso 1325 !! otherwise hydrost. integrations below 1326 !! use the wrong temperature 1327 !! -- NB: Tset might be useless 1328 1314 1329 ucov(1:iip1,1:jjp1,1:llm)=0 1315 1330 vcov(1:iip1,1:jjm,1:llm)=0
Note: See TracChangeset
for help on using the changeset viewer.