Changeset 1918 for trunk/LMDZ.MARS/libf/phymars/conf_phys.F
- Timestamp:
- Apr 12, 2018, 8:35:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/conf_phys.F
r1818 r1918 41 41 use time_phylmdz_mod, only: ecritphy,day_step,iphysiq,ecritstart, 42 42 & daysec,dtphys 43 use planete_h44 43 use dimradmars_mod, only: naerkind, name_iaer, 45 44 & ini_scatterers,tauvis 45 use datafile_mod, only: datadir 46 46 47 47 IMPLICIT NONE 48 #include "callkeys.h" 49 #include "datafile.h" 50 #include "microphys.h" 48 include "callkeys.h" 49 include "microphys.h" 51 50 52 51 INTEGER,INTENT(IN) :: ngrid,nlayer,nq … … 85 84 86 85 write(*,*) "Directory where external input files are:" 87 datafile="/u/lmdz/WWW/planets/mars/datadir"88 call getin("datadir",data file) ! default path89 write(*,*) " data file = ",trim(datafile)86 ! default path is set in datafile_mod 87 call getin("datadir",datadir) 88 write(*,*) " datadir = ",trim(datadir) 90 89 91 90 write(*,*) "Run with or without tracer transport ?"
Note: See TracChangeset
for help on using the changeset viewer.