Ignore:
Timestamp:
May 19, 2014, 10:05:08 AM (11 years ago)
Author:
aslmd
Message:

LMDZ.MARS
IMPORTANT CHANGE

  • Remove all reference/use of nlayermx and dimphys.h
  • Made use of automatic arrays whenever arrays are needed with dimension nlayer
  • Remove lots of obsolete reference to dimensions.h
  • Converted iono.h and param_v4.h into corresponding modules

(with embedded subroutine to allocate arrays)
(no arrays allocated if thermosphere not used)

  • Deleted param.h and put contents into module param_v4_h
  • Adapted testphys1d, newstart, etc...
  • Made DATA arrays in param_read to be initialized by subroutine

fill_data_thermos in module param_v4_h

  • Optimized computations in paramfoto_compact (twice less dlog10 calculations)
  • Checked consistency before/after modification in debug mode
  • Checked performance is not impacted (same as before)
File:
1 edited

Legend:

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

    r1264 r1266  
    4646      IMPLICIT NONE
    4747#include "dimensions.h"
    48 #include "dimphys.h"
    49 !#include "comsaison.h"
    50 !#include "comdiurn.h"
    51 !#include "comgeomfi.h"
    5248#include "callkeys.h"
    53 !#include "surfdat.h"
    54 !#include "dimradmars.h"
    5549#include "datafile.h"
    56 !#include "slope.h"
    5750#include "microphys.h"
    58 !#include "tracer.h"
    5951
    6052      INTEGER,INTENT(IN) :: ngrid,nlayer,nq
Note: See TracChangeset for help on using the changeset viewer.