- Timestamp:
- Jun 21, 2022, 11:05:40 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/generic_cloud_common_h.F90
r2708 r2710 97 97 98 98 subroutine specie_parameters_table(specname) 99 99 use datafile_mod, only: datadir 100 100 implicit none 101 101 !============================================================================ … … 114 114 character(len=500):: table_traceurs_line ! table_traceurs_line lines with parameters 115 115 116 open(117,file= 'table_tracers_condensable',form='formatted',status='old')116 open(117,file=trim(datadir)//'/table_tracers_condensable',form='formatted',status='old') 117 117 118 118 read(117,'(A)') table_traceurs_line
Note: See TracChangeset
for help on using the changeset viewer.