Ignore:
Timestamp:
Nov 19, 2015, 4:04:48 PM (9 years ago)
Author:
emillour
Message:

Mars GCM:

  • Added option "-cpp" so that users can add the definition of specific precompiling flags in makegcm_* scripts (and added default BLAS and LAPACK flags for ifort on Gnome and Ada).
  • Put calls to dgesv (Lapack) routine in photochemistry_asis.F90 under the LAPACK preprocessing flag. Moved secondary routines in photochemistry.F and photochemistry_asis.F90 into the main (via contains instruction) to avoid multiple definitions of routines with identical names.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/aeronomars/photochemistry.F

    r1430 r1499  
    167167      call chimtogcm(nlayer, nq, zycol, lswitch, nesp, rm)
    168168
    169       return
    170       end
     169      contains
     170
    171171
    172172c*****************************************************************
     
    755755      end do
    756756
    757       return
    758       end
     757      end subroutine chimie
    759758
    760759c*****************************************************************
     
    857856      end do
    858857
    859       return
    860       end
     858      end subroutine gcmtochim
    861859
    862860c*****************************************************************
     
    943941      end if
    944942
    945       return
    946       end
     943      end subroutine chimtogcm
    947944
    948945c*****************************************************************
     
    15641561      end if
    15651562c
    1566       return
    1567       end
     1563      end subroutine chemrates
     1564
     1565      end subroutine photochemistry
Note: See TracChangeset for help on using the changeset viewer.