Changeset 2116
- Timestamp:
- Mar 15, 2019, 4:05:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.TITAN/libf/phytitan/dyn1d/rcm1d.F
r2076 r2116 12 12 & dtemisice 13 13 use comdiurn_h, only: sinlat, coslat, sinlon, coslon 14 use comchem_h, only: nkim, nlaykim_up, ykim_up14 use comchem_h, only: nkim, nlaykim_up, cnames, ykim_up 15 15 use comsoil_h, only: nsoilmx, layer, mlayer, inertiedat, volcapa 16 16 use phyredem, only: physdem0,physdem1 … … 780 780 do iq=1,nkim 781 781 782 file_prof = "profile_"//trim( noms(iq))//"_up"782 file_prof = "profile_"//trim(cnames(iq))//"_up" 783 783 784 784 INQUIRE(file=trim(file_prof),exist=findprof) … … 787 787 ! Read profile for upper chemistry specie. 788 788 PRINT *, "Input file found for upper chemistry specie ", 789 & trim( noms(iq))//"_up"789 & trim(cnames(iq))//"_up" 790 790 OPEN(11,file=trim(file_prof),status='old',form='formatted') 791 791 PRINT *, "---> reading upper profile from input file ..." … … 795 795 ELSE 796 796 PRINT *, "No input profile found for ", 797 & trim( noms(iq))//"_up"797 & trim(cnames(iq))//"_up" 798 798 PRINT *, "---> we set it to zero - that's bold !!" 799 799 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.