Ignore:
Timestamp:
Apr 12, 2018, 8:35:48 AM (7 years ago)
Author:
emillour
Message:

Mars GCM:
Code cleanup:

  • remove "comorbit.h" since it is no longer used.
  • turn "datafile.h" into module datafile_mod.F90 (and rename variable "datafile" as "datadir" since it stores the path to the datafile directory).

EM

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/datafile_mod.F90

    r1916 r1918  
    11!-----------------------------------------------------------------------
    2 ! INCLUDE datafile.h
     2module datafile_mod
    33
    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
     4implicit none
     5
     6! root path to directory containing tables
     7! and datasets needed by the GCM
     8character(len=300),save :: datadir="/u/lmdz/WWW/planets/mars/datadir"
     9
     10end module datafile_mod
    811!-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.