Changeset 2980 for trunk/LMDZ.MARS/libf
- Timestamp:
- Jun 12, 2023, 4:38:28 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F
r2951 r2980 122 122 REAL pks, ptif, w(nlayer) 123 123 REAL qtotinit,qtot 124 real,allocatable :: mqtot(:)125 124 INTEGER ierr, aslun 126 125 REAL tmp1(0:nlayer),tmp2(0:nlayer) … … 287 286 allocate(dq(nlayer,nq)) 288 287 allocate(dqdyn(nlayer,nq)) 289 allocate(mqtot(nq))290 288 allocate(tnom_transp(nq)) 291 289
Note: See TracChangeset
for help on using the changeset viewer.