Ignore:
Timestamp:
Apr 26, 2025, 8:20:13 PM (7 weeks ago)
Author:
emillour
Message:

Mars PCM:
Code tidying: put routines in modules, remove useless "return" statements, etc.
EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/orodrag_mod.F90

    r2651 r3739  
    3939      USE comcstfi_h, ONLY: g, cpp
    4040      USE yoegwd_h, ONLY: gkwake
     41      USE orosetup_mod, ONLY: orosetup
    4142     
    4243      implicit none
     
    5758      REAL, intent(in):: pvar(ndomainsz)       ! Sub-grid scale standard deviation
    5859      REAL, intent(in):: psig(ndomainsz)       ! Sub-grid scale slope
    59       REAL, intent(in):: pgam(ndomainsz)       ! Sub-grid scale anisotropy
     60      REAL, intent(inout):: pgam(ndomainsz)       ! Sub-grid scale anisotropy
    6061      REAL, intent(in):: pthe(ndomainsz)       ! Sub-grid scale principal axes angle
    6162      REAL, intent(in):: zgeom(ndomainsz,nlayer)     ! Geopotential height of full levels
Note: See TracChangeset for help on using the changeset viewer.