Changeset 311
- Timestamp:
- Sep 30, 2011, 9:26:01 AM (13 years ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/README
r310 r311 1030 1030 --- ustar_seuil is more user-friendly than stress because direct comparison with ustar from model 1031 1031 --> For the moment this is MESOSCALE only, but potentially useful to everyone 1032 1033 == 30/09/11 == TN 1034 >> Bug correction in lect_start_archive.F ; in some cases layer(:) was not 1035 initialized. -
trunk/LMDZ.MARS/libf/dyn3d/lect_start_archive.F
r174 r311 523 523 CALL abort 524 524 endif 525 ! Also build (default) soil interlayer depth layer(:) 526 do isoil=1,nsoilmx 527 layer(isoil)=sqrt(mlayer(0)*mlayer(1))* 528 & ((mlayer(1)/mlayer(0))**(isoil-1)) 529 enddo 525 530 endif ! of if (depthinterpol) 526 531
Note: See TracChangeset
for help on using the changeset viewer.