Changeset 3955 for trunk/LMDZ.PLUTO/libf


Ignore:
Timestamp:
Nov 6, 2025, 5:15:18 PM (5 weeks ago)
Author:
tbertrand
Message:

PLUTO PCM:
small cosmetic fixes for preparing a reference (bench) simulation
TB

Location:
trunk/LMDZ.PLUTO/libf/phypluto
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/callcorrk.F90

    r3929 r3955  
    827827
    828828      ! Test for out-of-bounds pressure.
    829       if (is_master) then
    830          if(plevrad(3).lt.pgasmin)then
    831             print*,'Warning: minimum pressure is outside the radiative'
    832             print*,'transfer kmatrix bounds, exiting.'
    833             print*,'Pressure:', plevrad(3), 'Pa'
    834             message="Minimum pressure outside of kmatrix bounds"
    835             !call abort_physic(subname,message,1)
    836          elseif(plevrad(L_LEVELS).gt.pgasmax)then
    837             print*,'Maximum pressure is outside the radiative'
    838             print*,'transfer kmatrix bounds, exiting.'
    839             message="Minimum pressure outside of kmatrix bounds"
    840             call abort_physic(subname,message,1)
    841          endif
    842       endif
     829!      if (is_master) then
     830!         if(plevrad(3).lt.pgasmin)then
     831!            print*,'Warning: minimum pressure is outside the radiative'
     832!            print*,'transfer kmatrix bounds, exiting.'
     833!            print*,'Pressure:', plevrad(3), 'Pa'
     834!            message="Minimum pressure outside of kmatrix bounds"
     835!            !call abort_physic(subname,message,1)
     836!         elseif(plevrad(L_LEVELS).gt.pgasmax)then
     837!            print*,'Maximum pressure is outside the radiative'
     838!            print*,'transfer kmatrix bounds, exiting.'
     839!            message="Minimum pressure outside of kmatrix bounds"
     840!            call abort_physic(subname,message,1)
     841!         endif
     842!      endif
    843843
    844844      ! Test for out-of-bounds temperature.
  • trunk/LMDZ.PLUTO/libf/phypluto/physiq_mod.F90

    r3952 r3955  
    15931593         !--------------------------------------------------
    15941594         pdqmuchem(:,:,:) = 0.
    1595          IF (callmufi) THEN
     1595         IF (callmufi.and.callmuclouds) THEN
    15961596            call mugas_prof(ngrid,nlayer,nq,zzlay,zzlev,pplay,pt,pdqmuchem)
    15971597         ENDIF
Note: See TracChangeset for help on using the changeset viewer.