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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.