Ignore:
Timestamp:
Aug 20, 2025, 4:25:12 PM (3 days ago)
Author:
emillour
Message:

Mars PCM:
Some code tidying:

  • turn aeroptproperties, albedocaps, cvmgp and convadj into modules
  • remove useless check in callradite
  • clean module vlz_fi (remove obsolete #ifdef CRAY cpp alternatives)
  • remove function cvmgp since it was only called under #ifdef CRAY in vlz_fi

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/convadj.F

    r3726 r3901  
     1      module convadj_mod
     2     
     3      implicit none
     4     
     5      contains
     6     
    17      subroutine convadj(ngrid,nlay,nq,ptimestep,
    28     &                   pplay,pplev,ppopsk,lmax_th,
     
    381387     &                             -zq(1:ngrid,1:nlay,1:nq))/ptimestep
    382388
    383       end
     389      end subroutine convadj
    384390     
     391      end module convadj_mod
Note: See TracChangeset for help on using the changeset viewer.