Ignore:
Timestamp:
Jun 21, 2022, 11:05:40 AM (2 years ago)
Author:
aslmd
Message:

table_tracers_condensable is now read from datadir/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/generic_cloud_common_h.F90

    r2708 r2710  
    9797
    9898    subroutine specie_parameters_table(specname)
    99        
     99        use datafile_mod, only: datadir
    100100        implicit none
    101101    !============================================================================
     
    114114        character(len=500):: table_traceurs_line ! table_traceurs_line lines with parameters
    115115
    116         open(117,file='table_tracers_condensable',form='formatted',status='old')
     116        open(117,file=trim(datadir)//'/table_tracers_condensable',form='formatted',status='old')
    117117
    118118        read(117,'(A)') table_traceurs_line
Note: See TracChangeset for help on using the changeset viewer.