Changeset 1359 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Nov 5, 2014, 1:19:16 PM (10 years ago)
Author:
aslmd
Message:

LMDZ.GENERIC : added an option to allow to change preff and use topo. corrected a bug with isotherm and hydrostatic integrations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/newstart.F

    r1330 r1359  
    578578      write(*,*)
    579579      write(*,*) 'flat : no topography ("aquaplanet")'
     580      write(*,*) 'set_ps_to_preff : used if changing preff with topo'
    580581      write(*,*) 'nuketharsis : no Tharsis bulge'
    581582      write(*,*) 'bilball : uniform albedo and thermal inertia'
     
    663664             enddo
    664665         end if
     666
     667c       'set_ps_to_preff' : used if changing preff with topo 
     668c       ----------------------------------------------------
     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
    665675
    666676c       'nuketharsis : no tharsis bulge for Early Mars'
     
    13111321          Tset(1:iip1,1:jjp1,1:llm)=Tiso
    13121322          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       
    13141329          ucov(1:iip1,1:jjp1,1:llm)=0
    13151330          vcov(1:iip1,1:jjm,1:llm)=0
Note: See TracChangeset for help on using the changeset viewer.