Changeset 3315 for trunk/LMDZ.MARS
- Timestamp:
- Apr 25, 2024, 12:39:41 PM (7 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3307 r3315 4619 4619 == 19/04/2024 == JBC 4620 4620 Correction of a missing argument due to changes introduced in r3305. 4621 4622 == 25/04/2024 == LL 4623 Fixing a bug in the initialization of sub-grid surface temperatures in the 1D 4624 (subgrid slope index was missing) -
trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
r3307 r3315 659 659 temp = tmp2(1:) 660 660 else 661 read(3,*) header, (tsurf(1, :), j = 1,size(tsurf,2)), (temp(ilayer), ilayer = 1,nlayer)661 read(3,*) header, (tsurf(1,j), j = 1,size(tsurf,2)), (temp(ilayer), ilayer = 1,nlayer) 662 662 close(3) 663 663 endif
Note: See TracChangeset
for help on using the changeset viewer.