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 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/surfini.F

    r1543 r1918  
    11      SUBROUTINE surfini(ngrid,piceco2,qsurf,psolaralb)
    2    ! to use  'getin'
    3       USE ioipsl_getincom
     2
     3      USE ioipsl_getincom, only: getin
    44      use netcdf
    55      use tracer_mod, only: nqmx, noms
     
    1414      USE comcstfi_h
    1515      use mod_grid_phy_lmdz, only: nbp_lon, nbp_lat
     16      use datafile_mod, only: datadir
    1617      IMPLICIT NONE
    1718c=======================================================================
     
    2324c   Declarations:
    2425c   -------------
    25 #include "callkeys.h"
    26 #include "datafile.h"
     26      include "callkeys.h"
    2727
    2828      integer,intent(in) :: ngrid ! number of atmospheric columns
     
    173173
    174174           
    175          zedatafile = trim(datafile)
     175         zedatafile = trim(datadir)
    176176 
    177177       
Note: See TracChangeset for help on using the changeset viewer.