Changeset 997 for trunk/LMDZ.GENERIC
- Timestamp:
- Jun 28, 2013, 4:07:30 PM (12 years ago)
- Location:
- trunk/LMDZ.GENERIC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/README
r996 r997 979 979 - Added possibility to initialize temperature from a rcm1d profile (t=profile) 980 980 - Added output for Ls in diagfi 981 982 == 28/06/2013 == JL 983 - bug fix in setspi & setspv : counters must be initialized in routine in 984 case of multiple calls -
trunk/LMDZ.GENERIC/libf/phystd/setspi.F90
r989 r997 48 48 49 49 !! used to count lines 50 integer :: nb =051 integer :: ierr =050 integer :: nb 51 integer :: ierr 52 52 53 53 logical forceEC, planckcheck … … 92 92 endif 93 93 94 nb=0 95 ierr=0 94 96 ! check that the file contains the right number of bands 95 97 open(131,file=file_path,form='formatted') -
trunk/LMDZ.GENERIC/libf/phystd/setspv.F90
r989 r997 47 47 48 48 !! used to count lines 49 integer :: nb =050 integer :: ierr =049 integer :: nb 50 integer :: ierr 51 51 52 52 !======================================================================= … … 70 70 endif 71 71 72 nb=0 73 ierr=0 72 74 ! check that the file contains the right number of bands 73 75 open(131,file=file_path,form='formatted')
Note: See TracChangeset
for help on using the changeset viewer.