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/README

    r1260 r1266  
    21072107  angle when SZA slightly greater than 90
    21082108- Corrected misleading warning in nlte_tcool.F
     2109
     2110== 20/05/2014 == AS
     2111IMPORTANT CHANGE
     2112- Remove all reference/use of nlayermx and dimphys.h
     2113- Made use of automatic arrays whenever arrays are needed with dimension nlayer
     2114- Remove lots of obsolete reference to dimensions.h
     2115- Converted iono.h and param_v4.h into corresponding modules
     2116   (with embedded subroutine to allocate arrays)
     2117   (no arrays allocated if thermosphere not used)
     2118- Deleted param.h and put contents into module param_v4_h
     2119- Adapted testphys1d, newstart, etc...
     2120- Made DATA arrays in param_read to be initialized by subroutine
     2121   fill_data_thermos in module param_v4_h
     2122- Optimized computations in paramfoto_compact (twice less dlog10 calculations)
     2123- Checked consistency before/after modification in debug mode
     2124- Checked performance is not impacted (same as before)
Note: See TracChangeset for help on using the changeset viewer.