source: trunk/LMDZ.PLUTO.old/libf/phypluto/datafile_mod.F90 @ 3232

Last change on this file since 3232 was 3175, checked in by emillour, 2 years ago

Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM

File size: 870 bytes
Line 
1!-----------------------------------------------------------------------
2      module datafile_mod
3!  Address of the directory containing tables of data needed by the GCM
4      implicit none
5
6      ! Main directory: 'datadir':
7      character(len=300),save :: datadir !='/u/tbertrand/pluton/datagcm'
8      character(len=300),save :: datadir2='/u/tbertran/MODELES/KBO/datagcm'
9     
10      ! Subdirectories of 'datadir':
11     
12      ! surfdir stores planetary topography, albedo, etc. (surface.nc files)
13      character(len=12),parameter :: surfdir="surface_data"
14     
15      ! aerdir stores aerosol properties files (optprop_*dat files)
16      character(LEN=7),parameter :: aerdir="optprop"
17
18      ! Data haze properties
19      character(len=300),save :: hazeprop
20
21      end module datafile_mod
22!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.