Changeset 1350 for trunk/LMDZ.GENERIC/libf/phystd
- Timestamp:
- Sep 29, 2014, 9:24:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/soil_settings.F
r1297 r1350 88 88 ! soil temperatures and thermal inertia will be requiered 89 89 interpol=.true. 90 ! allocate olmlayer 91 allocate(oldmlayer(dimlen),stat=ierr) 92 if (ierr.ne.0) then 93 write(*,*) 'soil_settings: failed allocation of oldmlayer!' 94 stop 95 endif 90 96 endif 91 97 ! 1.2 Find out the # of dimensions <inertiedat> was defined as using
Note: See TracChangeset
for help on using the changeset viewer.