Ignore:
Timestamp:
May 4, 2012, 10:24:20 AM (13 years ago)
Author:
emillour
Message:

Mars GCM:

  • some syntax corrections in thermcall_main_mars, vdif_cd, pbl_parameters which cause problems when compiling with some strict compilers (g95, gfortran)
  • added an initialisation of 'varian' in initracer for cases when using conrath dust; because that value can be is used elsewhere (e.g. surfacearea)

JYC+EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/makegcm_gfortran

    r646 r648  
    381381        else if $LINUX then
    382382           ## for gfortran
    383            set optim="-g -Wall -fcheck=all -fwhole-file -fbounds-check -ffpe-trap=invalid,zero,overflow"
    384            set optim90="-g -Wall -fcheck=all -fwhole-file -fbounds-check -ffpe-trap=invalid,zero,overflow"
    385            set optimtru90="-g -Wall -fcheck=all -fwhole-file -fbounds-check -ffpe-trap=invalid,zero,overflow"
     383           set optim="-g -Wall -fbounds-check -ffpe-trap=invalid,zero,overflow"
     384           set optim90="-g -Wall -fbounds-check -ffpe-trap=invalid,zero,overflow"
     385           set optimtru90="-g -Wall -fbounds-check -ffpe-trap=invalid,zero,overflow"
    386386        else
    387387           echo "pas d option debug predefinie pour cette machine"
Note: See TracChangeset for help on using the changeset viewer.