Changeset 330 for trunk/LMDZ.MARS/libf


Ignore:
Timestamp:
Oct 25, 2011, 10:10:00 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: changes related to g95 support. but the model does not compile apparently. notes taken in NOTES.txt but sorry g95 with LMD_MM_MARS no longer supported at least on 64bits machines. LMDZ.MARS: minor changes related to warning while trying to compile with g95.

Location:
trunk/LMDZ.MARS/libf/phymars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dimradmars.h

    r148 r330  
    4949
    5050!  Warning : the "nir" thermal IR bands are not ordered by wavelength:
    51 !      iir=1 : central 15um CO2 bands \   
     51!      iir=1 : central 15um CO2 bands    
    5252!      iir=2 : CO2 band wings    [long1co2-long2co2] MINUS central band
    5353!      iir=3 : 9 um band [long1ir - long1co2]
  • trunk/LMDZ.MARS/libf/phymars/meso_inc/meso_inc_les.F

    r290 r330  
    1          if (callrichsl .eq. .false.) then
     1         if (.not.callrichsl) then
    22       
    33             DO ig=1,ngrid
  • trunk/LMDZ.MARS/libf/phymars/physiq.F

    r319 r330  
    8989c    pt(ngrid,nlayer)      Temperature (K)
    9090c    pq(ngrid,nlayer,nq)   Advected fields
    91 c    pudyn(ngrid,nlayer)    \
    92 c    pvdyn(ngrid,nlayer)     \ Dynamical temporal derivative for the
    93 c    ptdyn(ngrid,nlayer)     / corresponding variables
    94 c    pqdyn(ngrid,nlayer,nq) /
     91c    pudyn(ngrid,nlayer)    |
     92c    pvdyn(ngrid,nlayer)    | Dynamical temporal derivative for the
     93c    ptdyn(ngrid,nlayer)    | corresponding variables
     94c    pqdyn(ngrid,nlayer,nq) |
    9595c    pw(ngrid,?)           vertical velocity
    9696c
     
    9898c   -------
    9999c
    100 c    pdu(ngrid,nlayermx)        \
    101 c    pdv(ngrid,nlayermx)         \  Temporal derivative of the corresponding
    102 c    pdt(ngrid,nlayermx)         /  variables due to physical processes.
    103 c    pdq(ngrid,nlayermx,nqmx)   /
    104 c    pdpsrf(ngrid)             /
     100c    pdu(ngrid,nlayermx)       |
     101c    pdv(ngrid,nlayermx)       |  Temporal derivative of the corresponding
     102c    pdt(ngrid,nlayermx)       |  variables due to physical processes.
     103c    pdq(ngrid,nlayermx,nqmx)  |
     104c    pdpsrf(ngrid)             |
    105105c    tracerdyn                 call tracer in dynamical part of GCM ?
    106106
     
    17731773         if (calltherm .and. (z_out .gt. 0.)) then
    17741774         call surflayer_interpol(ngrid,nlayer,z0,g,zzlay,zu,zv,wmax_th
    1775      &              ,tsurf,zh,z_out,Teta_out,u_out,ustar,tstar)
     1775     &              ,tsurf,zh,z_out,Teta_out,u_out,ustar,tstar,L_mo)
    17761776
    17771777         zu2(:)=sqrt(zu(:,1)*zu(:,1)+zv(:,1)*zv(:,1))
  • trunk/LMDZ.MARS/libf/phymars/thermcell_dqupdown.F90

    r313 r330  
    212212                 if ((q(ig,k) .gt. 0.) .and. ( q(ig,k) .gt. 1.e-15 )) then
    213213                   !! only print if it is the thermal scheme which makes qa<0
    214                    print*,'qa<0 created by thermals!!!',charvar,ig,k,fm0(ig,k),qa(ig,k-1),entr0(ig,k),q(ig,k),fm0(ig,k+1),detr0(ig,k)
     214                   print*,'qa<0 created by thermals!!!',charvar,ig,k, &
     215     &                     fm0(ig,k),qa(ig,k-1),     &
     216     &                     entr0(ig,k),q(ig,k),fm0(ig,k+1),detr0(ig,k)
    215217                   print*,'---------> Cancelling qa'
    216218                 endif
Note: See TracChangeset for help on using the changeset viewer.