Ignore:
Timestamp:
Apr 2, 2016, 4:09:43 PM (9 years ago)
Author:
emillour
Message:

Mars GCM:

  • Got rid of references to "dimensions.h" from physics packages: use nbp_lon (=iim), nbp_lat (==jjp1) and nbp_lev from module mod_grid_phy_lmdz (in phy_common) instead.
  • Added "ioipsl_getin_p_mod.F90" (getin_p routine) in phy_common to correctly read in parameters from *.def files in a parallel environment.

EM

File:
1 edited

Legend:

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

    r1381 r1528  
    1212implicit none
    1313
    14 #include"callkeys.h"
     14include"callkeys.h"
    1515
    1616! arguments:
     
    9393                 
    9494implicit none
    95 #include"dimensions.h"
    96 #include"datafile.h"
     95include"datafile.h"
    9796
    9897! arguments:
Note: See TracChangeset for help on using the changeset viewer.