Ignore:
Timestamp:
Mar 12, 2020, 9:00:47 AM (5 years ago)
Author:
emillour
Message:

Mars GCM:
Transparent adaptations to be able to compile using the PGI compiler:

  • look for NaN using logical test a/=a instead of isnan() which is not standard
  • use erf() function as it handles single/double precision (derf is obsolete)

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2255 r2257  
    28782878== 10/03/2020 == AB
    28792879Bug fix in topmons_mod : the array rhobarz(ig,l) (density at interlayer levels) had only nlayer allocated instead of nlayer+1 (caused issues in calculating the topdust detrainment at the top of the model)
     2880
     2881== 12/03/2020 == EM
     2882Transparent adaptations to be able to compile using the PGI compiler:
     2883- look for NaN using logical test a/=a instead of isnan() which is not standard
     2884- use erf() function as it handles single/double precision (derf is obsolete)
     2885 
Note: See TracChangeset for help on using the changeset viewer.