Changeset 2672 for trunk/LMDZ.MARS/libf/aeronomars
- Timestamp:
- Apr 27, 2022, 2:37:49 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/aeronomars/inichim_newstart.F90
r2636 r2672 1 module inichim_newstart_mod 2 3 implicit none 4 5 contains 6 1 7 subroutine inichim_newstart(ngrid, nq, pq, qsurf, ps, & 2 8 flagh2o, flagthermo) … … 49 55 ! outputs : 50 56 51 real,intent( out) :: pq(nbp_lon+1,nbp_lat,nbp_lev,nq) ! advected fields, ie chemical species57 real,intent(inout) :: pq(nbp_lon+1,nbp_lat,nbp_lev,nq) ! advected fields, ie chemical species 52 58 real,intent(out) :: qsurf(ngrid,nq) ! surface values (kg/m2) of tracers 53 59 … … 810 816 deallocate(vmrint) 811 817 812 end 818 end subroutine inichim_newstart 819 820 end module inichim_newstart_mod
Note: See TracChangeset
for help on using the changeset viewer.