source: trunk/LMDZ.TITAN/libf/phytitan/datafile_mod.F90 @ 1819

Last change on this file since 1819 was 1795, checked in by jvatant, 8 years ago

Making Titan's hazy again, part II
+ Added calmufi and inimufi routines that interface YAMMS model
+ Major changes of the tracer gestion in tracer_h (new query by name)
+ Update the deftank
JVO

File size: 763 bytes
RevLine 
[135]1!-----------------------------------------------------------------------
[374]2      module datafile_mod
[1470]3!  Address of the directory containing tables of data needed by the GCM
[374]4      implicit none
[135]5
[1470]6      ! Main directory: 'datadir':
[374]7      ! Default for LMD machines:
[1795]8      character(len=300),save :: datadir='datagcm'
[1520]9!$OMP THREADPRIVATE(datadir)
[1470]10     
11      ! Subdirectories of 'datadir':
12     
13      ! surfdir stores planetary topography, albedo, etc. (surface.nc files)
14      character(len=12),parameter :: surfdir="surface_data"
15     
[1795]16      ! Default directory for microphysics
17      character(LEN=300),save :: config_mufi ='datagcm/microphysics/config.cfg'
18
[374]19      end module datafile_mod
[135]20!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.