Changeset 3901 for trunk/LMDZ.MARS/libf/phymars/convadj.F
- Timestamp:
- Aug 20, 2025, 4:25:12 PM (3 days ago)
- 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 1 7 subroutine convadj(ngrid,nlay,nq,ptimestep, 2 8 & pplay,pplev,ppopsk,lmax_th, … … 381 387 & -zq(1:ngrid,1:nlay,1:nq))/ptimestep 382 388 383 end 389 end subroutine convadj 384 390 391 end module convadj_mod
Note: See TracChangeset
for help on using the changeset viewer.