Ignore:
Timestamp:
Sep 11, 2013, 12:23:22 PM (12 years ago)
Author:
emillour
Message:

Mars GCM:

  • Bug fix in vdifc.F: in some cases, some elements of pdqsdif() were not given any value. In all cases, it is safer to start with clean initialization of output tendencies to zero.
  • Bug fix in concentration.F: error in cpi() and aki() indexes led to wrong computation of atmospheric conductivity and specific heat.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/makegcm_ifort

    r1001 r1035  
    384384        else if $LINUX then
    385385           ## for ifort
    386              set optim=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
    387              set optim90=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
    388              set optimtru90=" -g -no-ftz -traceback -ftrapuv -fp-stack-check -check"
     386             set optim=" -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug"
     387             set optim90=" -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug"
     388             set optimtru90=" -g -O0 -fpe-all=0 -traceback -ftrapuv -fp-stack-check -check all -debug"
    389389        else
    390390           echo "pas d option debug predefinie pour cette machine"
Note: See TracChangeset for help on using the changeset viewer.