Changeset 1918 for trunk/LMDZ.MARS/libf/phymars/datafile_mod.F90
- Timestamp:
- Apr 12, 2018, 8:35:48 AM (7 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/datafile_mod.F90
r1916 r1918 1 1 !----------------------------------------------------------------------- 2 ! INCLUDE datafile.h 2 module datafile_mod 3 3 4 ! Address of the directory containing tables of data needed by the GCM 5 COMMON/datadirectory/datafile 6 character (len=300) :: datafile 7 ! NB: default value for 'datafile' is set in conf_phys.F 4 implicit none 5 6 ! root path to directory containing tables 7 ! and datasets needed by the GCM 8 character(len=300),save :: datadir="/u/lmdz/WWW/planets/mars/datadir" 9 10 end module datafile_mod 8 11 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.